@import "animate.css";
@import "font-awesome.min.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 16px/26px custom_font_1;
  color: #4c4c4c;
  background: #ffffff;
  font: 300 16px/26px 'Roboto', sans-serif;
}
object{
    pointer-events: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f47032;
}
.a1 {
  font: 900 16px/16px 'Roboto', sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.a2 {
  font: 400 30px/30px 'Roboto', sans-serif;
  color: #f47032;
  display: inline-block;
  text-transform: none;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.a2:hover {
  color: #4c4c4c;
}
.a3 {
  font: 300 16px/16px 'Roboto', sans-serif;
  color: #f47032;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.a3:hover {
  color: #4c4c4c;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 54px/64px 'Roboto', sans-serif;
  text-transform: none;
  color: #2B186F;/*was #4c4c4c very dark gray)*/
  letter-spacing: -0.025em;
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font: 300 40px/50px 'Roboto', sans-serif;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
h3 {
  font: 700 22px/22px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #f47032;
  padding-bottom: 10px;

  /* Landscape phones and down */
}
@media (max-width: 480px) {
  h3 {
    font: 700 15px/15px 'Roboto', sans-serif;
  }
}
h4 {
  font: 300 48px/52px 'Roboto', sans-serif;
  text-transform: none;
  color: #4c4c4c;
  letter-spacing: -0.025em;
}
@media (max-width: 1199px) {
  h4 {
    font: 300 35px/42px 'Roboto', sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4 {
    font: 300 25px/32px 'Roboto', sans-serif;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
h5 {
  font: 300 41px/66px 'Roboto', sans-serif;
  text-transform: none;
  color: #f47032;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  h5 {
    font-size: 30px;
    line-height: 41px;
  }
}
h6 {
  font: 300 21px/36px 'Roboto', sans-serif;
  text-transform: none;
  color: #f47032;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 979px) {
  h6 {
    font-size: 15px;
    line-height: 21px;
  }
}
p {
  font: 300 16px/26px 'Roboto', sans-serif;
  color: #4c4c4c;
}
p a {
  font: 700 16px/26px 'Roboto', sans-serif;
  color: #4c4c4c;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p a:hover {
  color: #f47032;
}
@media (max-width: 1199px) {
  p {
    font: 300 14px/20px 'Roboto', sans-serif;
  }
  p a {
    font: 700 14px/20px 'Roboto', sans-serif;
  }
}
.p3 {
  font: 400 40px/40px 'Roboto', sans-serif;/*was 43px/43px*/
  color: #ffffff;
  letter-spacing: -0.025em;
  background: #f47032;
  padding: 8px 0 8px 21px;
  margin-bottom: 5px;
  display: block;
}

.p4 {
  font: 400 12px/12px 'Roboto', sans-serif;/*class created by me*/
  color: #ffffff;
  letter-spacing: -0.025em;
  background: #2B186F;
  padding: 8px 0 8px 21px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1199px) {
  .p3 {
    font: 400 30px/30px 'Roboto', sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .p3 {
    font: 400 25px/25px 'Roboto', sans-serif;
    padding: 5px 0 5px 15px;
  }
}
/* ======= Buttons ======= */
.btn-default.yellow {
  display: inline-block;
  font: 400 24px/24px 'Roboto', sans-serif;
  color: #ffca08;
  border: solid 2px #ffca08;
  position: relative;
  padding: 15px 35px 21px 35px;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.btn-default.yellow:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffca08;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-default.yellow:hover {
  color: #ffffff;
}
.btn-default.yellow:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffca08;
}
.btn-default.orange {
  display: inline-block;
  font: 400 24px/24px 'Roboto', sans-serif;
  color: #f47032;
  cursor: pointer;
  border: solid 2px #f47032;
  position: relative;
  padding: 15px 35px 21px 35px;
  letter-spacing: -0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.btn-default.orange:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f47032;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn-default.orange:hover {
  color: #ffffff;
}
.btn-default.orange:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f47032;
}
.camera_wrap .btn-default {
  display: inline-block;
  font: 400 30px/30px 'Roboto', sans-serif;
  color: #f47032; /*was #ffffff*/
  border: solid 2px #f47032; /*was #ffffff*/
  position: relative;
  padding: 20px 35px 24px 35px;
  letter-spacing: -0.025em;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camera_wrap .btn-default:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f47032; /*was #ffffff*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.camera_wrap .btn-default:hover {
  color: #ffffff;/*was #4c4c4c*/
}
.camera_wrap .btn-default:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f47032; /*was #ffffff*/
}
@media (min-width: 979px) and (max-width: 1200px) {
  .camera_wrap .btn-default {
    font: 400 25px/25px 'Roboto', sans-serif;
    padding: 15px 25px 14px 25px;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_wrap .btn-default {
    font: 400 20px/20px 'Roboto', sans-serif;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
  }
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #ffffff;
  padding: 60px 0 75px;/*was 60px 0 75px;*/
}
.wrapper1 time {
  display: block;
  font: 300 25px/25px 'Roboto', sans-serif;/*was 41px/41px*/
  color: #f47032;
  padding-bottom: 5px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrapper1 time {
    font: 300 25px/25px 'Roboto', sans-serif;
  }
}
@media (max-width: 767px) {
  .wrapper1 time {
    font: 300 25px/25px 'Roboto', sans-serif;
  }
}
.wrapper1 .p3 {
  background: #2B186F;/*was 4c4c4c*/
}
.wrapper1 img {
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .wrapper1 img {
    padding: 20px 0;
  }
}
.wrapper1 .btn-default.orange {
  padding-left: 60px;
  padding-right: 60px;
}
.wrapper2 {
  background: #4c4c4c;
  padding: 85px 0 90px;
  /* Landscape phone to portrait tablet */
}
.wrapper2 .p3 {
  background: #1992c1;
}
.wrapper2 p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .wrapper2 img {
    padding-bottom: 30px;
  }
}
.wrapper3 {
  background: #ffffff;
  padding: 45px 0 105px;
  /* Landscape phone to portrait tablet */
}
.wrapper3 .a1 {
  color: #4c4c4c;
}
.wrapper3 .a1:hover {
  color: #ffca08;
}
@media (max-width: 767px) {
  .wrapper3 img {
    margin-top: 30px;
  }
}
.wrapper4 {
  padding: 110px 0 100px;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .wrapper4 {
    padding: 50px 0 50px;
  }
  .wrapper4 img {
    margin: 20px 0;
  }
}
.wrapper5 {
  background: #ffffff;
  padding: 110px 0 95px;
  /* Landscape phone to portrait tablet */
}
.wrapper5 .block_1 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .wrapper5 {
    padding: 50px 0 50px;
  }
}
.wrapper6 {
  padding: 80px 0 90px;
  background: #f2f2f2;
}
.wrapper6 .p3 {
  background: #78A1AB;/*was #4db748*/
}
.wrapper6 .w2 {
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .wrapper6 .w2 {
    margin-bottom: 20px;
  }
}
.wrapper7 {
  background: #ffffff;
  padding: 110px 0 75px;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .wrapper7 {
    padding: 50px 0 50px;
  }
}
.wrapper7 .block_1 {
  padding-top: 50px;
}
.wrapper8 {
  padding: 80px 0 115px;
  background: #f2f2f2;
}
.wrapper8 .p3 {
  background: #78A1AB;/*was #4db748*/
}
.wrapper9 {
  background: #ffffff;
  padding: 110px 0 90px;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .wrapper9 {
    padding: 50px 0 50px;
  }
}
.wrapper9 h3 {
  color: #f47032;
}
}
.wrapper9 h5 {
  color: #f47032;
}/*added for pricing page*/
.wrapper9 .list_1 {
  margin-top: 40px;
}
.wrapper9 .list_1 li a {
  color: #78A1AB;/*was #4db748*/
}
.wrapper9 .list_1 li a i {
  color: #78A1AB;/*was #4db748*/
}
.wrapper9 .list_1 li a:hover {
  color: #f47032;
}
.wrapper9 .list_1 li a:hover i {
  color: #f47032;
}
.wrapper10 {
  padding-bottom: 65px;
}
.wrapper11 {
  background: #ffffff;
  padding: 110px 0 115px;
  /* Landscape phone to portrait tablet */
  /* ======= Blog ======= */
}
@media (max-width: 767px) {
  .wrapper11 {
    padding: 50px 0 50px;
  }
}
.wrapper11 .post_1 {
  margin-top: 60px;
  overflow: hidden;
  /* Landscape phone to portrait tablet */
}
.wrapper11 .post_1 .bl_1 {
  display: block;
  width: 70px;
  text-align: center;
  float: left;
  margin-right: 3px;
  /* Landscape phone to portrait tablet */
}
.wrapper11 .post_1 .bl_1 time {
  padding: 20px 0;
  background: #4c4c4c;
  display: block;
  color: #ffffff;
}
.wrapper11 .post_1 .bl_1 time .day {
  font: 900 36px/36px 'Roboto', sans-serif;
  display: block;
}
.wrapper11 .post_1 .bl_1 time .month {
  font: 400 12px/12px 'Roboto', sans-serif;
  display: block;
}
.wrapper11 .post_1 .bl_1 div {
  background: #1992c1;
  display: block;
}
.wrapper11 .post_1 .bl_1 div i {
  color: #ffffff;
  font-size: 25px;
  display: block;
  line-height: 48px;
}
@media (max-width: 767px) {
  .wrapper11 .post_1 .bl_1 {
    width: 100%;
  }
}
.wrapper11 .post_1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  display: block;
}
.wrapper11 .post_1 ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.wrapper11 .post_1 ul li a {
  font: 400 12px/12px 'Roboto', sans-serif;
  color: #4c4c4c;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper11 .post_1 ul li a:hover {
  color: #1992c1;
}
.wrapper11 .post_1 ul li:after {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  content: "";
  background: #b3b7b9;
}
.wrapper11 .post_1 ul li:first-child {
  padding-left: 0;
}
.wrapper11 .post_1 ul li:first-child:after {
  display: none;
}
.wrapper11 .post_1 h3 {
  color: #f47032;
  padding: 21px 0 15px;
}
.wrapper11 .post_1:first-child {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .wrapper11 .post_1 {
    margin-top: 30px;
  }
}
#search-results {
  overflow: hidden;
}
#search-results h4 {
  font-size: 25px;
  line-height: 25px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #ffffff;
  padding: 0;
}
#header.border {
  border-bottom: 1px solid #cacaca;
}
#header .chat {
  float: left;
  margin-top: 42px;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  /* Landscape phones and down */
}
#header .chat a {
  position: relative;
  text-transform: uppercase;
  color: #f47032;
  display: block;
  margin-left: 25px;
  font: 400 10px/10px 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  /* Landscape phone to portrait tablet */
}
#header .chat a span {
  text-transform: none;
  color: #8c8c8c;
}
#header .chat a:hover {
  color: #bbbbbb;
}
@media (min-width: 979px) and (max-width: 1200px) {
  #header .chat a {
    max-width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .chat a {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  #header .chat a {
    max-width: 60px;
  }
}
#header .chat:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 18px;
  content: '\f086';
  left: 0;
  color: #f47032;
}
@media (max-width: 480px) {
  #header .chat {
    margin-top: 15px;
  }
}
#header #stuck_container {
  position: relative;
  z-index: 20;
  background: #ffffff;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);*/
}
#header .search-block {
  position: relative;
  float: right;
  z-index: 100;
  /* Landscape phone to portrait tablet */
}
#header .search-block .icon {
  margin-top: 32px;
  margin-right: 28px;
  text-align: center;
  display: block;
  border-radius: 100px;
  background: #bbbbbb;/*was #2B186F */
  width: 43px;
  height: 43px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1330px) {
  #header .search-block .icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #header .search-block .icon {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 43px;
  color: #ffffff;
}
#header .search-block .icon:hover {
  cursor: pointer;
  background: #78A1AB;/*was #4db748*/
}
#header .search-block .icon:hover i {
  color: #ffffff;
}
#header .search-block #search {
  position: absolute;
  left: -172px;
  bottom: -76px;
  display: none;
  z-index: 200;
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: 4px;
    left: -180px;
  }
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: -46px;
    left: -120px;
  }
}
@media (max-width: 767px) {
  #header .search-block {
    display: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  float: left;
  overflow: hidden;
}
h1 a {
  position: relative;
  display: inline-block;
  float: left;
  /* Landscape phones and down */
}
@media (max-width: 480px) {
  h1 a {
    float: none;
  }
}
@media (max-width: 767px) {
  h1 {
    float: none;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: right;
}
@media (max-width: 1199px) {
  nav {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav {
    float: left;
    background: #eceef1;
    display: block;
    width: 100%;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 35px;
  margin-right: 32px;
}
.sf-menu > li.with-menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
  margin-right: 11px;
  padding: 25px 17px 24px 25px;
  position: relative;
}
.sf-menu > li.with-menu:before {
  position: absolute;
  content: '';
  left: 0;
  display: none;
  top: -5px;
  width: 100%;
  height: 5px;
  background:  #323232
}
@media (max-width: 1266px) {
  .sf-menu > li {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    margin-top: 0;
  }
  .sf-menu > li:first-child {
    margin-left: 30px;
  }
}
.sf-menu > li.last-menu-item {
  margin-right: 54px;
}
.sf-menu > li > .sf-with-ul {
  /*      &:after {
        .after(14px);
        content: "\f078";
        color: @main-menu-color;
        bottom: 5px;
        left: 50%;
        margin-left: -7px;
        .transition(all 0.3s ease);
      }*/
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 300 24px/31px 'Roboto', sans-serif;
  text-transform: none;
  letter-spacing: -1px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color:  #4e4e4e
}
@media (max-width: 1266px) {
  .sf-menu > li > a {
    font-size: 17px;
  }
}
.sf-menu > li > a:hover {
  color: #f47032;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #f47032;
}
.sf-menu .sfHover.with-menu {
  background: none;
}
.sf-menu .sfHover.with-menu:before {
  display: block;
}
.sf-menu .sfHover.with-menu:before {
  display: block;
}
.sf-menu .sfHover.with-menu a {
  color: #ffffff;
}
.sf-menu .sfHover.with-menu a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #f47032;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #f47032;
}
.sf-menu > li.sfHover > a {
  color: #f47032;
}
.sf-menu > li.sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.with-menu.sfHover:hover a:after {
  color: #ffffff;
}
.sf-menu > li.current.with-menu:hover a:after {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  /*.box-shadow(-1px 2px 3px 0px rgba(0, 0, 0, 0.16));*/
  display: none;
  min-width: 190px;
  font: 300 14px/37px 'Roboto', sans-serif;
  position: absolute;
  top: 70px;
  left: 0;
  background: #4c4c4c;/*was #4c4c4c - turns menu background tjs blue 2B186F*/
  text-align: left;
  padding: 19px 0 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    top: 32px;
  }
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #78A1AB;/*was #4db748*/
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 20px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #78A1AB;/*was #4db748*/
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.sf-menu ul li.sfHover > a {
  background: #78A1AB;/*was #4db748*/
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 190px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #4c4c4c;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 20px/26px 'Open Sans', sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  text-align: right;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.isStuck #search {
  display: none;
}
.isStuck nav {
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/

#content {
  background: #ffffff;
}
#content.common {
  padding-top: 0px;
}
/* ======= Banner 1 ======= */
.banner1 {
  padding: 10px 0 10px;/*was 25px 0 90px;*/
}
.banner1 img {
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .banner1 img {
    padding: 20px 0;
  }
}
/* ======= Banner 2 ======= */
.banner2 {
  background-image: url(../images/clouds2.jpg);
  padding: 65px 0 95px;
  /* Landscape phone to portrait tablet */
}
.banner2 h2 {
  color: #2B186F;/*was #ffffff*/
}
.banner2 p {
  color: #4c4c4c;/*was #ffffff*/
}
.banner2 img {
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .banner2 img {
    padding: 20px 0;
  }
}
/* ======= Banner 3 ======= */
.banner3 {
  background-image: url(../images/bg3.jpg);
  padding: 60px 0 60px;
  /* Landscape phone to portrait tablet */
}
.banner3 h2 {
  color: #ffffff;
}
.banner3 p {
  color: #ffffff;
}
.banner3 .p2 {
	font-family: 'Roboto Condensed';
	font-style: italic;
}
@media (max-width: 767px) {
  .banner3 img {
    margin-top: 30px;
  }
}
/* ======= Banner 4 ======= */
.banner4 {
  padding: 84px 0 81px;
  background: #f2f2f2;
}
.banner4 ul li {
  text-align: center;
  display: inline;
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
}
.banner4 ul li a {
}
.banner4 ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (max-width: 767px) {
  .banner4 ul li {
    width: 210px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .banner4 ul li {
    width: 130px;
  }
}
/* ======= Banner 5 ======= */
.banner5 {
  background-image: url(../images/p1_bg1.jpg);
  padding: 55px 0 70px;
}
.banner5 h2 {
  color: #ffffff;
}
.banner5 p {
  color: #ffffff;
}
/* ======= Banner 6 ======= */
.banner6 {
  background-image: url(../images/p1_bg2.jpg);
  padding: 60px 0 90px;
}
.banner6 h4 {
  color: #ffffff;
}
.banner6 p {
  color: #ffffff;
}
/* ======= isotope items ======= */
.isotope {
  display: block;
  position: relative;
  height: auto !important;
  margin-top: 70px;
  /* Landscape phones and down */
}
.isotope .grid_4 {
  padding-bottom: 40px;
}
.isotope .gallery_image {
  display: inline-block;
  position: relative;
}
.isotope .gall_item {
  margin-bottom: 0;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
}
.isotope .gall_item img {
  width: 100%;
  height: auto;
}
.isotope .gall_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 183, 72, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
  z-index: 2;
}
.isotope .gall_item:before {
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 50px;
  content: '\f002';
  color: #f47032;
  top: 45%;
  left: 50%;
  margin-left: -25px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(3.1, 3.1);
  -ms-transform: scale(3.1, 3.1);
  transform: scale(3.1, 3.1);
  opacity: 0;
  z-index: 3;
}
.isotope .gall_item:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.isotope .gall_item:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@media (max-width: 480px) {
  .isotope {
    margin-top: 30px;
  }
}
.is_block {
  display: block;
  padding: 24px 20px 17px 20px;
  background: #f47032;
}
.is_block a {
  font: 900 16px/16px 'Roboto', sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is_block a:hover {
  color: #bbbbbb;
}
.is_block p {
  font: 300 16px/16px 'Roboto', sans-serif;
  color: #ffffff;
  margin-top: -2px;
}
/* ======= Google Map  ======= */
.google-map_main {
  position: relative;
}
.google-map_main iframe {
  width: 100%;
  height: 485px;
}
@media (max-width: 767px) {
  .google-map_main iframe {
    height: 200px;
  }
}
.google-map_contacts {
  position: relative;
  margin-bottom: 85px;
  /* Landscape phones and down */
}
.google-map_contacts iframe {
  width: 100%;
  height: 485px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .google-map_contacts iframe {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .google-map_contacts iframe {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .google-map_contacts {
    margin-bottom: 45px;
  }
}
/* ======= Address  ======= */
.address {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
.address li {
  display: block;
  padding-bottom: 12px;
  font: 300 16px/36px 'Roboto', sans-serif;
  color: #4c4c4c;
  text-transform: none;
}
.address li i {
  color: #78A1AB;/*was #4db748*/
  text-align: left;
  font-size: 24px;
  display: inline-block;
  line-height: 36px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
}
.address li a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.address li a:hover {
  color: #f47032;
}
.address li:first-child i {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address li {
    font: 300 12px/36px 'Roboto', sans-serif;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #fa4b2a;
}
.simple-link:hover {
  color: #00a1df;
}
/* ======= List 1 ======= */
.list_1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.list_1 li {
  display: block;
  padding-bottom: 3px;
}
.list_1 li a {
  font: 400 12px/14px 'Arial', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_1 li a i {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
  border-radius: 200px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_1 li a:hover {
  color: #f47032;
}
.list_1 li a:hover i {
  color: #f47032;
}
/* ======= list 2 ======= */
.list2 li {
  position: relative;
  padding-left: 21px;
  font: 300 16px/30px 'Open Sans', sans-serif;
}
.list2 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 30px;
  content: '\f054';
  color: #fa4b2a;
  left: 0;
  top: 2px;
}
/*========================others=========================*/
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.w1 {
  width: 94%;
}
.w2 {
  width: 77%;
}
.w3 {
  width: 60%;
}
.w4 {
  width: 47%;
}
.extra_wrap {
  overflow: hidden;
}
.img_indent {
  float: left;
  margin-right: 30px;
}
  /* Landscape phone to portrait tablet */
}
@media (min-width: 768px) and (max-width: 979px) {
  .img_indent {
    float: none;
    margin-right: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .img_indent {
    float: none;
    margin-right: 0px;
    padding-bottom: 20px;
  }
}
.mar_t_1 {
  margin-top: 10px;
}
.mar_t_15 {
  margin-top: 15px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_25 {
  margin-top: 25px;
}
.mar_t_3 {
  margin-top: 30px;
}
.mar_t_35 {
  margin-top: 35px;
}
.mar_t_4 {
  margin-top: 40px;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 1199px) {
  .mar_t_4 {
    margin-top: 27px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_4 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mar_t_4 {
    margin-top: 10px;
  }
}
.mar_t_5 {
  margin-top: 50px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_5 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_5 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mar_t_5 {
    margin-top: 20px;
  }
}
.mar_t_6 {
  margin-top: 60px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_6 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_6 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mar_t_6 {
    margin-top: 20px;
  }
}
.mar_t_7 {
  margin-top: 70px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_7 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_7 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mar_t_7 {
    margin-top: 20px;
  }
}
.mar_t_8 {
  margin-top: 80px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_8 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_8 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mar_t_8 {
    margin-top: 25px;
  }
}
.mar_t_9 {
  margin-top: 90px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_9 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_9 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mar_t_9 {
    margin-top: 30px;
  }
}
.mar_t_10 {
  margin-top: 100px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_10 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_10 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mar_t_10 {
    margin-top: 30px;
  }
}
.mar_t_11 {
  margin-top: 110px;
  /* Landscape phone to portrait tablet */
}
@media (min-width: 979px) and (max-width: 1200px) {
  .mar_t_11 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mar_t_11 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mar_t_11 {
    margin-top: 35px;
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #4c4c4c;
  padding: 15px 0 30px;
  /* ======= Social buttons 1 ======= */
}
#footer h2 {
  color: #ffffff;
}
#footer .privacy-block {
  padding-top: 15px;
  font: 400 18px/18px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: none;
  display: block;
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
}
#footer .privacy-block em {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #footer .privacy-block {
    font: 400 14px/14px 'Roboto', sans-serif;
  }
}
@media (max-width: 480px) {
  #footer .privacy-block {
    font: 400 12px/12px 'Roboto', sans-serif;
  }
}
#footer .socials1 {
  padding-bottom: 83px;
  padding-top: 70px;
  border-bottom: 1px solid #868686;
}
#footer .socials1 li {
  display: inline-block;
  margin-right: 75px;
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
}
#footer .socials1 li.last {
  margin-right: 0;
}
#footer .socials1 li a i {
  color: #4c4c4c;
  background: #ffffff;
  text-align: center;
  font-size: 47px;
  display: block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Landscape phones and down */
}
#footer .socials1 li a i:hover {
  color: #ffffff;
  background: #f47032;
}
@media (max-width: 480px) {
  #footer .socials1 li a i {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  #footer .socials1 li {
    margin-right: 35px;
  }
}
@media (max-width: 480px) {
  #footer .socials1 li {
    margin-right: 20px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #a8a8a8;
  font-size: 48px;
  line-height: 48px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f47032;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

/* CUSTOM */
select {
	width: 100%;
	line-height: 18px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
	background: #ffffff;
	padding: 8px 7px 6px 7px;
	outline: none;
	height: 100%;
	border: 1px solid #bababa;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	margin: 0;
	-webkit-appearance: none;
}
.a4 {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px #ccc solid;
}
.a4:hover {
	color: #f47032;
}
.container_date {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 1px;
}
.item_date {
	flex-basis: 30%;
}
.p10 {
	padding: 10px;
}
.m10 {
	margin: 10px;
}
.infomsg {
	text-decoration: none;
	font-weight: normal;
	background-color: #FFF8E9;
	border: solid 1px #FFE3A8;
}
.flashmsg {
	text-align: center;
	font-size: medium;
	color: #ec3e3e;
	padding: 20px;
}
.required {
	background-color: #FFAAAA !important;
	border: 1px solid #bababa;
}
.starred::after {
	content: '*';
	color: #ec3e3e;
	font-weight: 700;
	padding-left: 4px;
}
.html-form label.input {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 53px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	margin-bottom: 18px;
}
.html-form label.message {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	margin-bottom: 18px;
}
.html-form input[type='text'] {
	width: 100%;
	line-height: 18px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
	background: #ffffff;
	padding: 16px 15px 14px 15px;
	outline: none;
	height: 100%;
	border: 1px solid #bababa;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	margin: 0;
	-webkit-appearance: none;
}
.html-form textarea {
	width: 100%;
	line-height: 18px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
	background: #ffffff;
	padding: 16px 15px 14px 15px;
	outline: none;
	border: 1px solid #bababa;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	resize: none;
	height: 100%;
	-webkit-appearance: none;
}
#DivSubjectCell, #DivTitleCell {
	padding-right: 5px;

}

