@import url(https://fonts.googleapis.com/css?family=Raleway:500,600,700,400,300|Roboto:400,300,400italic,300italic,500,500italic,700,700italic);
body {
  font-family: "Roboto", sans-serif; }
  body.questions {
    background: white; }

a {
  color: #125790;
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #092e4c; }

a img {
  border: 0; }

ul.social {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.social:after {
    content: "";
    display: table;
    clear: both; }
  ul.social li {
    float: left;
    margin-right: 15px; }
    ul.social li span {
      display: none; }
    ul.social li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      color: white;
      font-size: 18px;
      border-radius: 100%;
      text-align: center;
      line-height: 30px; }
  .no-touch ul.social li.facebook a:hover {
    background-color: #3b5999;
    color: white; }
  .no-touch ul.social li.twitter a:hover {
    background-color: #55ACEE;
    color: white; }
  .no-touch ul.social li.linkedin a:hover {
    background-color: #0977b5;
    color: white; }
  .no-touch ul.social li.youtube a:hover {
    background-color: #e52d27;
    color: white; }

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
  margin: 0; }

h1 {
  font-size: 60px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 20px; }

p, li {
  font-family: "Roboto", sans-serif;
  line-height: 1.6em; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, .main, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html, body {
  position: relative;
  height: 100%;
  min-height: 100%; }

body {
  padding: 0px;
  margin: 0px 0px 200px 0px;
  font-family: "Roboto", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0; }

section {
  overflow: hidden; }

main, .main {
  position: relative; }
  main:after, .main:after {
    content: "";
    display: table;
    clear: both; }
  .no-backgroundsize main, .no-backgroundsize .main {
    margin-left: -40px; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.wrapper {
  height: 100%;
  min-height: 100%; }

.show {
  display: block; }

.hide {
  display: none; }

.caps {
  text-transform: uppercase; }

.container {
  width: 80%;
  max-width: 1200px;
  margin: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .container {
      width: 90%; } }
  @media (max-width: 450px) {
    .container {
      width: 95%; } }

.position-center {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto; }

@media (max-width: 960px) {
  .hideTablet {
    display: none; } }

@media (max-width: 767px) {
  .hideMobile {
    display: none; } }

section {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  z-index: 0; }

.center {
  text-align: center !important; }

.button {
  background: #eebb3c;
  border-radius: 5px;
  padding: 15px 34px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .button:hover {
    background: #e3a814;
    color: white; }
  .button.red {
    background: #ea582f; }
    .button.red:hover {
      background: #d13e15;
      color: white; }
  .button.blue {
    background: #125790; }
    .button.blue:hover {
      background: #0c3c63;
      color: white; }

select {
  font-family: "Roboto", sans-serif;
  background: white url(../img/arrowdown.png) no-repeat;
  background-position: 95% center;
  padding: 7px 35px 7px 10px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px; }

select::-ms-expand {
  display: none; }

input, textarea {
  display: block;
  font-size: 16px;
  border: 2px solid #ccc;
  width: 50%;
  margin: 10px auto;
  padding: 10px 15px;
  z-index: 50;
  border-radius: 5px;
  cursor: pointer; }
  @media (max-width: 960px) {
    input, textarea {
      width: 100%; } }
  input:focus, textarea:focus {
    outline: 0;
    border: 2px solid #ccc; }

textarea {
  height: 150px; }

header {
  width: 100%;
  height: 110px;
  padding: 10px 0px 20px 0px;
  display: block;
  position: relative;
  background: #125790;
  border-bottom: 10px solid #124f81;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: 0.3s, all, ease;
  -moz-transition: 0.3s, all, ease;
  -ms-transition: 0.3s, all, ease;
  -o-transition: 0.3s, all, ease;
  transition: 0.3s, all, ease; }
  header.shrink {
    height: 60px;
    padding: 0px; }
    header.shrink nav ul.menu {
      margin-top: 12px; }
    header.shrink nav a.logo {
      width: 96px;
      height: 30px;
      margin-top: 10px;
      background-image: url(../img/211cdi-128x40.png); }
    header.shrink .sub-menu {
      margin-top: 23px; }
    header.shrink #menu-btn {
      margin: 7px 100px 0px 0px; }
      @media (max-width: 767px) {
        header.shrink #menu-btn {
          margin: 7px 50px 0px 0px; } }

nav a.logo {
  width: 128px;
  height: 78px;
  margin-left: 300px;
  float: left;
  display: block;
  position: absolute;
  background-image: url(../img/logo.png);
  background-size: cover;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  background-position: center;
  z-index: 15; }

@media (max-width: 1440px) {
  nav a.logo {
    margin-left: 100px; } }
@media (max-width: 767px) {
  nav a.logo {
    margin-left: 50px; } }
nav ul.menu {
  width: 100%;
  height: 40px;
  float: right;
  display: block;
  position: relative;
  text-align: right;
  padding: 0px 300px 0px 0px;
  margin: 30px 0px 0px 0px;
  z-index: 10; }

@media (max-width: 1440px) {
  nav ul.menu {
    padding: 0px 100px 0px 0px; } }
nav ul.menu li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  padding: 0px 30px 50px 0px; }

nav ul.menu li a {
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s, all, ease;
  -moz-transition: 0.3s, all, ease;
  -ms-transition: 0.3s, all, ease;
  -o-transition: 0.3s, all, ease;
  transition: 0.3s, all, ease; }

nav ul.menu li a:hover {
  color: #eebb3c; }

nav ul.menu li.active a {
  color: #eebb3c; }

nav ul.menu li.active .sub-menu ul li a {
  color: #125790; }

nav ul.menu li.active .sub-menu ul li a:hover {
  color: #eebb3c; }

nav ul.menu li.active .sub-menu ul li a:focus {
  outline: none; }

nav ul.menu.mobile {
  height: 100%;
  display: block;
  text-align: left;
  padding: 0px 0px 30px 0px;
  background: #125790; }

nav ul.menu.mobile li {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 100px; }

@media (max-width: 767px) {
  nav ul.menu.mobile li {
    padding: 10px 0px 10px 50px; } }
@media (max-width: 960px) {
  nav ul.menu {
    display: none; }

  nav ul.menu.mobile {
    display: block; } }
.sub-menu {
  position: absolute;
  left: 0px;
  padding: 0px 50px 20px 50px;
  margin-top: 45px;
  text-align: left;
  width: 100%;
  background: white;
  border-bottom: 1px solid #ccc;
  background-image: url(../img/shapes-right.png);
  background-repeat: no-repeat;
  background-position: center right;
  visibility: hidden;
  opacity: 0;
  z-index: 300;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

@media (max-width: 960px) {
  .sub-menu {
    display: none; } }
.sub-menu .item {
  width: 29%;
  height: 200px;
  margin: 2%;
  display: block;
  position: relative;
  float: left; }

.sub-menu .item .gradient {
  background: none;
  width: 100%;
  height: 200px; }

.cssgradients .sub-menu .item .gradient {
  background: rgba(18, 87, 144, 0);
  background: -moz-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0)), color-stop(100%, rgba(18, 87, 144, 0.5)));
  background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0)', endColorstr='rgba(18, 87, 144, 0.5)',GradientType=0 ); }

.sub-menu .item .gradient h3 {
  color: white;
  padding: 150px 0px 0px 0px;
  text-align: center; }

.cssgradients .sub-menu .item .gradient:hover {
  background: rgba(18, 87, 144, 0.5);
  background: -moz-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0.5)), color-stop(100%, #125790));
  background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
  background: -o-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
  background: -ms-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
  background: linear-gradient(to bottom, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0.5)', endColorstr='#125790',GradientType=0 ); }

.sub-menu .item .hover-info {
  -webkit-transition: all .2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(18, 79, 129, 0.5);
  background-image: url(../img/shapes.png);
  background-repeat: no-repeat;
  background-position: left 300px; }

.sub-menu .item .hover-info:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.sub-menu .item .hover-info .button {
  background: #ea582f; }

.sub-menu .item .hover-info:hover {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  background-position: left bottom; }

.sub-menu .threecol {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  width: 60%;
  margin: 2%;
  display: block;
  position: relative;
  float: left; }

@media (max-width: 1250px) {
  .sub-menu .threecol {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }
.sub-menu .threecol ul li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 10px 15px 15px; }

.sub-menu .threecol ul li a {
  color: #125790; }

.sub-menu .threecol ul li a:hover {
  color: #eebb3c; }

nav ul > li:hover {
  color: #eebb3c; }

nav ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1; }

#menu-btn {
  display: none;
  position: relative;
  float: right;
  width: 40px;
  margin: 20px 100px 0px 0px; }

#menu-btn span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 7px 0px; }

@media (max-width: 960px) {
  #menu-btn {
    display: block; } }
@media (max-width: 767px) {
  #menu-btn {
    margin: 20px 50px 0px 0px; } }
footer {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  background: #124f81;
  min-height: 250px;
  height: auto;
  padding: 50px 0px; }
  footer a {
    color: white; }
    footer a:hover {
      opacity: 0.5; }

footer p {
  text-align: left;
  color: #f3f9ff;
  font-size: 12px;
  font-weight: lighter; }

footer ul {
  float: left;
  display: block;
  margin-bottom: 32px;
  padding: 0px;
  font-size: 14px;
  min-height: 100px; }

footer ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 20px; }
  @media (max-width: 767px) {
    footer ul li {
      display: block; } }

footer ul li a {
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #f3f9ff;
  padding: 5px 0px;
  opacity: 1; }

footer ul:hover > li a {
  color: #f3f9ff;
  opacity: 0.7; }

footer ul:hover > li a:hover {
  color: #f3f9ff;
  opacity: 1; }

footer img {
  transition: all 0.3s ease;
  padding: 10px 12px 0px 12px;
  float: right; }

@media (max-width: 450px) {
  footer img.mainlogo {
    display: block;
    float: none;
    width: 100px;
    margin: 0px auto 20px auto; } }

footer img:hover {
  opacity: 0.5; }

footer .line {
  opacity: 0.3;
  width: 100%;
  background: #d9e5ef;
  height: 1px;
  margin: 180px 0px 32px 0px;
  clear: both; }

footer ul.sub-menu {
  display: block;
  position: absolute;
  float: left;
  text-align: left;
  padding: 5px 0px 0px 0px;
  margin: 0;
  left: auto;
  width: auto;
  background: none;
  border: none;
  visibility: visible;
  opacity: 1;
  z-index: 100; }

footer ul.sub-menu > li {
  text-align: left;
  vertical-align: top;
  display: block;
  font-weight: normal;
  font-size: 12px; }

footer ul.sub-menu > li a {
  padding: 15px 0px;
  color: #f3f9ff;
  opacity: 0.7; }

.info {
  background: white;
  padding: 100px 0px;
  min-height: 400px; }
  .info h2 {
    color: #125790; }
  .info h3 {
    padding-top: 40px; }
  .info .category {
    padding-bottom: 80px; }
    .info .category img.shapes {
      position: absolute; }
      .info .category img.shapes.right {
        right: 0px;
        top: 460px;
        z-index: 5px !important; }
  .info .block {
    width: 48%;
    height: auto;
    margin: 1% 2% 1% 0px;
    padding: 50px;
    display: block;
    position: relative;
    float: left;
    background: rgba(18, 87, 144, 0.1); }
    @media (max-width: 960px) {
      .info .block {
        width: 98%;
        padding: 20px; } }
    .info .block h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #125790;
      padding-top: 0px; }
    .info .block ul {
      margin: 10px 0px 0px 15px;
      padding: 0; }
      .info .block ul li {
        font-size: 13px;
        padding: 5px 0px;
        list-style: none; }
      .info .block ul li:before {
        content: "";
        position: relative;
        left: -10px;
        bottom: 3px;
        background-color: #616161;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%; }
    .info .block.social {
      background: rgba(18, 87, 144, 0.1) url(../img/icon-social.png) no-repeat;
      background-position: 90% 10%; }
      @media (max-width: 450px) {
        .info .block.social {
          background: rgba(18, 87, 144, 0.1); } }
    .info .block.language {
      background: rgba(18, 87, 144, 0.1) url(../img/icon-language.png) no-repeat;
      background-position: 90% 10%; }
      @media (max-width: 450px) {
        .info .block.language {
          background: rgba(18, 87, 144, 0.1); } }
    .info .block.cognitive {
      background: rgba(18, 87, 144, 0.1) url(../img/icon-cognitive.png) no-repeat;
      background-position: 90% 10%; }
      @media (max-width: 450px) {
        .info .block.cognitive {
          background: rgba(18, 87, 144, 0.1); } }
    .info .block.movement {
      background: rgba(18, 87, 144, 0.1) url(../img/icon-movement.png) no-repeat;
      background-position: 90% 10%; }
      @media (max-width: 450px) {
        .info .block.movement {
          background: rgba(18, 87, 144, 0.1); } }
  .info .button {
    text-align: center; }

.contact-internal {
  background: url(../img/milestonebg.jpg);
  background-size: cover;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  background-position: center;
  height: 650px;
  text-align: center; }
  .contact-internal img {
    padding: 200px 0px 50px 40px;
    margin: 0px auto; }
  @media (max-width: 767px) {
    .contact-internal {
      height: 450px; }
      .contact-internal img {
        padding: 100px 0px 50px 40px; } }

.providers {
  padding: 60px 0px;
  background: #eee;
  margin-bottom: 40px; }
  .providers ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
    margin: 0;
    padding: 40px 0px;
    overflow: visible; }
    .providers ul li {
      padding: 8px 0px;
      margin-left: 18px;
      list-style: none; }
    .providers ul li:before {
      content: "";
      position: relative;
      left: -10px;
      bottom: 3px;
      background-color: #616161;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .providers ul {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1; } }

.materials, .contactform {
  background: url(../img/milestonebg.jpg);
  background-size: cover;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  background-position: center;
  min-height: 300px;
  text-align: center;
  padding: 130px 0px;
  margin-top: 50px; }

.half {
  width: 50%;
  float: left;
  display: block;
  position: relative;
  padding: 0px 20px; }
  @media (max-width: 960px) {
    .half {
      width: 100%; } }
  .half ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    margin: 0;
    padding: 0;
    overflow: visible; }
    @media (max-width: 767px) {
      .half ul {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1; } }
    .half ul li {
      padding: 8px 0px;
      margin-left: 18px;
      list-style: none; }
    .half ul li:before {
      content: "";
      position: relative;
      left: -10px;
      bottom: 3px;
      background-color: #616161;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%; }
  .half .grid {
    padding: 0px; }
    .half .grid .item {
      width: 100%;
      height: 150px; }
      .half .grid .item .gradient {
        height: 150px; }
        .half .grid .item .gradient h3 {
          padding: 60px 0px 0px 0px; }

.internal-banner {
  width: 100%;
  display: block;
  float: left;
  background: #eee;
  min-height: 400px;
  margin: 60px 0px;
  padding: 80px 0px; }
  .internal-banner .video iframe {
    min-height: 350px;
    width: 48%;
    margin-right: 2%;
    float: left;
    display: block;
    position: relative; }
    @media (max-width: 767px) {
      .internal-banner .video iframe {
        width: 100%;
        margin: 10px 0; } }
  .internal-banner .image {
    min-height: 350px;
    width: 48%;
    margin-left: 2%;
    float: left;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc); }
    @media (max-width: 767px) {
      .internal-banner .image {
        width: 100%;
        margin: 10px 0; } }

.hero {
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  height: 700px;
  padding-top: 90px;
  text-align: center; }
  .hero h1 {
    padding: 200px 0px 50px 0px;
    color: white; }
    @media (max-width: 767px) {
      .hero h1 {
        padding: 100px 0px 50px 0px; } }
  .hero form {
    max-width: 700px;
    margin: auto; }
    .hero form #categories option.hide {
      display: none; }
    .hero form #categories option.show {
      display: block; }
    @media (max-width: 767px) {
      .hero form select {
        width: 90%;
        margin: 10px auto; }
      .hero form .button {
        width: 90%;
        margin: 10px auto;
        display: block; } }

.banner {
  height: 400px;
  padding-top: 90px;
  text-align: center;
  background-size: cover;
  background-position: center;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc); }
  .banner h1 {
    padding: 100px 0px 50px 0px;
    color: white; }

.intro {
  background: white;
  padding: 100px 150px;
  text-align: center;
  min-height: 400px; }
  @media (max-width: 1250px) {
    .intro {
      padding: 100px 50px; } }
  @media (max-width: 960px) {
    .intro {
      padding: 100px 0px;
      text-align: left; } }
  .intro h2 {
    color: #125790; }
  .intro p {
    margin-bottom: 40px; }
  .intro .button {
    margin-top: 30px; }
  .intro ul {
    margin: 0px 0px 40px 0px;
    padding: 0 20px;
    list-style-position: inside; }
    .intro ul li {
      padding: 5px 0px;
      list-style: none; }
    .intro ul li:before {
      content: "";
      position: relative;
      left: -10px;
      bottom: 3px;
      background-color: #616161;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%; }

img.shapes {
  position: absolute;
  z-index: 0; }
  @media (max-width: 960px) {
    img.shapes {
      display: none; } }
  img.shapes.left {
    left: -50px;
    top: 100px; }
    .home img.shapes.left {
      top: 400px;
      left: 0px; }
    @media (max-width: 1250px) {
      .home img.shapes.left {
        left: -100px; } }
    @media (max-width: 1024px) {
      .home img.shapes.left {
        left: -200px; } }
  img.shapes.bottom {
    left: 0px;
    bottom: 0px; }
  img.shapes.right {
    right: 0px;
    top: 900px; }

.slider {
  background: url(../img/milestonebg.jpg);
  background-size: cover;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  background-position: center;
  height: 700px;
  padding: 80px 0px;
  text-align: center;
  margin-bottom: 40px; }
  .slider h2 {
    color: white;
    padding-top: 30px; }
  .slider #milestones {
    min-height: 400px;
    padding: 50px 0px;
    width: 100%;
    margin: auto; }
  .slider #milestones .item {
    display: block;
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    @media (max-width: 450px) {
      .slider #milestones .item {
        width: 250px;
        height: 250px; } }
    .slider #milestones .item a {
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -ms-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease; }
      .slider #milestones .item a .gradient {
        background: none;
        width: 300px;
        height: 300px;
        border-radius: 50%; }
        .cssgradients .slider #milestones .item a .gradient {
          background: rgba(18, 87, 144, 0);
          background: -moz-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0)), color-stop(100%, rgba(18, 87, 144, 0.5)));
          background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
          background: -o-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
          background: -ms-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
          background: linear-gradient(to bottom, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0)', endColorstr='rgba(18, 87, 144, 0.5)',GradientType=0 ); }
        @media (max-width: 450px) {
          .slider #milestones .item a .gradient {
            width: 250px;
            height: 250px; } }
        .slider #milestones .item a .gradient h3 {
          color: white;
          padding: 250px 0px 0px 0px; }
          @media (max-width: 450px) {
            .slider #milestones .item a .gradient h3 {
              padding: 200px 0px 0px 0px; } }
        .cssgradients .slider #milestones .item a .gradient:hover {
          background: rgba(18, 87, 144, 0.5);
          background: -moz-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0.5)), color-stop(100%, #125790));
          background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
          background: -o-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
          background: -ms-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
          background: linear-gradient(to bottom, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0.5)', endColorstr='#125790',GradientType=0 ); }
  .slider #milestones .item img {
    display: block;
    width: 100%;
    margin: auto;
    height: auto; }
  .slider .owl-next {
    float: right;
    margin-top: -150px;
    margin-right: -100px;
    width: 50px;
    height: 50px;
    background: url(../img/slidernext.png);
    background-size: cover;
    -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
    background-position: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    .slider .owl-next:hover {
      opacity: 0.5; }
    @media (max-width: 767px) {
      .slider .owl-next {
        margin-right: -20px; } }
    @media (max-width: 450px) {
      .slider .owl-next {
        margin-right: -40px; } }
  .slider .owl-prev {
    float: left;
    margin-top: -150px;
    margin-left: -100px;
    width: 50px;
    height: 50px;
    background: url(../img/sliderprev.png);
    background-size: cover;
    -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
    background-position: center;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    .slider .owl-prev:hover {
      opacity: 0.5; }
    @media (max-width: 767px) {
      .slider .owl-prev {
        margin-left: -20px; } }
    @media (max-width: 450px) {
      .slider .owl-prev {
        margin-left: -40px; } }

.programs {
  background: white;
  padding: 40px 0px;
  min-height: 400px;
  text-align: center; }
  .programs h2 {
    color: #125790;
    padding-top: 30px; }
  .single-milestone .programs {
    background: #eee;
    padding: 60px 0px 40px 0px; }

.grid {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0px;
  margin: 0px auto;
  text-align: center;
  z-index: 8; }
  .grid .item {
    width: 31%;
    height: 300px;
    margin: 1%;
    display: block;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center;
    -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc); }
    @media (max-width: 1024px) {
      .grid .item {
        width: 46%; } }
    @media (max-width: 767px) {
      .grid .item {
        width: 96%; } }
    .grid .item .gradient {
      background: none;
      width: 100%;
      height: 300px; }
      .cssgradients .grid .item .gradient {
        background: rgba(18, 87, 144, 0);
        background: -moz-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0)), color-stop(100%, rgba(18, 87, 144, 0.5)));
        background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
        background: -o-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
        background: -ms-linear-gradient(top, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(18, 87, 144, 0) 0%, rgba(18, 87, 144, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0)', endColorstr='rgba(18, 87, 144, 0.5)',GradientType=0 ); }
      .grid .item .gradient h3 {
        color: white;
        padding: 230px 20px 20px 20px; }
      .cssgradients .grid .item .gradient:hover {
        background: rgba(18, 87, 144, 0.5);
        background: -moz-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 87, 144, 0.5)), color-stop(100%, #125790));
        background: -webkit-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
        background: -o-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
        background: -ms-linear-gradient(top, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
        background: linear-gradient(to bottom, rgba(18, 87, 144, 0.5) 0%, #125790 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 87, 144, 0.5)', endColorstr='#125790',GradientType=0 ); }
    .grid .item .hover-info {
      -webkit-transition: all .2s;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      text-align: center;
      background: rgba(18, 79, 129, 0.5);
      background-image: url(../img/shapes.png);
      background-repeat: no-repeat;
      background-position: left 300px; }
      .grid .item .hover-info:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .grid .item .hover-info .button {
        background: #ea582f; }
      .grid .item .hover-info:hover {
        -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 1;
        background-position: left bottom; }

.resources {
  background: white;
  padding: 50px 0px;
  min-height: 400px;
  text-align: center; }
  .resources h2 {
    color: #125790;
    margin-bottom: 40px;
    padding-top: 30px; }
  .resources ul {
    text-align: left;
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    list-style-type: none;
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .resources ul {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2; } }
    @media (max-width: 767px) {
      .resources ul {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1; } }
    .resources ul li {
      padding: 5px 0px; }
      .resources ul li a {
        color: black; }
        .resources ul li a:hover {
          color: #125790; }

.resourcelist {
  padding: 100px 0px;
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  max-width: 1100px;
  float: none;
  margin: auto; }
  @media (max-width: 960px) {
    .resourcelist {
      column-count: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2; } }
  @media (max-width: 767px) {
    .resourcelist {
      column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1; } }
  .resourcelist h3 {
    color: #125790; }
  .resourcelist ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 50px; }
    .resourcelist ul li {
      padding: 5px 0px;
      font-size: 13px; }
      .resourcelist ul li a {
        color: black; }
        .resourcelist ul li a:hover {
          color: #125790; }

.contact {
  background: url(../img/contactbg.jpg);
  background-size: cover;
  -ms-behavior: url(http://elegantseagullsdev.com/client/CDI/assets/backgroundsize.min.htc);
  background-position: center;
  height: 650px;
  text-align: center; }
  .contact img {
    padding: 200px 0px 50px 40px;
    margin: 0px auto; }

/*# sourceMappingURL=project.main.css.map */
