@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
/* line 2, ../sass/style.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 11, ../sass/style.scss */
img, div, span {
  vertical-align: baseline; }

/* line 13, ../sass/style.scss */
input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
  outline: 0px none !important; }

/* line 20, ../sass/style.scss */
ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
/*

$debugcolor-1 : pink;
$debugcolor-2 : teal;
$debugcolor-3 : olive;
$debugcolor-4 : yellow;
$debugcolor-5 : orange;
$debugcolor-6 : tan;

$debugcolor-1 : transparent;
$debugcolor-2 : transparent;
$debugcolor-3 : transparent;
$debugcolor-4 : transparent;
$debugcolor-5 : transparent;
$debugcolor-6 : transparent;


$debugcolor-1 : pink;
$debugcolor-2 : teal;
$debugcolor-3 : olive;
$debugcolor-4 : yellow;
$debugcolor-5 : orange;
$debugcolor-6 : tan;




$debugcolor-1 : #D4AC0D;
$debugcolor-2 : #F9E79F;
$debugcolor-3 : #A3E4D7;
$debugcolor-4 : #AED6F1;
$debugcolor-5 : #EDBB99;
$debugcolor-6 : #E6B0AA;
*/
/* BORDER RADIUS */
@gridGutterWidth {
  width: 30px; }
@gridColumnWidth {
  width: 70px; }
/*******************************************************************************************************************************************/
/* line 30, ../sass/style.scss */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 400;
  background: #ebebeb; }

/* line 38, ../sass/style.scss */
h1 {
  font-size: 60px;
  font-family: "Lato", sans-serif;
  line-height: 70px;
  font-weight: 300; }

/* line 44, ../sass/style.scss */
h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
  line-height: 55px;
  font-weight: 300; }

/* line 50, ../sass/style.scss */
h3 {
  font-size: 40px;
  font-family: "Lato", sans-serif;
  line-height: 45px;
  font-weight: 300; }

/* line 56, ../sass/style.scss */
h4 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  line-height: 35px; }

/* line 61, ../sass/style.scss */
h5 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  font-weight: 300; }

/* line 67, ../sass/style.scss */
h6 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 26px;
  font-weight: 300; }

/* line 73, ../sass/style.scss */
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif; }