/* LEGACY */
b {
	font-weight: bold;
}
.pullquote {
	background /**/:url(); /* removing quote graphic in IE5+ */
	width: 90%;
	float:right;
	font-size: 110%;
	line-height: 120%;
	margin:10px;
	padding:0px 25px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.pullquote:first-letter {
	background: url(images/openquote.jpg) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.pullquote2 {
	width: 40%;
	float:left;
	font-size:150%;
	line-height:100%;
	margin:10px;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 30px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.pullquote3 {
	width: 95%;
	float:right;
	font-size: xx-small;
    line-height:100%;
	margin:10px;
	padding:0px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
.pullquote2:first-letter {
	background: url(images/openquote.jpg) no-repeat left top !important;
	padding: 5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

#partners div.partners-logo-wrap {
  overflow: hidden;
  text-align: center; 
  margin-top: 30px;
}

#admin-menu-news h3 {
  margin-top: 20px;
}

/* Markdown-related changes for marketing content additions */

.markdown-content hr {
  display: none;
}

.markdown-content p {
  margin: 10px 0px;
}

.markdown-content h1 {
  display: block;
  font: 500 48px/66px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #f47032;
}

.markdown-content h2,
.markdown-content.smaller h1 {
  display: block;
  font: 300 41px/66px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #2b186f;
}

.markdown-content h3,
.markdown-content.smaller h2 {
  display: block;
  font: 500 26px/46px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #f47032;
}

.markdown-content h4,
.markdown-content.smaller h3 {
  display: block;
  font: 500 26px/46px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #2b186f;
}

.markdown-content h5,
.markdown-content.smaller h4 {
  display: block;
  font: 500 18px/46px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #2b186f;
}

.markdown-content h6,
.markdown-content.smaller h5 {
  display: block;
  font: 500 14px/46px 'Roboto', sans-serif;
  line-height: normal;
  float: none;
  color: #2b186f;
}

.markdown-content em {
  font-style: italic;
}

.markdown-content strong {
  font-weight: bold; 
}

.markdown-content a {
  display: inline;
  text-decoration: underline;
}

.markdown-content ul {
  list-style: disc;
  margin-left: 24px;
}

.markdown-content ol {
  list-style: decimal;
  margin-left: 24px;
}

.markdown-content pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}       

.markdown-content code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #fafafa;
}

#content code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #b0b0b0;
}

