body {
  background: #0071ce;
  font-family: "GothamNarrow-Bold";
  padding-top: 93px;
  color: #ffffff;
  overflow-x: hidden;
}

@media (max-width: 992px) {
  body {
    padding-top: 66px;
  }
}

footer .footerContent {
  background: #ffffff;
  line-height: 90px;
  height: 90px;
  font-size: 15px;
  color: #0071ce;
}

@media (max-width: 768px) {
  footer .footerContent {
    line-height: normal;
    height: auto;
    padding: 10px 0;
  }

  footer .footerContent .text-right {
    text-align: left;
  }

  footer .footerContent .text-right a {
    display: inline-block;
    margin: 10px 7px 0 0;
  }
}

@media (max-width: 992px) {
  footer .footerContent {
    background-color: #fec524;
    color: #ffffff;
  }
}

footer .footerTop {
  min-height: 206px;
  background: url("/public/filesystem/orange-bottom-seperator.png") no-repeat 0 bottom;
  background-size: 100% 206px;
  margin-top: -206px;
}

@media (max-width: 992px) {
  footer .footerTop {
    display: none;
    margin: 0;
  }
}

footer a {
  margin-left: 5px;
}

footer.contactFooterTop .footerTop {
  background: url("/public/filesystem/contact-footer.png") no-repeat 0 bottom;
}

@media (max-width: 992px) {
  footer.contactFooterTop .footerContent {
    background-color: #0071ce;
  }
}