/* line 80, ../sass/style.scss */
a {
  text-decoration: none;
  color: #666666; }

/* line 84, ../sass/style.scss */
a:hover {
  color: #000;
  text-decoration: none; }

/* line 88, ../sass/style.scss */
strong {
  font-weight: 700; }

/* line 91, ../sass/style.scss */
img {
  max-width: 100%; }

/* line 94, ../sass/style.scss */
.wrapper {
  width: 100%;
  max-width: 1200px;
  min-width: 296px;
  margin: 0px auto; }

/*------- Home---------- */
/* line 102, ../sass/style.scss */
.main-outercon {
  float: left;
  width: 100%;
  overflow: hidden; }

/* line 107, ../sass/style.scss */
.header-container {
  float: left;
  width: 100%;
  background: white; }

/* line 112, ../sass/style.scss */
.content-container {
  float: left;
  width: 100%; }

/* line 116, ../sass/style.scss */
.footer-container {
  float: left;
  width: 100%; }

/*------- Guide Page Header---------- */
/* line 123, ../sass/style.scss */
.guide-page .logo {
  float: left;
  padding: 27px 0; }

/* line 127, ../sass/style.scss */
.page-title {
  float: left;
  width: 100%;
  text-align: right;
  padding: 27px 0; }
  /* line 133, ../sass/style.scss */
  .page-title h6 {
    float: right;
    padding: 10px 0; }

/*------- Header---------- */
/* line 140, ../sass/style.scss */
.hearder-area {
  float: left;
  width: 100%;
  background: white;
  position: relative; }
  /* line 145, ../sass/style.scss */
  .hearder-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    right: 100%;
    bottom: 0;
    border-bottom: 6px solid #158be6; }
  /* line 154, ../sass/style.scss */
  .hearder-area:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 100%;
    bottom: 0;
    border-bottom: 5px solid #005a9f;
    margin-left: -1px; }
  /* line 164, ../sass/style.scss */
  .hearder-area .logo {
    float: left;
    width: 29%;
    padding: 26px 0 26px 40px;
    border-bottom: 6px solid #005a9f; }
  /* line 171, ../sass/style.scss */
  .hearder-area .menu li {
    margin: 0 0 0 0; }
  /* line 175, ../sass/style.scss */
  .hearder-area .main-menu {
    float: left;
    width: 71%;
    margin: 0; }
    /* line 179, ../sass/style.scss */
    .hearder-area .main-menu .mean-nav a {
      text-align: left;
      color: #2e2e2e; }
    /* line 180, ../sass/style.scss */
    .hearder-area .main-menu nav {
      float: left;
      width: 100%; }
      /* line 183, ../sass/style.scss */
      .hearder-area .main-menu nav ul {
        list-style: none;
        float: left;
        width: 100%; }
        /* line 187, ../sass/style.scss */
        .hearder-area .main-menu nav ul li {
          float: left;
          display: block;
          width: 14.28%;
          border-bottom: 6px solid #158be6; }
          /* line 192, ../sass/style.scss */
          .hearder-area .main-menu nav ul li a {
            float: left;
            width: 100%;
            text-align: center;
            padding: 36px 10px 36px 10px;
            height: 121px;
            z-index: 99999; }
            /* line 199, ../sass/style.scss */
            .hearder-area .main-menu nav ul li a i {
              float: left;
              width: 100%;
              font-size: 26px;
              color: #999999;
              /* margin-bottom:20px; */
              height: 46px; }
            /* line 207, ../sass/style.scss */
            .hearder-area .main-menu nav ul li a div {
              display: table;
              padding: 0 10px;
              text-align: center;
              width: 100%; }
              /* line 212, ../sass/style.scss */
              .hearder-area .main-menu nav ul li a div span {
                width: 100%;
                max-width: 100px;
                display: table-cell;
                font-size: 14px;
                color: #999999;
                line-height: 18px;
                vertical-align: middle;
                height: 36px; }
          /* line 226, ../sass/style.scss */
          .hearder-area .main-menu nav ul li:first-child a i {
            font-size: 34px; }
          /* line 231, ../sass/style.scss */
          .hearder-area .main-menu nav ul li:hover a, .hearder-area .main-menu nav ul li.active a {
            background: #158be6;
            position: relative; }
            /* line 234, ../sass/style.scss */
            .hearder-area .main-menu nav ul li:hover a i, .hearder-area .main-menu nav ul li.active a i {
              color: white; }
            /* line 237, ../sass/style.scss */
            .hearder-area .main-menu nav ul li:hover a span, .hearder-area .main-menu nav ul li.active a span {
              color: white; }
            /* line 240, ../sass/style.scss */
            .hearder-area .main-menu nav ul li:hover a:after, .hearder-area .main-menu nav ul li.active a:after {
              float: left;
              width: 100%;
              position: absolute;
              content: '';
              height: 6px;
              left: 0;
              bottom: -23px;
              z-index: 9999;
              /*
              border-style: solid;
              border-width: 17px 58px 0 58px;
              border-color: $blue transparent transparent transparent;
              */ }
          /* line 256, ../sass/style.scss */
          .hearder-area .main-menu nav ul li:nth-child(even) {
            position: relative; }
            /* line 258, ../sass/style.scss */
            .hearder-area .main-menu nav ul li:nth-child(even):after {
              float: left;
              width: 100%;
              position: absolute;
              content: '';
              height: 6px;
              left: 0;
              bottom: -6px;
              border-bottom: 6px solid #329ced; }
          /* line 270, ../sass/style.scss */
          .hearder-area .main-menu nav ul li:hover:nth-child(even):after {
            display: none; }
          /* line 275, ../sass/style.scss */
          .hearder-area .main-menu nav ul li.active:nth-child(even):after {
            display: none; }

/*------- Home---------- */
/** Outside Resources **/
/* line 287, ../sass/style.scss */
.ie_break {
  line-height: 24px; }

/*------- Banner---------- */
/* custom search-form hero image needs an extra nudge to the left */
/* line 294, ../sass/style.scss */
.form-banner-area {
  left: 30px !important; }

/* line 298, ../sass/style.scss */
.banner-area {
  float: left;
  width: 100%;
  height: 100%;
  /*
  position: relative;
  &:after{
      background:rgba(0, 0, 0, 0.5);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
  }
  */ }
  /* line 302, ../sass/style.scss */
  .banner-area img {
    position: relative;
    left: 15px; }
  /* line 318, ../sass/style.scss */
  .banner-area img {
    cursor: default;
    width: 100%;
    float: left; }
  /* line 323, ../sass/style.scss */
  .banner-area .container {
    position: relative; }
  /* line 326, ../sass/style.scss */
  .banner-area .banner-content {
    float: left;
    max-width: 545px;
    position: absolute;
    z-index: 9;
    font-weight: 900;
    /* custom btn-circle position for search-form */
        /*&.home_page {
			h1,h2,h3 {
				width: 800px !important;
			}
        }*/ }
    /* line 333, ../sass/style.scss */
    .banner-area .banner-content .btn-circle {
      float: left;
      position: absolute;
      margin-right: 15px;
      margin-top: -35px;
      cursor: default; }
    /* line 341, ../sass/style.scss */
    .banner-area .banner-content .form-btn-circle-position {
      margin-top: -20px !important;
      margin-left: 10px !important; }
    /* line 346, ../sass/style.scss */
    .banner-area .banner-content button {
      float: left;
      position: absolute;
      margin-right: 15px;
      margin-top: -30px; }
    /* line 352, ../sass/style.scss */
    .banner-area .banner-content h1 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      line-height: 55px;
      font-size: 100px; }
    /* line 358, ../sass/style.scss */
    .banner-area .banner-content h2, .banner-area .banner-content h3 {
      float: left;
      position: absolute;
      left: -85px;
      top: 30px;
      color: #fff;
      width: 330px;
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 900;
      line-height: 30px;
      text-transform: uppercase; }
    /* line 376, ../sass/style.scss */
    .banner-area .banner-content.search-banner {
      max-width: 410px;
      left: 237px;
      top: 50px; }
      /* line 380, ../sass/style.scss */
      .banner-area .banner-content.search-banner h1, .banner-area .banner-content.search-banner h2, .banner-area .banner-content.search-banner h3 {
        float: left;
        width: 75%; }
      /* line 384, ../sass/style.scss */
      .banner-area .banner-content.search-banner .btn-circle {
        margin-top: 70px; }
  /* line 389, ../sass/style.scss */
  .banner-area .banner-text {
    float: left;
    position: absolute;
    z-index: 9; }
    /* line 394, ../sass/style.scss */
    .banner-area .banner-text h6 {
      float: left;
      position: absolute;
      color: #fff;
      top: 60px;
      left: 560px;
      width: 425px;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      line-height: 22px; }
  /* line 407, ../sass/style.scss */
  .banner-area .search-banner-right {
    float: left;
    max-width: 475px;
    position: absolute;
    top: 125px;
    right: 195px;
    z-index: 9; }
    /* line 414, ../sass/style.scss */
    .banner-area .search-banner-right p {
      font-size: 24px;
      color: white;
      margin: 0px;
      line-height: 26px; }
    /* line 420, ../sass/style.scss */
    .banner-area .search-banner-right span {
      font-size: 16px;
      color: white;
      font-style: italic; }

/*------- Header Info ---------- */
/* line 433, ../sass/style.scss */
.header-info {
  float: left;
  width: 100%; }

/* line 437, ../sass/style.scss */
.header-info-inner {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px; }
  /* line 442, ../sass/style.scss */
  .header-info-inner h2 {
    font-size: 48px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #005a9f;
    padding-bottom: 5%;
    letter-spacing: 0.5px; }
  /* line 450, ../sass/style.scss */
  .header-info-inner p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin: 0px;
    color: #1a1a1a;
    letter-spacing: 0.4px; }

/* line 461, ../sass/style.scss */
.search-outer {
  float: left;
  width: 100%;
  padding: 0px;
  text-align: center;
  background: #ff974a;
  margin-bottom: 50px;
  margin-top: 50px; }
  /* line 469, ../sass/style.scss */
  .search-outer:hover {
    background: #f86a00; }
    /* line 471, ../sass/style.scss */
    .search-outer:hover a {
      background: #f86a00; }
  /* line 475, ../sass/style.scss */
  .search-outer input {
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: white;
    font-weight: 700; }
  /* line 483, ../sass/style.scss */
  .search-outer ::-webkit-input-placeholder {
    color: white; }
  /* line 486, ../sass/style.scss */
  .search-outer ::-moz-placeholder {
    color: white; }
  /* line 489, ../sass/style.scss */
  .search-outer :-moz-placeholder {
    color: white; }
  /* line 492, ../sass/style.scss */
  .search-outer :-ms-input-placeholder {
    color: white; }

/*------- Idea Block---------- */
/* line 502, ../sass/style.scss */
.idea-block {
  float: left;
  width: 100%;
  background: #62b8fa; }

/* line 507, ../sass/style.scss */
.idea-block-inner {
  float: left;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 120px;
  bottom: -20px;
  top: 0px; }
  /* line 517, ../sass/style.scss */
  .idea-block-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -7px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    background: url(../images/idea_shadow.png) center center no-repeat; }
  /* line 529, ../sass/style.scss */
  .idea-block-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    background: url(../images/idea_shadow.png) center center no-repeat; }
  /* line 541, ../sass/style.scss */
  .idea-block-inner p {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    margin: 0 auto;
    color: white;
    max-width: 1000px;
    line-height: 30px;
    position: relative;
    top: -30px; }

/*------- Featured Content ---------- */
/* ** moved to ccdf.scss
.featured-content{
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0px;
    background: $lighter;
    h2{
        font-size: $size-h2;
        font-family: $mainfont;
        font-weight: $light;
        color: $darkblue;
        padding-bottom: 40px;
    }
}
*/
/* line 574, ../sass/style.scss */
.single-block {
  float: left;
  width: 100%; }
  /* line 577, ../sass/style.scss */
  .single-block .image-block {
    float: left;
    width: 100%; }
    /* line 580, ../sass/style.scss */
    .single-block .image-block img {
      float: left; }
  /* line 584, ../sass/style.scss */
  .single-block .content-block {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 25px; }
    /* line 589, ../sass/style.scss */
    .single-block .content-block h5 {
      text-transform: uppercase;
      font-size: 18px;
      color: #454545;
      font-weight: 700;
      line-height: 22px;
      padding-bottom: 12px; }
    /* line 597, ../sass/style.scss */
    .single-block .content-block p {
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin: 0px;
      color: #1a1a1a; }

/*------- Footer---------- */
/* line 612, ../sass/style.scss */
.footer-area {
  float: left;
  width: 100%;
  background: #f7f7f7; }
  /* line 616, ../sass/style.scss */
  .footer-area .footer-top {
    float: left;
    padding: 25px 0 0 0;
    width: 100%; }
    /* line 620, ../sass/style.scss */
    .footer-area .footer-top .footer-logo {
      float: left;
      width: 100%;
      padding: 65px 77px 0 50px; }
  /* line 626, ../sass/style.scss */
  .footer-area .footer-bottom {
    border-top: 7px solid #005a9f;
    float: left;
    width: 100%;
    text-align: center;
    background: #123956;
    color: #999999;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    padding: 16px 0; }
    /* line 636, ../sass/style.scss */
    .footer-area .footer-bottom a {
      text-decoration: none;
      color: #999999; }
      /* line 639, ../sass/style.scss */
      .footer-area .footer-bottom a span {
        color: #c4b916; }
      /* line 642, ../sass/style.scss */
      .footer-area .footer-bottom a:hover {
        color: #999999; }

/* line 648, ../sass/style.scss */
.footer-menu {
  float: left;
  width: 100%; }
  /* line 651, ../sass/style.scss */
  .footer-menu ul {
    list-style: none;
    width: 100%; }
    /* line 654, ../sass/style.scss */
    .footer-menu ul li {
      float: left;
      display: block;
      padding: 36px 10px 36px 10px;
      height: 121px;
      width: 33.3%;
      margin-bottom: 20px;
      padding: 20px;
      font-size: 14px;
      line-height: 18px; }
      /* line 664, ../sass/style.scss */
      .footer-menu ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 500; }
        /* line 669, ../sass/style.scss */
        .footer-menu ul li a i {
          float: left;
          width: 100%;
          font-size: 26px;
          color: #999999;
          margin-bottom: 20px; }
          /* line 675, ../sass/style.scss */
          .footer-menu ul li a i.large-icon {
            font-size: 32px;
            margin-bottom: 14px; }
        /* line 680, ../sass/style.scss */
        .footer-menu ul li a div {
          display: table;
          padding: 0 15px;
          text-align: center;
          width: 100%; }
          /* line 685, ../sass/style.scss */
          .footer-menu ul li a div span {
            width: 100%;
            max-width: 100px;
            display: table-cell;
            font-size: 14px;
            color: #999999;
            height: 20px;
            text-align: center;
            vertical-align: middle; }
      /* line 698, ../sass/style.scss */
      .footer-menu ul li:hover a li, .footer-menu ul li.active a li {
        color: #158be6; }
      /* line 701, ../sass/style.scss */
      .footer-menu ul li:hover a i, .footer-menu ul li.active a i {
        color: #158be6; }
      /* line 704, ../sass/style.scss */
      .footer-menu ul li:hover a span, .footer-menu ul li.active a span {
        color: #158be6; }

/* line 712, ../sass/style.scss */
.logo-block {
  width: 100%;
  float: left; }
  /* line 715, ../sass/style.scss */
  .logo-block ul {
    width: 100%;
    display: table;
    list-style: none; }
    /* line 719, ../sass/style.scss */
    .logo-block ul li {
      width: 50%;
      display: table-cell;
      height: 195px;
      vertical-align: middle; }

/*------- Contact---------- */
/* line 730, ../sass/style.scss */
.contact {
  display: inline-block;
  width: 100%;
  max-width: 325px;
  text-align: center; }
  /* line 735, ../sass/style.scss */
  .contact a {
    display: inline-block;
    width: 100%;
    background: #ff974a;
    color: white;
    text-trasform: uppercase;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    text-decoration: none; }
    /* line 745, ../sass/style.scss */
    .contact a:hover, .contact a.active {
      background: #f86a00; }
    /* line 748, ../sass/style.scss */
    .contact a i:before {
      /* position:absolute;
      content:'\f003';
      font-family: 'FontAwesome';
      right:18px;
      top:0;
      font-size:$fontawesome;
      font-weight:$light; */
      position: absolute;
      right: 20px;
      top: 18px; }

/*------- Pagination---------- */
/* line 764, ../sass/style.scss */
.pagination li {
  display: inline-block;
  padding: 0 2px; }
  /* line 767, ../sass/style.scss */
  .pagination li a {
    background: none;
    border: none;
    color: #005a9f;
    font-size: 18px;
    font-weight: 300;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0; }
    /* line 778, ../sass/style.scss */
    .pagination li a:i {
      font-weight: 400; }
    /* line 781, ../sass/style.scss */
    .pagination li a.active, .pagination li a:hover {
      background: #005a9f;
      color: white;
      font-weight: 700; }
  /* line 787, ../sass/style.scss */
  .pagination li span {
    background: none;
    border: none;
    color: #005a9f;
    font-size: 18px;
    font-weight: 300; }

/*------- Circle Button---------- */
/* line 799, ../sass/style.scss */
.btn-circle {
  width: 80px;
  height: 80px;
  font-size: 32px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  margin: 0; }
  /* line 808, ../sass/style.scss */
  .btn-circle.btn-darkorange {
    background: #f86a00;
    border: none;
    color: white; }
  /* line 813, ../sass/style.scss */
  .btn-circle.btn-orange {
    background: #ff974a;
    border: none;
    color: white; }
  /* line 818, ../sass/style.scss */
  .btn-circle.btn-lightblue {
    background: #62b8fa;
    border: none;
    color: white; }

/*------- Documentation Box---------- */
/* line 826, ../sass/style.scss */
.Documentation {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  background: #f2f2f2;
  margin: 0 24px;
  /*
  &:hover{
  	position:relative;
  	cursor:pointer;
  	&:after{
  		position:absolute;
  		background:rgba(0, 0, 0, 0.5);
  		content:'';
  		width:100%;
  		height:100%;
  		left:0;
  		top:0;
  	}
  	.btn-light{
  		display:block;
  	}
  }
  */ }
  /* line 833, ../sass/style.scss */
  .Documentation i {
    color: #fff; }
  /* line 834, ../sass/style.scss */
  .Documentation .doc-title {
    text-align: center;
    padding: 25px 0;
    background: #62b8fa;
    position: relative;
    overflow: hidden; }
    /* line 840, ../sass/style.scss */
    .Documentation .doc-title:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 14px;
      bottom: -5px;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 999;
      opacity: 0.5;
      background: url(../images/doc_shadow.png) center center no-repeat; }
    /* line 853, ../sass/style.scss */
    .Documentation .doc-title h5 {
      font-weight: 700;
      color: white; }
    /* line 857, ../sass/style.scss */
    .Documentation .doc-title a {
      font-weight: 700;
      color: white; }
  /* line 863, ../sass/style.scss */
  .Documentation .doc-content {
    display: inline-block;
    padding: 30px 40px 10px 40px; }
  /* line 870, ../sass/style.scss */
  .Documentation .btn-light {
    background: white;
    color: #005a9f;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: none;
    z-index: 9999; }

/*------- colors---------- */
/* line 918, ../sass/style.scss */
.colorbox {
  float: left;
  width: 100%;
  padding: 95px 0; }
  /* line 922, ../sass/style.scss */
  .colorbox ul {
    float: left;
    list-style: none;
    width: 100%; }
    /* line 926, ../sass/style.scss */
    .colorbox ul li {
      float: left;
      display: table;
      margin-left: 30px; }
      /* line 930, ../sass/style.scss */
      .colorbox ul li:first-child {
        margin-left: 0; }
      /* line 933, ../sass/style.scss */
      .colorbox ul li span {
        display: table-cell;
        width: 100px;
        height: 100px;
        text-align: center;
        vertical-align: middle;
        color: white;
        font-size: 16px;
        font-weight: 300; }

/* line 946, ../sass/style.scss */
.darkblue {
  background: #005a9f; }

/* line 949, ../sass/style.scss */
.blue {
  background: #158be6; }

/* line 952, ../sass/style.scss */
.lightblue {
  background: #62b8fa; }

/* line 955, ../sass/style.scss */
.darkorange {
  background: #f86a00; }

/* line 958, ../sass/style.scss */
.orange {
  background: #ff974a; }

/* line 961, ../sass/style.scss */
.lightorange {
  background: #ffb37b; }

/* line 967, ../sass/style.scss */
.center-block {
  float: left;
  width: 100%;
  padding: 135px 0;
  text-align: center; }

/* line 973, ../sass/style.scss */
.block1 {
  margin: 0 auto;
  max-width: 580px; }

/* line 977, ../sass/style.scss */
.full-row {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  /* line 981, ../sass/style.scss */
  .full-row label {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 75px;
    font-family: "Gotham-Book";
    font-size: 18px;
    margin-right: 40px;
    color: #999999; }
    /* line 990, ../sass/style.scss */
    .full-row label.orange-text {
      color: #ff974a;
      margin: 0 0 0 50px;
      display: inline-block; }
    /* line 995, ../sass/style.scss */
    .full-row label.darkorange-text {
      color: #f86a00;
      margin: 0 0 0 50px;
      display: inline-block; }

/* line 1003, ../sass/style.scss */
.block2 {
  margin: 0 auto;
  max-width: 330px; }

/* line 1007, ../sass/style.scss */
.half-row {
  float: left;
  width: 50%;
  margin: 65px 0; }
  /* line 1011, ../sass/style.scss */
  .half-row label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    text-align: left; }
    /* line 1018, ../sass/style.scss */
    .half-row label .checkbox, .half-row label .radio {
      float: left; }
  /* line 1022, ../sass/style.scss */
  .half-row .checked-label {
    color: #005a9f; }
  /* line 1025, ../sass/style.scss */
  .half-row .inactive-label {
    color: #c7c7c7; }

/* line 1030, ../sass/style.scss */
.header-icon {
  float: left;
  width: 100%;
  padding: 0 46px;
  max-width: 178px;
  margin: 65px 0; }

/* line 1037, ../sass/style.scss */
.sub-icon {
  float: left;
  width: 100%;
  max-width: 390px;
  padding: 0 60px;
  margin: 65px 0; }
  /* line 1043, ../sass/style.scss */
  .sub-icon .btn-orange {
    float: left; }
  /* line 1046, ../sass/style.scss */
  .sub-icon .btn-lightblue {
    float: right; }

/* line 1050, ../sass/style.scss */
.header-icon-text {
  float: left;
  width: 100%;
  margin-top: 50px; }
  /* line 1054, ../sass/style.scss */
  .header-icon-text span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: "Gotham-Book";
    color: #999999;
    min-height: 45px; }
    /* line 1062, ../sass/style.scss */
    .header-icon-text span.darkorange-text {
      color: #f86a00;
      margin-top: 20px;
      min-height: auto; }
    /* line 1067, ../sass/style.scss */
    .header-icon-text span.orange-text {
      color: #ff974a;
      min-height: auto; }
    /* line 1071, ../sass/style.scss */
    .header-icon-text span.lightblue-text {
      color: #62b8fa;
      min-height: auto; }

/* line 1078, ../sass/style.scss */
.block3 {
  margin: 0 auto;
  max-width: 887px; }
  /* line 1081, ../sass/style.scss */
  .block3 .select-outer {
    float: left;
    width: 100%;
    max-width: 265px;
    min-height: 380px; }
    /* line 1086, ../sass/style.scss */
    .block3 .select-outer.left-margin {
      padding-left: 46px; }

/* line 1091, ../sass/style.scss */
.block4 {
  margin: 0 auto;
  max-width: 887px; }

/* line 1095, ../sass/style.scss */
.blank-div {
  float: left;
  width: 100%;
  height: 50px; }

/*----------- Search Page -------------------*/
/* line 1110, ../sass/style.scss */
.search-content {
  float: left;
  width: 100%; }
  /* line 1113, ../sass/style.scss */
  .search-content .search-content-block {
    margin: 0 auto;
    display: block;
    max-width: 795px;
    width: 100%; }
    /* line 1118, ../sass/style.scss */
    .search-content .search-content-block.show-data-blk {
      max-width: 775px; }
      /* line 1120, ../sass/style.scss */
      .search-content .search-content-block.show-data-blk .data-blk {
        padding-left: 0; }
    /* line 1124, ../sass/style.scss */
    .search-content .search-content-block .full-block:first-child {
      margin-top: 30px; }

/* line 1129, ../sass/style.scss */
.search-container {
  background: #f2f2f2;
  float: left;
  width: 100%; }

/* line 1141, ../sass/style.scss */
.content-tab-block {
  float: left;
  width: 100%;
  padding: 20px 0px 0px;
  /* position:relative;
  &:after{
  	position:absolute;
  	content:'';
  	left:0;
  	right:0;
  	margin:0 auto;
  	bottom:-32px;
  	height:61px;
  	width:100%;
  	opacity: 0.5;
  	background:url(../images/tab_shadow.png) no-repeat center center;
  	background-size:100% auto;
  }  */ }
  /* line 1159, ../sass/style.scss */
  .content-tab-block .tab-container {
    float: left;
    width: 100%;
    padding: 0; }
    /* line 1163, ../sass/style.scss */
    .content-tab-block .tab-container h5 {
      float: left;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #2e2e2e;
      padding-right: 20px; }
      /* line 1170, ../sass/style.scss */
      .content-tab-block .tab-container h5.level-tab {
        padding: 0 20px 0 10%;
        line-height: 15px; }
  /* line 1176, ../sass/style.scss */
  .content-tab-block .resp-tabs-container {
    margin-top: 0;
    display: block; }
  /* line 1180, ../sass/style.scss */
  .content-tab-block .resp-tabs-indicator {
    float: left;
    width: 100%;
    height: 20px;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
    padding-left: 422px; }
    /* line 1189, ../sass/style.scss */
    .content-tab-block .resp-tabs-indicator .tab-indicator {
      width: 38px;
      height: 20px;
      background-image: url("../images/arrow_up.png");
      background-size: 100%;
      background-repeat: no-repeat;
      margin-right: 157px;
      display: inline-block;
      visibility: hidden; }
      /* line 1199, ../sass/style.scss */
      .content-tab-block .resp-tabs-indicator .tab-indicator.active {
        visibility: visible; }
  /* line 1206, ../sass/style.scss */
  .content-tab-block .tab-content {
    float: left;
    width: 100%;
    display: none;
    position: relative;
    padding: 0 0 30px; }
    /* line 1213, ../sass/style.scss */
    .content-tab-block .tab-content.active {
      display: block; }
    /* line 1217, ../sass/style.scss */
    .content-tab-block .tab-content:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -32px;
      height: 61px;
      width: 100%;
      opacity: 0.5;
      background: url(../images/tab_shadow.png) no-repeat center center;
      background-size: 100% auto; }
    /* line 1230, ../sass/style.scss */
    .content-tab-block .tab-content .tab-wrapper {
      max-width: 775px;
      margin: 0 auto;
      display: block;
      padding: 30px 0px 0px; }
      /* line 1235, ../sass/style.scss */
      .content-tab-block .tab-content .tab-wrapper .single-head {
        float: left;
        width: 100%;
        margin-bottom: 5px; }
      /* line 1240, ../sass/style.scss */
      .content-tab-block .tab-content .tab-wrapper .single-tab-blk {
        float: left;
        width: 100%;
        padding-top: 30px; }
        /* line 1244, ../sass/style.scss */
        .content-tab-block .tab-content .tab-wrapper .single-tab-blk .conditions {
          float: left;
          width: 38%; }
          /* line 1247, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .conditions h5 {
            float: left;
            width: 100%;
            font-size: 18px;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            color: #2e2e2e;
            line-height: 46px; }
          /* line 1256, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .conditions p {
            float: left;
            font-size: 18px;
            font-family: "Lato", sans-serif;
            font-weight: 300; }
          /* line 1262, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .conditions:first-child {
            padding: 0px; }
        /* line 1266, ../sass/style.scss */
        .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values {
          float: left;
          width: 62%; }
          /* line 1269, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values label {
            font-size: 18px;
            font-weight: 400;
            color: #005a9f;
            text-align: left; }
            /* line 1274, ../sass/style.scss */
            .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values label .radio {
              margin: 0 12px 0 0; }
            /* line 1277, ../sass/style.scss */
            .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values label.checked-label {
              padding-right: 30px; }
          /* line 1281, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values .label {
            text-align: left; }
          /* line 1284, ../sass/style.scss */
          .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values span {
            float: left;
            font-size: 18px;
            font-family: "Lato", sans-serif;
            font-weight: 300; }
            /* line 1289, ../sass/style.scss */
            .content-tab-block .tab-content .tab-wrapper .single-tab-blk .values span i {
              margin-left: 5px; }

/* line 1302, ../sass/style.scss */
.search-bottom-blk {
  float: left;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding: 40px 0px; }

/* line 1308, ../sass/style.scss */
.search-blk-inner {
  display: block;
  margin: 0 auto;
  max-width: 945px; }
  /* line 1312, ../sass/style.scss */
  .search-blk-inner .potential-search {
    float: left;
    width: 65%; }
    /* line 1315, ../sass/style.scss */
    .search-blk-inner .potential-search h5 {
      float: left;
      width: 100%;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 700; }
    /* line 1322, ../sass/style.scss */
    .search-blk-inner .potential-search p {
      float: left;
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 300; }
  /* line 1329, ../sass/style.scss */
  .search-blk-inner .potential-search-right {
    float: left;
    width: 35%; }

/* line 1339, ../sass/style.scss */
.view-search-tool-documentation {
  top: -10px;
  min-height: 420px; }

/* line 1344, ../sass/style.scss */
.relate-resources-title-box {
  color: #fff;
  margin: 40px 0px 10px 0px;
  font-weight: 700; }

/* line 1365, ../sass/style.scss */
.info-popup {
  display: none;
  position: absolute;
  top: -85px;
  left: 20px;
  background: #FFF;
  width: auto;
  left: 28%;
  border-radius: 3px;
  padding: 15px;
  -webkit-box-shadow: 6px 6px 21px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 6px 6px 21px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 6px 6px 21px -1px rgba(0, 0, 0, 0.14);
  z-index: 9; }
  /* line 1380, ../sass/style.scss */
  .info-popup .popup_date {
    top: -115px !important; }
  /* line 1384, ../sass/style.scss */
  .info-popup .close-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff974a; }
  /* line 1390, ../sass/style.scss */
  .info-popup h6 {
    line-height: 35px; }
  /* line 1393, ../sass/style.scss */
  .info-popup:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -15px;
    left: 50%; }
  /* line 1404, ../sass/style.scss */
  .info-popup.category {
    left: 0px;
    top: -110px; }
    /* line 1407, ../sass/style.scss */
    .info-popup.category:before {
      left: 50%; }
  /* line 1411, ../sass/style.scss */
  .info-popup.date-pop {
    left: -20px;
    top: -190px; }
    /* line 1414, ../sass/style.scss */
    .info-popup.date-pop:before {
      left: 50%; }
  /* line 1418, ../sass/style.scss */
  .info-popup.level {
    left: 0px;
    top: -120px; }
    /* line 1421, ../sass/style.scss */
    .info-popup.level:before {
      left: 50%; }

/* line 1427, ../sass/style.scss */
.tooltip-cont {
  display: inline-block;
  position: relative;
  margin: 0 5px; }
  /* line 1432, ../sass/style.scss */
  .tooltip-cont .info-popup {
    width: 200px;
    left: -100px;
    top: -124px; }