div.modality h2 {
  margin-top: 20px;
}

div.modality h3 {
  font-size: 2em;
  text-align: center;
  margin: 30px 0 10px 0;
  line-height: 33px;
}

div.modality .bite-list dt {
  font-size: 1.6em;
  color: #2B186F;
  font-weight: bold;
}

div.modality .bite-list dd {
  font-size: 1.2em;
  margin: 0 0 10px 10px;
}

div.modality ul {
  margin-left: 20px;
}
div.modality ul li {
  list-style: disc;
}

div.modality .withbanner h3 {
  margin-top: -10px;
  font-size: 1.6em;
}

div.modality .withbanner .dark-background h3 {
  color: white;
}
@media (max-width: 767px) {
  div.modality .withbanner h3 {
    color: white;
  }
}

div.modality .withbanner {
  font-size: 1.2em;
  font-weight: 500;
  color: black;
}

div.modality ul.modality-list {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px;
  columns: 3 !important;
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
}
div.modality ul.modality-list li {
  list-style: none;
  line-height: 2em;
  font-size: 16px;
}

@media only screen and (max-width: 440px) {
    div.modality ul.modality-list {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }
}
@media only screen and (min-width: 441px) and (max-width: 767px) {
    div.modality ul.modality-list {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }
}

/* ======= Banner 1 ======= */
@media (max-width: 767px) {
  .withbanner.modality-banner1 {
    padding: 20px 0;
    background-image: none;
    background-color: #80A0C6;
  }
}

