/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-family: 'Source Sans Pro',Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #e3e5ec;
  color: #585964;
  font-size: 15px;
  line-height: 24px;
  overflow-x: hidden;
}
a {
  color: #3b69b0;
}
a:hover,
a:focus {
  color: #2366d0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  color: #0d0c0b;
}

.btn,
.form-control  {
  border-radius: 0;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.siteHeader {
  background-color: #fff;
}
.siteHeader > .container {
  position: relative;
  min-height: 160px;
}
.siteHeaderTop {
  font-size: 16px;
  color: #fff;
  background-color: #3c68ab;
  padding: 8px 0;
  min-height: 42px;
}
.siteHeaderTopTickerSlide {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  float: left;
  display: none;
}
.siteHeaderTopTickerSlide.slick-initialized,
.siteHeaderTopTickerSlide:first-child {
  display: block;
}
.siteHeaderTopTickerSlide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  content: ' ';
  display: none;
  background: -moz-linear-gradient(left,  rgba(60,104,171,0) 0%, rgba(60,104,171,0) 65%, rgba(60,104,171,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(60,104,171,0) 0%,rgba(60,104,171,0) 65%,rgba(60,104,171,1) 100%);
  background: linear-gradient(to right,  rgba(60,104,171,0) 0%,rgba(60,104,171,0) 65%,rgba(60,104,171,1) 100%);
}
.siteHeaderTopTickerSlide a {
  color: #fff;
}
.blogHeader .siteHeaderTopShare {
  margin-top: 35px;
}
.siteHeaderTopShare ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.siteHeaderTopShare li {
  display: inline-block;
  font-size: 22px;
  margin-left: 20px;
}
.siteHeaderTopShare a {
  color: #223d65;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.siteHeaderTopShare a:hover {
  color: #fff;
}
.blogHeader .siteHeaderTopShare a {
  color: #9aadcc;
}
.logoContainer {
  width: 199px;
  height: 115px;
  position: absolute;
  left: 15px;
  top: 22px;
  z-index: 10;
}
.siteNavSec {
  text-align: right;
  padding-top: 7px;
}
.siteNavSecLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteNavSecLinks li {
  display: inline-block;
  margin-left: 30px;
}
.siteNav a,
.siteNavSecLinks a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.siteNavSecLinks a {
  font-size: 13px;
  color: #3b69b0;
  text-transform: uppercase;
}
.siteNavSecLinks li:hover a,
.siteNavSecLinks li.current a {
  color: #181c3c;
}
.siteNavSecLinks .ic {
  font-size: 13px;
  color: #a8c7e7;
  font-size: 21px;
  margin-right: 3px;
  vertical-align: middle;
}
.siteNav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  color: #181c3c;
  font-family: 'Merriweather', serif;
  font-size: 15px;
}
.siteNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.siteNav li {
  display: inline-block;
  margin-left: 5px;
}
.siteNav a {
  padding: 23px 10px;
  display: block;
  color: #181c3c;
  text-transform: uppercase;
  text-decoration: none;
}
.siteNav .current > a,
.siteNav li:hover > a {
  color: #ca357c;
}
.siteNav .dropdown-menu {
  border: 0;
  border-radius: 0;
}
.siteNav .dropdown > a:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #7e7f81;
  margin-left: 4px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siteNav .dropdown > .dropdown-menu.collapse.in {
  display: none;
}
.siteNav .dropdown:hover > .dropdown-menu,
.siteNav .dropdown:hover > .dropdown-menu.collapse.in {
  display: block;
}
.siteNav .dropdown .dropdown-menu li {
  display: block;
  margin-left: 0;
}
.siteNav .dropdown .dropdown-menu li a {
  padding: 15px 20px;
}
.siteNav .dropdown .current > a {
  color: #1269b0;
}
.siteNav .dropdown .dropdown-menu .dropdown .dropdown-menu {
  top: 0;
  left: 100%;
}
.siteNav .dropdown .dropdown-menu li.dropdown a {
  color: #cde7fc;
  background-color: #1269b0;
}
.siteNav .dropdown .dropdown-menu li.dropdown li:hover a {
  background-color: #1a7fd2;
}
.siteNav .dropdown .dropdown-menu .dropdown > a:after {
  content: "\f0da";
  color: #cde7fc;
  line-height: normal;
  margin-left: 7px;
  position: relative;
  top: 1px;
}
.siteNav .dropdown .dropdown-menu li.dropdown .dropdown-menu .current a {
  color: #fff;
  background-color: #0e5691;
}
.siteNavSearch {
  position: relative;
}
.siteNavSearch .searchInput {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 2;
  background: none;
  border-color: transparent;
  box-shadow: none!important;
  width: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.siteNavSearch .searchInput:focus {
  background-color: #fff;
  opacity: 1;
  width: 200px;
  right: 100%;
  border-color: #e2e2e2;
  margin-right: -7px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2)!important;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2)!important;
}
.siteNavSearch .searchBtn {
  position: relative;
  z-index: 1;
  background: none;
  border: 0;
  font-size: 24px;
  margin-left: 10px;
}
.siteNavToggle {
  padding: 6px 10px;
  display: none;
  color: #3c68ab;
  position: absolute;
  right: 5px;
  top: 8px;
  background: none;
  border: 0;
  font-size: 24px;
  outline: 0;
}
@media (max-width: 1199px) {
  .siteNav {
    font-size: 13px;
  }
  .siteNav li {
      margin-left: 2px;
  }
  .siteNav a {
    padding: 23px 7px;
  }
  .siteNavSearch .searchBtn {
      font-size: 20px;
      margin-left: 2px;
  }
}
@media (min-width: 992px) {
  .siteNav .dropdown-menu {
    text-align: left;
  }
  .siteNav .dropdown > .dropdown-menu {
    height: auto!important;
  }
  .siteNavWrapper {
    display: block!important;
    height: auto!important;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 95px;
  }
  .siteHeader {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 500;
      height: 95px;
      background-color: #fff;
  }
  .blogHeader.siteHeader {
    height: 53px;
  }
  .siteHeader > .container {
    min-height: 53px;
  }
  .siteHeader .container {
    position: relative;
  }
  .siteNavToggle {
    display: block;
  }
  .siteNavWrapper {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.94);
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .siteNavWrapperBody {
    max-height: 300px;
    overflow-y: auto;
    font-family: 'Merriweather', serif;
  }
  .siteHeaderTopShare {
    display: none;
  }
  .blogHeader .siteHeaderTopShare {
    display: block;
    padding-right: 15px;
  }
  .logoContainer {
    top: 4px;
    width: 77px;
    height: auto;
  }
  .logoContainer img {
    max-width: 100%;
  }
  .siteNav {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .siteNav li,
  .siteNavSecLinks li {
      display: block;
      margin-left: 0;
  }
  .siteNav > ul > li,
  .siteNavSecLinks > ul > li {
    border-bottom: 1px solid #dedede;
  }
  .siteNav a,
  .siteNavSecLinks a,
  .siteNavSearch .searchBtn {
      padding: 23px 10px;
      color: #181c3c;
      display: block;
  }
  .siteNavSecLinks .ic {
    color: #62678a;
  }
  .siteNavSearch .searchBtn {
    width: 50px;
    text-align: right;
    margin-left: 0;
    float: right;
  }
  .siteNavSecLinks .govtLogo {
    margin: 10px 0;
    border-bottom: 0;
  }
  .siteNav .dropdown > .dropdown-menu,
  .siteNav .dropdown:hover > .dropdown-menu,
  .siteNav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    z-index: inherit;
    float: none;
    min-width: auto;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-right: 25px;
  }
  .siteNav .dropdown > .dropdown-menu.collapse.in {
    display: block;
  }
  .siteNav .dropdown > .dropdown-menu a {
    padding: 10px 20px;
  }
  .siteNav .dropdown .dropdown-menu .dropdown > a:after {
    content: "\f107";
  }
  .siteNavSearch .searchInput {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding-right: 50px;
  }
  .siteNavSearch .searchInput:focus {
    background-color: #fff;
    width: 100%;
    right: 0;
    border-color: #e2e2e2;
    margin-right: 0;
    z-index: 0;
  }



}
.introSliderWrapper {
  position: relative;
  z-index:
}
.introSlider {
  position: relative;
  z-index: 1;
  background: #000;
}
.introSliderBody {
  position: relative;
  height: 480px;
  width: 1140px;
}
.introSliderBody-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.slick-current .introSliderBody-bg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.introSliderBody-content {
  font-size: 20px;
  line-height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform: translate3d(0%, -50%, 0%);
  -moz-transform: translate3d(0%, -50%, 0%);
  -o-transform: translate3d(0%, -50%, 0%);
  -ms-transform: translate3d(0%, -50%, 0%);
  transform: translate3d(0%, -50%, 0%);
}
.introSliderBody-content .container {
  padding-left: 40%;
  padding-right: 90px;
  text-align: right;
}
.introSliderBody-content * {
  color: #fff;
}
.introSliderBody-content h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.introSliderBody-content h3 {
  font-size: 40px;
  line-height: 48px;
}
.introSliderBody-content .container {
	text-transform: uppercase;
  opacity: 0;
	-webkit-transform: translate(0px, 15px);
	-moz-transform: translate(0px, 15px);
	-o-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
	-webkit-transform: translate3d(0px, 15px, 0px);
	-moz-transform: translate3d(0px, 15px, 0px);
	-o-transform: translate3d(0px, 15px, 0px);
	-ms-transform: translate3d(0px, 15px, 0px);
	transform: translate3d(0px, 15px, 0px);
	-webkit-transition: all 0.5s 0.7s ease-in-out;
	-moz-transition: all 0.5s 0.7s ease-in-out;
	-o-transition: all 0.5s 0.7s ease-in-out;
	transition: all 0.5s 0.7s ease-in-out;
}
.slick-current .introSliderBody-content .container  {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.introSlider .slick-prev,
.introSlider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 46px;
    height: 37px;
    margin-top: -49px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.introSlider .slick-prev {
  background-image: url(../img/introSliderNavPrev.png);
  left: 2%;
}
.introSlider .slick-next {
  background-image: url(../img/introSliderNavNext.png);
  right: 2%;
}
.introSliderBottomBorder {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.introSliderBottomBorder .container {
  position: relative;
}
.introSliderBottomBorderLeft,
.introSliderBottomBorderRight {
  position: absolute;
  width: 9999px;
  bottom: 0;
  height: 47px;
  background-color: #e3e5ec;
}
.introSliderBottomBorderLeft {
  right: 100%;
  margin-right: -15px;
}
.introSliderBottomBorderRight {
  left: 100%;
  margin-left: -15px;
}
@media (max-width: 1199px) {
  .introSliderBody {
    width: 940px;
  }
  .introSliderBody-content h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .introSliderBody {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .introSliderBody {
    width: 100%;
    height: 380px;
  }
  .introSliderBottomBorder {
    display: none;
  }
  .introSliderBody-content .container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.introAboutBody {
  background-color: #fff;
  padding: 60px 4% 0;
  text-align: center;
}
.introAboutBody h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #3b69b0;
}
.introAboutList {
  padding: 40px 0;
  margin: 30px -4% 0;
}
.introAboutList ul {
  list-style: none;
  margin: 0 0 70px;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.introAboutList li {
  display: inline-block;
  float: none;
  background-color: #3b69b0;
  padding: 60px 30px;
  min-height: 225px;
  vertical-align: top;
}
.introAboutList li:nth-child(2) {
  background-color: #83579f;
}
.introAboutList li:nth-child(3) {
  background-color: #c51e70;
}
.introAboutList li span {
  display: block;
}
.introAboutList .ic {
  height: 80px;
}
.introAboutList .ic img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introAboutList li:hover .ic img {
  opacity: 0.75;
}
.introAboutList .text {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}
.doubleBorderDiv {
  border-top: 1px solid #dbdbdb;
  height: 4px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .introAboutList {
    padding: 10px 0;
  }
  .introAboutList li {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .introAboutBody {
    padding: 30px 0 0;
    background-color: transparent
  }
  .introAboutList {
      padding: 20px 0;
      margin: 10px 0 0;
  }
  .introAboutList li {
    display: block;
    padding: 30px 15px;
    min-height: 100px;
  }
}
.introInitiativesBody {
  background-color: #fff;
  padding: 40px 4%  60px;
  position: relative;
}
.introInitiativesBody h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #3c3d39;
  margin-bottom: 40px;
}
.introInitiativesImgSlider {
  width: 40%;
  position: absolute;
  top: 140px;
  z-index: 0;
}
.introInitiativesImgSliderSlide {
  height: 320px;
  background-color: #3b69b0;
}
.introInitiativesContentSlider {
  position: relative;
  z-index: 1;
  width: 60%;
  float: right;
  background-color: #f6f5f6;
  padding: 40px 50px 30px;
  margin-top: 50px;
  min-height: 320px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.introInitiativesContentSliderSlide {
  position: relative;
}
.introInitiativesImgSliderSlide .fig {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.introInitiativesContentSliderSlide h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 20px;
}
.introInitiativesContentSliderSlide .btn-more {
  color: #3b69b0;
  text-transform: uppercase;
  margin-left: -12px;
}
.introInitiativesContentSliderSlide .btn-more:hover {
  color: #dd5dad;
}
.introInitiativesContentSlider {
  margin-bottom: 100px;
}
.introInitiativesContentSlider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -40px;
}
.introInitiativesContentSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.introInitiativesContentSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cacaca;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.introInitiativesContentSlider .slick-dots li.slick-active button {
  background-color: #dd5dad;
}
.introInitiativesList {
  margin-bottom: 50px;
}
.introInitiativesListItem {
  margin-bottom: 30px;
}
.introInitiativesListItem .fig {
  display: block;
  height: 225px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introInitiativesListItem:hover .fig {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.introInitiativesListItem .test {
  text-align: center;
  font-size: 22px;
  color: #4b4c54;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  display: block;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .introInitiativesImgSlider {
      width: 100%;
      position: relative;
      top: auto;
      z-index: 0;
  }
  .introInitiativesContentSlider {
      position: relative;
      width: 100%;
      float: none;
      padding: 30px 15px 15px;
      margin-top: 0;
      min-height: 320px;
          box-shadow: none;
  }
  .introInitiativesBody {
      padding: 20px 0 30px;
  }
}
.introBlogPost {
  background-color: #fff;
}
.introBlogPostBody {
  background-color: #c0dffe;
  padding: 30px 40px 40px;
  color: #567595;
}
.introBlogPostBody h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #455e78;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #9bb8d6;
}
.introBlogPostFig {
  overflow: hidden;
  margin-bottom: 20px;
}
.introBlogPostFig img {
  max-width: 100%;
}
.introBlogPostBody h4 {
  margin: 0 0 20px;
  font-size: 22px;
  color: #4b4c54;
}
.introBlogPostBody .btn-more {
  background-color: #96bee7;
  color: #405c7b;
  text-transform: uppercase;
  margin-top: 10px;
}
.introBlogPostBody .btn-more:hover {
  background-color: #3c68ab;
  color: #96bee7;
}
.introBlog {
  background-color: #fff;
  padding: 0 4% 80px;
}
.introFollowUs h3 {
  text-transform: uppercase;
  color: #686b6e;
  margin: 0 0 30px;
  font-weight: 700;
}
.introResourcesCol {
  background-color: #f2f5f8;
  padding: 30px 20px 10px;
  margin-top: 60px;
}
.introFollowUs {
  border: 3px solid #f2f5f8;
  padding: 25px 20px 20px;
  min-height: 381px;
}
.introFollowUsBody {
  text-align: center;
}
.introFollowUsBody img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .introBlogPost {
    margin-bottom: 30px;
  }
  .introFollowUs {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .introBlogPost {
    text-align: center;
  }
  .introBlogPostBody .text-right {
    text-align: center;
  }
}
.introQueriesBody {
  background: #0069b4 url(../img/introQueries-bg.png) no-repeat left bottom;
  padding: 80px 4%;
}
.introQueries h2 {
  color: #b8d7f7;
  font-size: 30px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.introQueriesForm .form-control {
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #055e9d;
  height: 45px;
  color: #83b8f9;
  box-shadow: none;
  padding: 6px 20px;
}
.introQueriesForm .form-control:focus {
  background-color: #055e9d;
}
.introQueriesForm .has-error .form-control {
  border-color: #a94442;
}
.introQueriesForm textarea.form-control{
  height: auto;
}
.introQueriesForm ::-webkit-input-placeholder {
  color: #7daae0;
}
.introQueriesForm ::-moz-placeholder {
  color: #7daae0;
}
.introQueriesForm :-ms-input-placeholder {
  color: #7daae0;
}
.introQueriesForm :-moz-placeholder {
  color: #7daae0;
}
.introQueriesForm .form-group {
  margin-bottom: 20px;
}
.introQueriesForm .btn-submit {
  background-color: #03518b;
  display: block;
  color: #70a1da;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  font-size: 22px;
}
.introQueriesForm .btn-submit:hover,
.introQueriesForm .btn-submit:active {
  background-color: #013154;
}
@media (max-width: 767px) {
  .introQueriesBody,
  .introQueriesForm .form-control {
    text-align: center;
  }
}
.siteFooter {
  background-color: #2a2a2a;
  padding: 20px 0;
  color: #575760;
  text-align: center;
}
.siteFooterShare a {
  display: inline-block;
  padding: 3px 10px;
  color: #575760;
  font-size: 30px;
  margin: 0 5px 10px;
}
.siteFooterShare a:hover,
.siteFooterShare a:active {
  color: #9a9a9e;
}
.siteFooterInfo {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .siteFooterInfo .visitorCount {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .siteFooterInfo .visitorCount {
    margin-top: 5px;
  }
}
.siteFooterInfo .visitorCount img {
  margin-top: 1px;
}
.pageBannerBody {
  height: 480px;
  position: relative;
}
.pageBannerBody-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.pageBannerBody-content {
  font-size: 20px;
  line-height: 27px;
  position: absolute;
  top: 50%;
  left: 38%;
  right: 40px;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform: translate3d(0%, -50%, 0%);
  -moz-transform: translate3d(0%, -50%, 0%);
  -o-transform: translate3d(0%, -50%, 0%);
  -ms-transform: translate3d(0%, -50%, 0%);
  transform: translate3d(0%, -50%, 0%);
}
.blogBanner .pageBannerBody-content {
  right: 0;
  padding: 40px 40px 30px;
  background-color: rgba(0,0,0,0.70);
  text-shadow: none;
}
.blogPostHeader {
  margin-bottom: 20px;
}
.blogPostHeader h1 {
  margin: 0 0 6px;
}
.blogPostHeader .breadcrumb {
  margin-bottom: 0;
}
.blogPostHeader .meta {
  font-size: 15px;
  color: #6d81a2;
}
.blogPostShare {
  margin: 40px 0;
}
.pageBannerBody-content * {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.pageBannerBody-content h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.pageBannerBody-content h3 {
  font-size: 40px;
  line-height: 44px;
}
.blogBanner .pageBannerBody-content .btn-more {
  color: #fe5cae;
  border-color: #fe5cae;
  background-color: transparent;
  margin-top: 10px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .pageBannerBody-content,
  .blogBanner .pageBannerBody-content {
    left: 15px;
    right: 15px;
    padding: 0;
    background-color: transparent;
  }
  .pageBannerBody {
    height: 320px;
  }
}
.pageCommon {
  background-color: #fff;
  padding: 20px 4% 60px;
}
.pageCommonBody h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pageCommonBody ul {
  list-style-type: square;
  padding-left: 20px;
}
.pageCommonBody li {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .pageCommon {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumb {
  background-color: transparent;
  font-size: 16px;
  font-style: italic;
  padding-left: 0;
  letter-spacing: -1px;
  text-align: left;
}
.breadcrumb,
.breadcrumb a {
  color: #86919b;
}
.breadcrumb .active {
  color: #1269b0;
}
.pageLocator {
  text-align: center;
  font-size: 18px;
}
.pageLocator h1 {
  color: #1268b1;
  text-transform: uppercase;
}
.pageLocator .fig {
  margin: 40px 0;
}
.pageLocator .fig img {
  max-width: 100%;
}
.contactItem {
  border: 1px solid #d4d4d4;
  position: relative;
  margin-bottom: 40px;
}
.contactItemBody {
  font-size: 18px;
  line-height: 26px;
  padding: 4%;
  width: 46%;
}
.figLeft .contactItemBody {
  margin-left: 54%;
}
.contactItemBody h2 {
  font-size: 32px;
  line-height: 32px;
  color: #3c68ab;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.contactItemFig,
.contactItemFig > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.contactItemFig {
  left: 46%;
  background-color: #d4d4d4;
}
.figLeft .contactItemFig {
  left: 0;
  right: 46%;
}
.contactItemFig > * {
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
.contactItemBody .phone,
.contactItemBody .email {
  color: #5a83c1;
  font-size: 22px;
}
.contactItemBody .phone:before,
.contactItemBody .email:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 27px;
  color: #5a83c1;
  margin-right: 4px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 7px;
  width: 30px;
  text-align: center;
}
.contactItemBody .phone:before {
  content:"\f098";
}
.contactItemBody .email:before {
  content:"\f0e0";
}
@media (max-width: 991px) {
  .contactItemBody {
    padding: 15px 15px 30px;
    width: auto;
  }
  .figLeft .contactItemBody {
    margin-left: 0;
  }
  .contactItemFig {
    height: 300px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.teamItem {
  margin-bottom: 80px;
  min-height: 160px;
  text-align: center;
}
.teamItemFig {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border: 3px solid #e8ebf0;
  border-radius: 50%;
  background-position: top center;
  background-color: #d9dbdf;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.big .teamItemFig {
  width: 190px;
  height: 190px;
  border-width: 5px;
}
.teamItemBody {
  position: relative;
  padding-top: 10px;
  font-size: 18px;
  font-style: italic;
}
.big .teamItemBody {
  padding-top: 20px;
}
.teamItemBody:after {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 100%;
  margin-right: 15px;
  content: ' ';
  display: none;
  height: 73px;
  width: 1px;
  background-color: #bcbdbf;
  float: right;
}
.row .col-md-6:nth-child(2) .teamItemBody:after{
  display: block;
}
.teamItemBody h2 {
  text-transform: capitalize;
  color: #1269b0;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 700;
  font-style: normal;
}
.teamItemBody h3 {
  text-transform: capitalize;
  color: #585964;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 4px;
  font-family: 'Source Sans Pro',Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .teamItem {
    margin-bottom: 50px;
  }
  .row .col-md-6:nth-child(2) .teamItemBody:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .teamItem {
    margin-bottom: 50px;
  }
  .big.teamItem {
    margin-bottom: 100px;
  }
}
.gallery,
.newsList {
  margin-left: -5px;
  margin-right: -5px;
}
.bottomGallery a,
.gallery a,
.newsList a {
  display: block;
}
.bottomGallery .fig,
.gallery .fig,
.newsList .fig {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  height: 200px;
  background-position: center;
  background-color: #313030;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery .fig,
.newsList .fig {
  height: 260px;
  margin-left: -10px;
  margin-right: -10px;
}
.galleryLink,
.newsListItemLink {
  margin-bottom: 10px;
}
.bottomGalleryLink .fig,
.galleryLink .fig,
.newsListItemLink .fig {
  position: relative;
}
.bottomGalleryLink .fig:after,
.galleryLink .fig:after,
.newsListItemLink .fig:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #c61870;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.galleryLink .fig:after,
.newsListItemLink .fig:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottomGalleryLink:hover .fig:after,
.galleryLink:hover .fig:after,
.newsListItemLink:hover .fig:after {
  opacity: 0.80;
}
.bottomGalleryLink .fig:before,
.galleryLink .fig:before {
  content:"\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 40px;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-left: -19px;
  margin-top: -15px;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.95) translate(0px, 10px);
  -moz-transform: scale(0.95) translate(0px, 10px);
  -o-transform: scale(0.95) translate(0px, 10px);
  -ms-transform: scale(0.95) translate(0px, 10px);
  transform: scale(0.95) translate(0px, 10px);
}
.bottomGalleryLink:hover .fig:before,
.galleryLink:hover .fig:before {
  opacity: 1;
  -webkit-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.bottomGallery .thumb,
.gallery .thumb {
  display: none;
}
.galleryBody,
.newsListItemBody {
  background-color: #eff0f1;
  display: block;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px;
}
.galleryBody .title,
.newsListItemBody .title {
  font-size: 17px;
  font-weight: 700;
  color: #1269b0;
  display: block;
  height: 75px;
  overflow: hidden;
}
.galleryBody .meta,
.newsListItemBody .meta {
  display: block;
  border-top: 1px solid #bec2c8;
  padding-top: 10px;
  margin-top: 10px;
  color: #61666b;
  white-space: nowrap;
}
.galleryBody .name,
.newsListItemBody .name {
  width: 60%;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
}
.galleryBody .date,
.newsListItemBody .date {
  width: 40%;
  overflow: hidden;
  display: inline-block;
  text-align: right;
  padding-left: 5px;
}
.pagination,
.pagination-lg>li>a,
.pagination-lg>li>span {
  border-radius: 0!important;
}
@media (max-width: 767px) {
  .galleryLink .fig:after,
  .newsListItemLink .fig:after {
    bottom: 0;
  }
}
.text-blue {
  color: #1269b0;
}
.icgeFig {
  text-align: center;
  padding: 70px 30px;
  border: 1px solid #6f6f6f;
}
.icgeFig img {
  max-width: 100%;
}
.blogList {
  margin-top: 25px;
}
.blogListItem {
  margin-bottom: 35px;
}
.blogListItemFig {
  height: 320px;
  background-position: top center;
  background-color: #d9dbdf;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blogListItemBody {
  background-color: #fff;
  margin: -50px 6% 0;
  padding: 30px 40px 10px;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.blogListItemBodyHeading {
  margin-bottom: 20px;
}
.blogListItemBodyHeading h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.blogListItemBodyHeading .meta {
  color: #6d81a2;
  font-size: 15px;
}
.blogListItemBodyFooter {
  margin-top: 20px;
}
.blogListItemBodyFooter .btn-more {
  text-transform: uppercase;
  background-color: transparent;
  border-color: #3b69b0;
  color: #3b69b0;
}
.blogListItemBodyFooter .share ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.blogListItemBodyFooter .share li {
  display: inline-block;
}
.blogListItemBodyFooter .share a {
  font-size: 22px;
  color: #505a68;
  padding: 8px;
  display: inline-block;
}
.blogSideCol {
  margin-top: 17px;
}
.blogSideColHeading {
  margin-bottom: 25px;
}
.blogSideColHeading h2 {
  margin: 0 0 5px;
}
.blogSideListItem {
  margin-bottom: 40px;
}
.blogSideListItemFig {
  width: 100px;
  height: 80px;
  display: block;
  background-position: top center;
  background-color: #d9dbdf;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}
.blogSideListItemBody {
  margin-left: 115px;
  display: block;
}
.blogSideListItemFig + .blogSideListItemBody {
  min-height: 80px;
}
.blogSideListItemBody .title {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  line-height: 19px;
}
.blogSideListItemFig + .blogSideListItemBody .title {
  height: 65px;
  overflow: hidden;
}
.blogSideListItemBody .meta {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #8d96a4;
}
@media (max-width: 767px) {
  .blogListItemBodyContent {
    display: none;
  }
  .blogListItemFig {
    height: 220px;
  }
  .blogListItemBody {
    background-color: #fff;
    margin: -30px 2% 0;
  }
}
.resourcesListItem {
  display: inline-block;
  margin: 0 5px 30px;
  padding: 25px;
  text-align: center;
  background-color: #eff0f1;
}
.resourcesListItem .fig {
  display: inline-block;
  width: 178px;
  height: 226px;
}
.resourcesListItem .fig img {
  height: 100%;
}
.resourcesListItem .text {
  font-size: 18px;
  display: block;
  margin-top: 15px;
  color: #1269b0;
  font-weight: 700;
}
.resourcesListItem .bottomLinks {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.resourcesListItem .bottomLinks .btn {
  color: #1269b0;
  padding: 3px 15px 5px;
  border-color: #7ea1c3;
  line-height: normal;
  margin: 0 2px;
  font-size: 16px;
}
.resourcesListItem .bottomLinks .btn:hover,
.resourcesListItem .bottomLinks .btn:active {
  background-color: #7ea1c3;
  color: #fff;
}
.pageSearch .input-search,
.pageSearch .btn-submit {
  height: 50px;
}
.pageSearch .btn-submit {
  margin-left: -30px;
}
.searchResultListItem {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