a {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GothamNarrow-Bold";
  color: #004b87;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #004b87;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

p,
ul li {
  font-family: "GothamNarrow-Light";
}

textarea {
  resize: none;
}

.wireframe-1 .location-1 {
  background: url("/public/filesystem/section-1-bottom-seperator.png") no-repeat 0 bottom;
  background-size: 100% 201px;
  position: relative;
}

.wireframe-1 .location-1 .downButton {
  position: absolute;
  left: 200px;
  right: 0;
  margin: 0 auto;
  bottom: -200px;
}

@media (max-width: 1200px) {
  .wireframe-1 .location-1 .downButton {
    bottom: -150px;
  }
}

@media (max-width: 992px) {
  .wireframe-1 .location-1 {
    background: none;
  }

  .wireframe-1 .location-1 .downButton {
    display: none;
  }
}

.wireframe-1 .location-2 {
  background: #ffffff url("/public/filesystem/section-2-bottom-seperator.png") no-repeat 0 bottom;
  background-size: 100% 201px;
}

.wireframe-1 .location-2 .modulesPadding {
  padding-bottom: 0;
  padding-top: 100px;
}

.wireframe-1 .location-2 .textEditor img {
  margin-top: 75px;
  margin-bottom: -75px;
}

@media (max-width: 992px) {
  .wireframe-1 .location-2 .textEditor img {
    display: none;
  }
}

@media (max-width: 992px) {
  .wireframe-1 .location-2 {
    background: #ffffff;
  }

  .wireframe-1 .location-2 .modulesPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wireframe-1 .location-3 {
  background: #fec524 url("/public/filesystem/section-3-bottom-seperator.png") no-repeat 0 bottom;
  background-size: 100% 201px;
}

.wireframe-1 .location-3 .modulesPadding {
  padding-top: 20px;
}

@media (max-width: 992px) {
  .wireframe-1 .location-3 {
    background: #fec524;
  }
}

.wireframe-1 .location-4 {
  background: #ffffff url("/public/filesystem/section-4-bottom-seperator.png") no-repeat 0 bottom;
  background-size: 100% 201px;
}

@media (max-width: 992px) {
  .wireframe-1 .location-4 {
    background: #ffffff;
  }
}

.mainMenu {
  background: #ffffff;
  border-bottom: 10px solid #fec524;
}

.mainMenu .navbar-toggle {
  margin-top: 16px;
}

.mainMenu .navbar-toggle .icon-bar {
  height: 1px;
}

.mainMenu .navbar-brand {
  height: auto;
}

@media (max-width: 992px) {
  .mainMenu .navbar-brand img {
    width: 150px;
  }
}

.mainMenu .navbar-nav > li > a {
  padding-top: 31px;
  padding-bottom: 27px;
  color: #0071ce;
  font-size: 16px;
  font-family: "GothamNarrow-Bold";
}

@media (max-width: 992px) {
  .mainMenu .navbar-nav > li > a {
    padding: 15px 10px;
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .mainMenu .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.mainMenu .navbar-nav li a:hover {
  color: #004b87;
}

.mainMenu .navbar-nav li a:hover span {
  width: 100%;
}

.mainMenu .navbar-nav li a span {
  background-color: #0071ce;
  height: 3px;
  width: 0;
  padding-top: 2px;
  transition: all 0.6s;
  display: block;
}

.mainMenu .navbar-nav > .active > a,
.mainMenu .navbar-nav > .open > a {
  background: transparent;
  box-shadow: none;
  color: #004b87;
}

.mainMenu .navbar-nav > .active > a:hover,
.mainMenu .navbar-nav > .open > a:hover {
  background: transparent;
}

.mainMenu .navbar-nav > .active > a span,
.mainMenu .navbar-nav > .open > a span {
  width: 100%;
}

.notFoundPage {
  text-align: center;
  background: #ffffff url("/public/filesystem/404-orange-seperator.png") no-repeat 0 bottom;
  background-size: 100% 207px;
  padding: 20px 0 150px 0;
}

.notFoundPage h1 {
  margin-top: 0;
  color: #004b87;
  margin-bottom: 40px;
  font-size: 35px;
  font-family: "GothamNarrow-Light";
}

@media (max-width: 992px) {
  .notFoundPage {
    background: #ffffff;
    padding: 30px 50px;
  }
}

.notFoundPage img {
  max-width: 100%;
}

.whiteHeader {
  background: url("/public/filesystem/white-top-seperator.png") no-repeat top center;
  background-size: 100% 114px;
  height: 114px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .whiteHeader {
    display: none;
  }
}

.referenceSliderContent {
  padding-bottom: 200px;
}

.referenceSliderContent .pageTitle {
  text-align: right;
  padding-right: 14px;
}

.referenceSliderContent .pageTitle a {
  color: #ffffff;
}

@media (max-width: 992px) {
  .referenceSliderContent .pageTitle {
    text-align: left;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .referenceSliderContent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.referencesSlider .item .outer {
  height: 140px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  line-height: 140px;
  margin: 10px;
  display: block;
}

.referencesSlider .item .outer img {
  display: inline;
  max-width: 100%;
}

.referencesSlider .item .outer.specialBackground {
  background: url("/public/filesystem/refererences-item-background.png") no-repeat bottom;
  background-size: cover;
  height: 200px;
  line-height: 180px;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.slick-arrow {
  width: auto;
  height: auto;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 992px) {
  .slick-arrow {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }
}

.academyList .pageTitle {
  padding-left: 60px;
}

.academyList .academySlider {
  padding: 0 40px;
}

.academyList .academySlider .item .outer {
  padding: 10px 20px;
}

.academyList .academySlider .item .outer a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 500px) {
  .academyList .academySlider .item .outer a .media .media-left {
    display: block;
    margin-bottom: 10px;
  }

  .academyList .academySlider .item .outer a .media .media-left img {
    margin: auto;
  }
}

.academyList .academySlider .item .outer a .media .media-body {
  font-size: 15px;
  color: #ffffff;
  font-family: "GothamNarrow-Light";
}

.academyList .academySlider .item .outer a .media .media-body h3 {
  margin: 0 0 15px;
  font-family: "GothamNarrow-Bold";
  color: #ffffff;
}

@media (max-width: 768px) {
  .academyList .academySlider {
    padding: 0;
  }
}

.servicesList {
  background: #ffffff;
}

.servicesList .pageTitle {
  color: #004b87;
  padding-left: 20px;
}

.solutionsList {
  background: #0071ce;
}

.solutionsList .pageTitle {
  color: #ffffff;
}

.modulesPadding {
  padding: 70px 0 200px;
}

@media (max-width: 992px) {
  .modulesPadding {
    padding: 40px 0;
  }
}

.textEditor {
  background: transparent;
  font-size: 16px;
}

.textEditor.white {
  background: #ffffff;
  color: #666666;
}

.textEditor.blue {
  background: #0071ce;
  color: #ffffff;
}

.textEditor strong {
  font-family: "GothamNarrow-Bold";
}

.textEditor img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .textEditor img {
    float: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    height: auto;
  }
}

@media (max-width: 768px) {
  .textEditor {
    font-size: 12px !important;
  }
}

.solutionsSubMenus .item {
  display: inline-block;
  width: 215px;
  height: 196px;
  line-height: 196px;
  font-family: "GothamNarrow-Bold";
  font-size: 40px;
  margin: 0 30px 30px 0;
  color: #ffffff;
  background: url("/public/filesystem/solutions-item.png") no-repeat;
  text-align: center;
}

.solutionsSubMenus .item:hover {
  background: url("/public/filesystem/solutions-item-hover.png") no-repeat;
}

@media (max-width: 992px) {
  .solutionsSubMenus .item {
    width: 150px;
    height: 140px;
    line-height: 140px;
    background-size: 150px !important;
    font-size: 30px;
    margin: 0 20px 30px 0;
  }
}

@media (max-width: 400px) {
  .solutionsSubMenus .item {
    width: 120px;
    height: 110px;
    line-height: 110px;
    background-size: 120px !important;
    font-size: 22px;
    margin: 0 12px 30px 0;
  }
}

.solutionsSubMenus.blue {
  padding: 20px 0 100px;
}

@media (max-width: 992px) {
  .solutionsSubMenus.blue {
    padding: 40px 0;
  }
}

.solutionsSubMenus.blue .item {
  color: #ffffff;
  background: url("/public/filesystem/solutions-item.png") no-repeat;
}

.solutionsSubMenus.blue .item:hover {
  background: url("/public/filesystem/solutions-item-hover.png") no-repeat;
}

.solutionsSubMenus.white {
  padding-bottom: 200px;
}

.solutionsSubMenus.white .item {
  color: #004b87;
  background: url("/public/filesystem/solutions-item-blue.png") no-repeat;
}

.solutionsSubMenus.white .item:hover {
  background: url("/public/filesystem/solutions-item-blue-hover.png") no-repeat;
  color: #ffffff;
}

.solutionsSubMenus.white .pageTitle {
  color: #004b87;
}

.solutionsSubMenus.white .pageTitle a {
  color: #004b87;
}

.solutionsSubMenus.white .bgImg {
  margin-top: -315px;
}

@media (max-width: 992px) {
  .solutionsSubMenus.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .servicesSubMenus {
    padding: 40px 0;
  }
}

.servicesSubMenus .item {
  padding: 0 10px;
  float: left;
  width: 190px;
  height: 120px;
  margin-right: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: "GothamNarrow-Light";
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.servicesSubMenus .item:hover {
  background: #004b87;
  border-color: transparent;
}

.servicesSubMenus .item .detail {
  display: block;
  padding: 5px;
  border-top: 1px solid #ffffff;
}

@media (max-width: 1200px) {
  .servicesSubMenus .item {
    width: 160px;
    height: 105px;
  }
}

@media (max-width: 400px) {
  .servicesSubMenus .item {
    width: 130px;
    height: 110px;
    margin-right: 5px;
  }
}

.servicesSubMenus .pageTitle {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 65px;
}

.servicesSubMenus .pageTitle a {
  color: #004b87;
}

@media (max-width: 992px) {
  .servicesSubMenus .pageTitle {
    text-align: left;
    padding: 0;
  }
}

.servicesSubMenus .bgImg {
  width: 624px;
  margin-top: 60px;
}

.contactWireframe {
  background: #fec524;
  padding: 40px 0 200px;
}

@media (max-width: 992px) {
  .contactWireframe {
    padding: 40px 0;
  }
}

.contact {
  margin-bottom: 90px;
  color: #666666;
}

.contact .title {
  margin-bottom: 38px;
  color: #004b87;
}

.contact p {
  font-family: "GothamNarrow-Bold";
}

.contact a {
  color: #666666;
}

.contactForm {
  font-family: "GothamNarrow-Light";
}

.contactForm .title {
  color: #ffffff;
}

.contactForm textarea {
  height: 90px;
}

.contactForm button {
  background: #004b87 !important;
  color: #ffffff !important;
  width: 100%;
  border: 0;
  text-shadow: none;
  font-family: "GothamNarrow-Bold";
}

.dropdown:hover .dropdown-menu {
  max-height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 1s;
  visibility: visible;
  overflow: visible;
}

.dropdown .dropdown-menu {
  display: block;
  max-height: 0;
  border: 0;
  padding: 0;
  transition: all 0.8s;
  overflow: hidden;
}

@media (max-width: 992px) {
  .dropdown .dropdown-menu {
    display: none;
  }
}

.dropdown .dropdown-menu li {
  position: relative;
}

.dropdown .dropdown-menu li a {
  padding: 7px 20px;
  color: #0071ce;
  background: transparent;
  display: inline-block;
}

.dropdown .dropdown-menu li:hover a {
  background: transparent;
}

.dropdown .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown .dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown .dropdown-menu > .active > a {
  color: #004b87;
}

.dropdown .dropdown-menu > .active > a span {
  width: 100%;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .dropdown .dropdown-menu {
    right: auto;
  }
}

.dropdown a {
  font-family: "GothamNarrow-Bold";
  background: transparent;
  color: #0071ce;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}

.pageTitle {
  color: #ffffff;
  margin-bottom: 40px;
}

.referencesSliderMultiple .pageTitle {
  padding-left: 10px;
}

.mapArea {
  padding-top: 272px;
  background: url("/public/filesystem/contact-bg.png") no-repeat center top;
}

.mapArea h2 {
  color: #ffffff;
  margin: 0 0 10px;
}

.aboutUsTextEditor {
  padding: 20px 0;
}

@media (max-width: 992px) {
  .aboutUsTextEditor {
    padding: 40px 0;
  }
}

.aboutUsTextEditor .top {
  height: 56px;
  background: url("/public/filesystem/about-us-seperator-top.png") no-repeat;
  background-size: 100% 56px;
  margin-bottom: -1px;
}

@media (max-width: 992px) {
  .aboutUsTextEditor .top {
    display: none;
  }
}

.aboutUsTextEditor .content {
  padding: 30px 0 0;
  background: #ffffff;
}

.aboutUsTextEditor .bottom {
  height: 208px;
  background: url("/public/filesystem/about-us-seperator-bottom.png") no-repeat;
  background-size: 100% 208px;
  margin-top: -1px;
}

@media (max-width: 992px) {
  .aboutUsTextEditor .bottom {
    display: none;
  }
}

.aboutUsTextEditor a.button {
  background: #fec524;
  padding: 6px 40px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  color: #ffffff !important;
  font-family: "GothamNarrow-Bold";
}

.aboutUsTextEditor a.button span {
  color: #ffffff !important;
  font-family: "GothamNarrow-Bold";
}

@media (max-width: 768px) {
  .aboutUsTextEditor a.button {
    padding: 6px 15px;
  }
}

.subscriberForm img {
  margin: 0 50px;
}

.subscriberForm form {
  padding-top: 100px;
  color: #ffffff;
  font-size: 20px;
}

.subscriberForm form h2 {
  color: #ffffff;
}

.subscriberForm form input {
  max-width: 360px;
  height: 50px;
  border: 1px solid #fec524;
}

.subscriberForm form button {
  background: #fec524 !important;
  color: #ffffff !important;
  border: 0;
  text-shadow: none;
  font-family: "GothamNarrow-Bold";
  padding: 10px 50px;
}

@media (max-width: 992px) {
  .subscriberForm form {
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .subscriberForm img {
    margin: 0;
  }
}

.ikForm {
  padding: 50px 0 200px;
  background: #ffffff;
}

.ikForm .container {
  padding-left: 5px;
  padding-right: 5px;
}

.ikForm .container .row {
  margin-left: -5px;
  margin-right: -5px;
}

.ikForm .container *[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.ikForm form section {
  padding-bottom: 60px;
}

.ikForm form input,
.ikForm form textarea,
.ikForm form .file-caption {
  border: 1px solid #0071ce;
}

.ikForm form input {
  height: 44px;
}

.ikForm form textarea {
  height: 140px;
}

.ikForm form .title {
  font-size: 30px;
  font-family: "GothamNarrow-Light";
}

.ikForm form .submitBtn {
  background: #0071ce;
  padding: 6px 50px;
  font-weight: "GothamNarrow-Bold";
  color: #ffffff;
  border: 0;
  text-shadow: none;
  font-size: 18px;
}

@media (max-width: 768px) {
  .ikForm form {
    padding: 0 10px;
  }
}

input,
textarea {
  font-family: "GothamNarrow-Light";
}

.bootstrap-select .dropdown-toggle {
  height: 43px;
  border: 1px solid #0071ce !important;
  background: transparent !important;
  font-family: "GothamNarrow-Light";
}

.bootstrap-select .dropdown-toggle:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  color: #fec524;
  border-top: 7px dashed;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.bootstrap-select .dropdown-menu {
  margin-top: 9px;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-collapse.in {
    overflow: hidden !important;
    overflow-y: auto !important;
  }
}

.padding90lr {
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 992px) {
  .padding90lr {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .padding90lr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.padding90l {
  padding-left: 90px;
}

@media (max-width: 992px) {
  .padding90l {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .padding90l {
    padding-left: 10px;
  }
}

.promoList {
  padding: 60px 0 100px;
}

.promoList .container {
  position: relative;
}

.promoList img.arrowBg {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .promoList img.arrowBg {
    display: none;
  }
}

@media (max-width: 992px) {
  .promoList {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .promoList {
    padding: 10px;
  }
}

.promoSlider {
  padding: 80px 270px 80px 70px;
}

@media (max-width: 1200px) {
  .promoSlider {
    padding: 40px 80px 120px;
  }
}

.promoSlider img {
  max-width: 400px;
  height: auto;
}

@media (max-width: 992px) {
  .promoSlider img {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .promoSlider form {
    text-align: center;
  }

  .promoSlider form input {
    margin: auto;
  }
}

.promoSlider .slick-arrow.slick-next {
  right: 190px;
}

@media (max-width: 1200px) {
  .promoSlider .slick-arrow.slick-next {
    right: 0;
  }
}

.promoSlider .slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 992px) {
  .promoSlider .slick-arrow {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .promoSlider .slick-arrow {
    display: none !important;
  }
}

.promoSlider .textEditor h1 {
  font-size: 40px;
  color: #ffffff;
  padding-top: 100px;
}

@media (max-width: 1200px) {
  .promoSlider .textEditor h1 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .promoSlider .textEditor h1 {
    padding-top: 10px;
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .promoSlider .textEditor h1 {
    font-size: 2em;
  }
}

.promoSlider .textEditor h2 {
  font-size: 45px;
  font-family: "GothamNarrow-Light";
  font-weight: normal;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .promoSlider .textEditor h2 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  .promoSlider .textEditor h2 {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .promoSlider .textEditor h2 {
    font-size: 2em;
  }
}

@media (max-width: 992px) {
  .promoSlider {
    padding: 10px 50px;
  }

  .promoSlider h1 {
    text-align: center !important;
  }

  .promoSlider img {
    display: inline-block;
  }

  .promoSlider .textEditor {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .promoSlider {
    padding: 10px;
  }
}

.instagramWidget {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: -300px;
  padding: 10px;
  background: #f1f2f2;
  border-radius: 4px;
  box-shadow: 4px 2px 18px 5px rgba(50, 50, 50, 0.32);
  transition: right 1s;
}

.instagramWidget.showWidget {
  right: 15px;
}

.instagramWidget .timeLineButton {
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -69px;
}

.instagramWidget .widgetBox {
  width: 280px;
}

.instagramWidget .widgetBox .header {
  background-color: #fec524;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.instagramWidget .widgetBox .header a {
  display: block;
  color: #ffffff !important;
  background: #fec524 url("/public/filesystem/instagram-white-icon.png") no-repeat right 8px center;
}

.instagramWidget .widgetBox .header img {
  width: 40px;
  margin-right: 15px;
}

.instagramWidget .widgetBox .follows {
  padding: 3px 5px;
  margin-bottom: 2px;
  background-color: #ffffff;
}

.instagramWidget .widgetBox .follows .info {
  float: left;
  margin-right: 10px;
  color: #666666;
  text-align: center;
}

.instagramWidget .widgetBox .follows .info span {
  display: block;
}

.instagramWidget .widgetBox .follows .info span.count {
  color: #000000;
  font-family: "GothamNarrow-Bold";
}

.instagramWidget .widgetBox .follows .info span.title {
  font-size: 11px;
  font-family: "GothamNarrow-Light";
}

.instagramWidget .widgetBox .follows .btn {
  display: block;
  float: right;
  background-color: #fec524;
  color: #ffffff;
  font-size: 11px;
  padding: 9px 15px;
}

.instagramWidget .widgetBox .thumbnails {
  background-color: #ffffff;
  padding: 10px 10px 0;
}

.instagramWidget .widgetBox .thumbnails a {
  display: inline-block;
  margin-bottom: 10px;
}

.instagramWidget .widgetBox .thumbnails a:nth-child(3n+2) {
  margin: 0 10px 10px;
}

.instagramWidget .widgetBox .thumbnails a img {
  width: 80px;
}