.modality-banner1 {
  padding: 10px 0 10px;/*was 25px 0 90px;*/
  background-image: url(../images/s2.jpg);
  padding: 65px 0 95px;
  background-size: cover;
  background-position: right;
  /* Landscape phone to portrait tablet */
}
.modality-banner1 img {
  /* Landscape phone to portrait tablet */
}


/* ======= Banner 1 ======= */
@media (max-width: 767px) {
  .withbanner.modality-banner2 {
    padding: 20px 0;
    background-image: none;
    background-color: #80A0C6;
  }
}

.modality-banner2 {
  padding: 10px 0 10px;/*was 25px 0 90px;*/
  background-image: url(../images/s1.jpg);
  padding: 65px 0 95px;
  background-size: cover;
  background-position: right;
  /* Landscape phone to portrait tablet */
}
.modality-banner2 img {
  /* Landscape phone to portrait tablet */
}

div.modality .pop-list {
  text-align: center;
}

div.modality .pop-list ul {
  display: inline-block;
  text-align: left;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}
div.modality .pop-list ul li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  div.modality .pop-list ul {
    font-size: 0.9em;
  }
}

div.modality .fuzzywhite {
  background-color: #FFFFFFAA;
  padding: 20px;
  margin-left: 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #FFFFFFFF;
}
@media (max-width: 767px) {
  div.modality .fuzzywhite {
    width: 90%;
    width: auto;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
  }
}


div.modality .advantage-list dt {
  font-size: 1.2em;
  font-weight: bold;
}

div.modality .advantage-list dd {
  font-size: 1.1em;
  margin: 0 0 10px 10px;
}

div.modality div.learn {
  font-size: 1.2em;
}

div.modality a.mailto {
  text-decoration: underline;
  color: #004488;
  font-weight: 600;
}

div.modality div.learn-more {
  margin: 50px 0;
}
div.modality div.learn-more div {
  margin-left: 30px;
  margin-right: 20px;
}
div.modality div.learn-more-bottom {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 768px) {
  div.modality div.learn-more div {
    margin-left: 10%;
    margin-right: 10%;
  }
}

div.modality blockquote {
  background: #e6e6e6;
  padding: 15px 30px;
}
div.modality blockquote p {
  font-size: 1.1em;
  font-weight: 400;
}