/* CSS Document */
/* ---- Body ---- */
body {
  background-color: #000; }

.mini {
  overflow: hidden; }

.red {
  color: #ee3124 !important; }

.red a {
  color: #ee3124 !important; }

a.red:hover {
  color: #555; }

.gray {
  color: #838180 !important; }

.gray a {
  color: #838180 !important; }

.headerMenu .gray a {
  color: #dddad8 !important; }

.headerMenu a:hover {
  color: #838180 !important;
  transition: all 0.3s; }

.black {
  color: #000 !important; }

.black a {
  color: #000 !important; }

.white {
  color: #fff; }

.redBK {
  background-color: #ee3124; }

.grayBK {
  background-color: #838180; }

.whiteBK {
  background-color: #fff; }

#searchform {
  background-color: #fff !important;
  padding: 0 30px !important; }

#searchform table {
  background-color: #fff !important;
  padding: 0 30px !important;
  position: relative;
  float: left; }

#the_search_results {
  float: left;
  position: relative;
  background-color: #f0f1f2;
  background-image: url("../img/intBK.jpg");
  background-repeat: no-repeat;
  width: 702px;
  z-index: 2;
  margin: -0px 0 0 0;
  padding: 15px 30px;
  min-height: 40px; }

#searchform table {
  position: relative;
  float: left; }

#searchform form {
  position: relative;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.search {
  padding: 0 30px; }

.map {
  margin: 20px 0 0 0;
  position: relative;
  z-index: 100; }

a:hover {
  color: #808080;
  text-decoration: none; }

a {
  color: #29ADE4; }

.container {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }

@media (min-width: 992px) {
  .container {
    width: 940px; } }
.NERBbreak {
  width: 100%;
  clear: both;
  height: 5px;
  margin: 0; }

.conHead {
  position: relative;
  z-index: 100; }

@media (min-width: 992px) {
  .conHead {
    height: 144px; } }
@media (max-width: 991px) {
  .conHead {
    background-color: #3b3b3b;
    height: 70px;
    margin: 0px;
    padding: 0px 15px;
    width: 100% !important;
    max-width: none !important; } }
@media (min-width: 992px) {
  .conCO {
    height: 180px;
    padding-left: 25px; } }
.conCO div[class*="col-"] {
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .homeFoot.conFoot {
    margin-top: -55px;
    left: 30px; } }
@media (max-width: 991px) {
  .homeFoot.conFoot {
    width: 100%; } }
.conFoot {
  /*height:145px;*/
  position: relative;
  z-index: 2; }

.conHome {
  position: relative;
  z-index: 5; }

.conHome .row:first-child {
  position: relative;
  z-index: 10; }

.conHome .row:first-child .homeAboutUs {
  position: relative;
  z-index: 20; }

/* ---- Header ----- */
.header {
  margin-top: 0px;
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  height: 144px;
  width: 100%;
  position: absolute;
  top: 0; }

.headerR {
  margin-top: 0px;
  width: 100%;
  position: absolute;
  top: 0; }

@media (min-width: 992px) {
  .headerR {
    background-image: url("../img/headerR.png");
    background-repeat: no-repeat;
    height: 144px; } }
@media (max-width: 991px) {
  .headerR {
    background-color: #3b3b3b;
    height: 70px; } }
@media (max-width: 991px) {
  .headerR img {
    width: 200px;
    height: auto; } }
@media (max-width: 991px) {
  #header_logo {
    position: relative;
    margin-top: 5px; } }
@media (max-width: 991px) {
  #header_logo a {
    display: inline-block;
    position: relative;
    left: calc(50% - 100px); } }
@media (min-width: 992px) {
  #header_logo #header_mobile_menu {
    display: none; } }
@media (max-width: 991px) {
  #header_logo #header_mobile_menu {
    background-image: url(/assets/mobile/images/jqm_demo-icons-hd.png);
    background-size: 131px 31px;
    background-position: -3px 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: calc(50% - 18px); } }
.phone {
  margin-top: 58px;
  width: 100%; }

.phone h3 {
  font-size: 24px;
  text-align: center;
  text-shadow: 1px 1px 4px #666; }

.header .headerMenu {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 116px;
  font-size: 14px; }

.headerR .headerMenu {
  color: #fff; }

@media (min-width: 992px) {
  .headerR .headerMenu {
    width: 100%;
    position: absolute;
    top: 116px;
    font-size: 14px; } }
@media (max-width: 991px) {
  .headerR .headerMenu {
    background: url("/assets/mobile/images/bg_left_nav.jpg") center center no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    left: 0px;
    font-size: 18px;
    padding: 15px 0px;
    transition: .75s;
    transform: translateX(-100%);
    top: 70px; } }
.mobile_open {
  transform: translateX(0) !important; }

.headerMenu a {
  color: #fff; }

.headerMenu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

@media (min-width: 992px) {
  .headerMenu ul {
    float: left; } }
@media (max-width: 991px) {
  .headerMenu ul {
    width: 100%;
    text-align: center;
    display: inline-block; } }
.headerMenu ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 992px) {
  .headerMenu ul li {
    float: left;
    text-shadow: 1px 1px 1px #555; } }
@media (max-width: 991px) {
  .headerMenu ul li {
    width: 100%;
    text-align: center;
    display: inline-block; } }
.headerMenu ul li a {
  list-style: none;
  margin: 0;
  text-shadow: 1px 1px 1px #555; }

@media (min-width: 992px) {
  .headerMenu ul li a {
    float: left;
    padding: 0 0 15px 0; } }
@media (max-width: 991px) {
  .headerMenu ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0 0 10px 0; } }
.header .headerMenu ul li a:before {
  content: "|";
  color: #ee3124;
  margin-left: 8px;
  margin-right: 8px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-shadow: none; }

.headerR .headerMenu ul li a:before {
  content: "|";
  color: #000;
  /*margin-left: 8px;
  margin-right: 8px;*/
  margin-left: 30px;
  margin-right: 30px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-shadow: none; }

.headerMenu ul li a.first:before {
  content: "" !important; }

.headerMenu ul li a.first {
  margin-right: -4px; }

.header_nav_item:hover .dropdownHeader {
  display: block; }

.header_nav_item {
  position: relative; }
  .header_nav_item .dropdownHeader ul {
    padding: 15px 25px; }
  .header_nav_item .dropdownHeader li {
    float: none; }
  .header_nav_item .dropdownHeader a:before {
    display: none; }

.headerMenu .dropdownHeader {
  position: absolute;
  padding: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  z-index: 500 !important;
  top: 27px !important;
  display: none;
  min-width: 200px;
  left: 50%;
  transform: translateX(calc(-50% + 30px)); }

.headerMenu .dropdownHeader ul {
  margin-top: -3px;
  margin-left: 8px; }

#dropdown_three {
  /*height: 70px;
  background-size: cover !important;*/ }

.headerMenu #dropdown_one {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  margin: 0;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_one .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_one a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_one a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_two {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_two .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_two a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_two a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_three {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_three .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_three a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_three a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_four {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555;
  width: 485px !important; }

.headerMenu #dropdown_four .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_four a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_four a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_five {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_five .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_five a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_five a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_six {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_six .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_six a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_six a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.headerMenu #dropdown_seven {
  background: url("../img/dropdown.png") scroll left top transparent;
  color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 3px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 5px #555; }

.headerMenu #dropdown_seven .first a:before {
  content: "";
  margin-left: 3px; }

.headerMenu #dropdown_seven a {
  color: #fff !important;
  display: block;
  padding: 5px 0 2px 0px;
  margin: 0;
  float: left; }

.headerMenu #dropdown_seven a:hover {
  color: #838180 !important;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  /* Safari */ }

.self {
  float: right;
  position: relative;
  z-index: 2; }

.search_box {
  list-style: none;
  margin: -30px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 5;
  float: right; }

.headSearch form {
  margin: 0 !important; }

.search_box .thing {
  margin: 0px !important;
  float: left !important; }

.searchBack {
  background: url("../img/searchRight.png") no-repeat scroll left top transparent;
  border: 0 none !important;
  cursor: pointer;
  height: 25px;
  margin: 0px !important;
  text-indent: -9999px;
  width: 26px !important; }

.keywords {
  background: url("../img/searchLeft.png") no-repeat scroll left top transparent !important;
  border: 0 none !important;
  height: 25px !important;
  width: 169px !important;
  padding: 0px 0px 0px 7px !important; }

.facebook-header {
  position: absolute;
  margin-left: 51px;
  margin-top: 71px;
  z-index: 100; }

/* ---- Footer ----- */
.conFoot {
  margin-top: 0px;
  /*height:145px;
  width: 100%;*/
  position: relative;
  top: 0; }

@media (min-width: 992px) {
  .conFoot {
    left: 15px;
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
    padding-top: 55px; } }
@media (max-width: 991px) {
  .conFoot {
    background-color: #3b3b3b;
    margin: 0px;
    max-width: none !important;
    padding-top: 25px;
    margin-top: 30px;
    text-align: center; } }
.conFoot h6 {
  font-size: 14px;
  line-height: 14px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0px;
  text-shadow: 1px 1px 1px #333; }

@media (min-width: 992px) {
  .conFoot h6 {
    margin: 0px 0 8px 15px; } }
@media (max-width: 991px) {
  .conFoot h6 {
    margin: 0px 0 8px 0px; } }
.conFoot .col-md-5 {
  font-size: 12px; }

.conFoot .col-md-5 a {
  color: #838180; }

@media (min-width: 992px) {
  .conFoot .col-md-5 h6 {
    margin: -30px 0 4px 0; } }
@media (min-width: 992px) {
  .conFoot .nest {
    margin-left: -15px !important; } }
.conFoot .right {
  float: right; }

.footnav {
  color: #838180;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500; }

@media (min-width: 992px) {
  .footnav {
    margin: -32px 0 0 0px;
    padding: 0 0 0 55px;
    font-size: 12px; } }
@media (max-width: 991px) {
  .footnav {
    font-size: 18px; } }
@media (max-width: 991px) {
  .footnav a {
    border-top: 1px solid #838180;
    display: inline-block;
    width: 100%;
    padding: 5px 0px; } }
.footnav hr {
  background-color: #838180;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #838180;
  margin: 2px 0;
  padding: 0; }

@media (max-width: 991px) {
  .footnav hr {
    display: none; } }
.footnav a {
  color: #838180; }

.footnav a:hover {
  color: #fff; }

.facebook-footer {
  position: absolute;
  /*margin-left: 300px;
  margin-top: -40px;*/
  z-index: 100;
  bottom: 22px;
  right: 15px; }

/* ---- Body  Home ----- */
.callOuts {
  background-color: #f0f1f2;
  width: 100%; }

@media (min-width: 992px) {
  .callOuts {
    height: 180px; } }
.callOuts h2 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0; }

.callOuts h2 img {
  margin: -4px 4px 0 0; }

.callOuts p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0 0 0;
  padding: 0; }

.callOuts p a {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  margin: 0px 0 0 0;
  padding: 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700; }

.callOuts .col-md-4 {
  height: 180px; }

.callOuts .col-md-4:after {
  content: url("../img/CObreak.png");
  float: right;
  height: 142px;
  width: 2px;
  margin: -142px -17px 0 0; }

.callOuts .col-md-4.last:after {
  content: ""; }

.auPic {
  position: relative;
  float: left;
  z-index: 2; }

.homeAboutUs {
  background-image: url("../img/homeAboutus.png");
  background-repeat: no-repeat;
  position: relative;
  float: left;
  z-index: 5;
  margin: -240px 0 0 0;
  height: 556px;
  padding: 100px 0 0 55px;
  width: 379px; }

.homeAboutUstext {
  position: relative;
  z-index: 20; }

@media (min-width: 992px) {
  .homeAboutUstext {
    margin: -590px 0 0 -15px;
    height: 556px;
    padding: 100px 0 0 55px;
    width: 379px;
    float: left; } }
.homeAboutUstext h2 {
  font-size: 22px;
  line-height: 16px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin: 31px 0 15px 0;
  padding: 0;
  text-shadow: 1px 1px 1px #333;
  position: relative;
  z-index: 20; }

.homeAboutUstext h1 a {
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0 0 0;
  padding: 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 1px 1px 1px #333;
  position: relative;
  z-index: 20; }

.homeAboutUstext h1 {
  line-height: 15px;
  font-size: 14px;
  text-shadow: 1px 1px 1px #333;
  position: relative;
  z-index: 20; }

@media (min-width: 992px) {
  .homeAboutUstext h1 {
    width: 170px; } }
@media (max-width: 991px) {
  .homeAboutUstext h1 {
    width: 100%; } }
.self_assessment {
  height: 238px;
  width: 325px;
  margin: -293px 0 0 0;
  position: relative;
  z-index: 5; }

.self_assessment h2 {
  font-size: 32px;
  line-height: 32px;
  margin: 0px 0 0 38px;
  text-transform: uppercase;
  padding: 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-shadow: 1px 1px 1px #ccc; }

.self_assessment h3 {
  font-size: 22px;
  line-height: 22px;
  margin: 55px 0 0 65px;
  text-transform: uppercase;
  padding: 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-shadow: 1px 1px 1px #ccc; }

.self_assessment p {
  margin: 7px 0 0 38px;
  padding: 0;
  width: 285px;
  font-size: 14px;
  line-height: 15px;
  text-shadow: 1px 1px 1px #ccc; }

.self_assessment:first-child {
  margin: 0 0 0 0;
  z-index: 3; }

@media (min-width: 992px) {
  .self_assessment:first-child {
    width: 560px;
    height: 293px; } }
@media (max-width: 991px) {
  .self_assessment:first-child {
    width: 100%;
    height: auto; } }
@media (max-width: 991px) {
  .self_assessment:first-child a, .self_assessment:first-child img {
    width: 100%;
    height: auto; } }
.conHome .col-md-7 {
  margin: 0 0 0 -13px; }

.homeLocations {
  background-image: url("../img/homeLocations.png");
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 0 1px;
  padding: 0; }

@media (min-width: 992px) {
  .homeLocations {
    width: 559px;
    height: 490px; } }
@media (max-width: 991px) {
  .homeLocations {
    display: none; } }
.homeLocationstext {
  position: relative;
  z-index: 20;
  padding: 0;
  color: #fff; }

@media (min-width: 992px) {
  .homeLocationstext {
    width: 559px;
    height: 490px;
    margin: -535px -40px 0 51px;
    float: right; } }
@media (max-width: 991px) {
  .homeLocationstext {
    width: 100%; } }
.homeLocationstext h1 {
  font-size: 22px;
  line-height: 16px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0 15px 15px;
  padding: 30px 30px 7px 30px; }

.homeLocationstext h6 {
  font-size: 14px;
  line-height: 14px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0px 0 1px 0px;
  padding: 0px;
  text-shadow: 1px 1px 1px #333; }

.homeLocationstext p {
  font-size: 14px;
  line-height: 14px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0px 0 3px 0px;
  padding: 0px;
  text-shadow: 1px 1px 1px #333; }

.NEmore {
  font-size: 16px;
  line-height: 16px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 10px 45px 3px 0px;
  padding: 0px;
  float: right;
  text-shadow: 1px 1px 1px #333; }

.homeLocationstext .date {
  margin: 0px 0 7px 0px;
  text-shadow: 1px 1px 1px #333; }

.boxBoy {
  margin: 0px 0 0 0;
  position: relative;
  z-index: 15; }

.boxBoy img {
  margin: -450px 0 0 155px;
  height: 495px;
  position: relative;
  z-index: 10; }

@media (max-width: 991px) {
  .boxBoy img {
    display: none; } }
@media (min-width: 992px) {
  .locations {
    width: 400px;
    float: right;
    margin: 22px 0 0 0; } }
.locations h1 {
  font-size: 22px;
  line-height: 16px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0 10px 15px;
  padding: 0; }

@media (min-width: 992px) {
  .locatonsMap img {
    margin: -5px 0 0 13px;
    height: 190px; } }
@media (max-width: 991px) {
  .locatonsMap img {
    width: 100%;
    height: auto;
    display: block !important;
    margin: 0px !important; } }
/* ---- Slider ----- */
.slider {
  position: relative;
  z-index: 50; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides {
  margin: 0 auto 40px; }

#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto; }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%; }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px; }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline; }

.rslides_tabs li:first-child {
  margin-left: 0; }

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold; }

.events {
  list-style: none; }

.callbacks_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%; }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0; }

.sliderGrad {
  background-image: url("../img/sliderGrad.png");
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 207px;
  margin: -207px 0 0 0;
  padding: 120px 20px 10px 20px; }

@media (max-width: 991px) {
  .sliderGrad {
    margin: 0px;
    width: 100%;
    max-width: none; } }
@media (max-width: 991px) {
  .sliderGrad .container {
    margin: 0px;
    width: 100%;
    max-width: none; } }
.callbacks .caption {
  display: block;
  z-index: 3;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: none; }

@media (min-width: 992px) {
  .callbacks .caption {
    position: absolute;
    padding: 0px; } }
@media (max-width: 991px) {
  .callbacks .caption {
    padding: 0px 0px 45px 0px; } }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0px;
  left: 7px;
  opacity: 1.0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.png") no-repeat left top;
  margin-top: -75px; }

.callbacks_nav:hover {
  opacity: 0.5;
  transition: ease-in; }

.callbacks_nav:active {
  opacity: 0.7; }

.callbacks_nav.next {
  left: auto;
  background-position: right top; }

@media (min-width: 992px) {
  .callbacks_nav.next {
    right: 147px; } }
@media (max-width: 991px) {
  .callbacks_nav.next {
    right: 15px; } }
#slider3-pager a {
  display: inline-block;
  text-indent: -9999px !important; }

#slider3-pager img {
  float: left; }

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666; }

#slider3-pager a {
  padding: 0; }

#slider3 .headline {
  font-size: 26px;
  line-height: 30px !important;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 10px 0 0 0;
  padding: 0 30px;
  position: relative;
  float: left; }

@media (min-width: 992px) {
  #slider3 .headline {
    width: 790px; } }
@media (max-width: 991px) {
  #slider3 .headline {
    width: 100%; } }
#slider3 .text {
  font-size: 14px;
  line-height: 16px !important;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
  padding: 0 30px;
  position: relative;
  float: left; }

@media (min-width: 992px) {
  #slider3 .text {
    width: 790px; } }
@media (max-width: 991px) {
  #slider3 .text {
    width: 100%; } }
#slider3 {
  max-width: 1680px;
  height: auto; }

#slider3-pager {
  width: 120px;
  float: right;
  position: relative;
  margin: 0;
  padding: 0; }

#slider3-pager ul {
  list-style: none; }

#slider3-pager li {
  list-style: none; }

#slider3-pager a {
  width: 8px;
  height: 8px;
  margin: 0 6px 15px 0;
  float: left;
  position: relative;
  background-image: url("../img/sliderInactive.png");
  text-indent: -9999px !important; }

#slider3-pager .callbacks_here a {
  width: 8px;
  height: 8px;
  margin: 0 6px 15px 0;
  float: left;
  position: relative;
  background-image: url("../img/sliderActive.png"); }

.sliderDots {
  position: relative;
  margin-top: -23px; }

@media (max-width: 991px) {
  .sliderDots {
    display: none; } }
/* ---- Internal ----- */
@media (min-width: 992px) {
  .internalImg .caption {
    margin: -40px 0 0 0;
    text-align: right; } }
@media (max-width: 991px) {
  .internalImg .caption {
    display: none; } }
.internalImg #slider3 .headline {
  color: #fff;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  text-shadow: 1px 1px 5px #333;
  padding: 0;
  position: relative;
  width: 100%; }

@media (min-width: 992px) {
  .internalImg #slider3 .headline {
    margin: -40px 0 0 0;
    font-size: 30px;
    text-align: right; } }
@media (max-width: 991px) {
  .internalImg #slider3 .headline {
    font-size: 20px;
    text-align: center; } }
.internal {
  background-color: #f0f1f2;
  min-height: 180px;
  padding: 0;
  position: relative; }

@media (min-width: 992px) {
  .internal {
    width: 702px; } }
@media (max-width: 991px) {
  .internal {
    width: 100%; } }
.internal h1 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  text-align: left;
  margin: 0px 0 0 0;
  padding: 36px; }

.internal h1 img {
  margin: -5px 5px 0 0; }

.internal h2 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left; }

.internal p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0 0 0;
  padding: 0; }

.internal p a {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  margin: 0px 0 0 0;
  padding: 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700; }

.internalBody {
  float: left;
  position: relative;
  background-color: #f0f1f2;
  background-image: url("../img/intBK.jpg");
  background-repeat: no-repeat;
  z-index: 5;
  margin: -0px 0 0 0;
  padding: 0 20px;
  min-height: 40px; }

@media (min-width: 992px) {
  .internalBody {
    width: 702px; } }
@media (max-width: 991px) {
  .internalBody {
    width: 100%; } }
@media (min-width: 992px) {
  .internalBody:before {
    content: url("../img/intLeft.png");
    margin: 0 0 0 -20px;
    padding: 0;
    position: relative;
    z-index: 10;
    width: 702px; } }
@media (min-width: 992px) {
  .internalBody:after {
    content: url("../img/intBtm.png");
    margin: -494px 0 0 -20px;
    padding: 0;
    position: relative;
    z-index: 15;
    top: -504px;
    width: 702px; } }
.internalBodyContent {
  position: relative;
  text-align: left !important;
  z-index: 20;
  min-height: 405px; }

@media (min-width: 992px) {
  .internalBodyContent {
    margin: -504px 0 0 0; } }
@media (max-width: 991px) {
  .rightRail {
    display: none; } }
@media (max-width: 991px) {
  .dropdownHeader {
    display: none !important; } }
#printfriendly:after {
  content: ' | ' !important;
  font-size: 20px;
  padding: 0px 5px 0 5px;
  color: #aaa;
  float: right !important; }

#share_button #share_button_btn:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #aaa;
  position: absolute;
  left: -12px;
  top: 4px;
  pointer-events: none; }

#printfriendly {
  float: right !important; }

.st_sharethis, #share_button #share_button_btn {
  float: right !important;
  text-indent: -9999px; }

.stButton .sharethis {
  background-image: url("../img/share.png") !important; }

#share_button #share_button_btn {
  background: url("../img/share.png") center center no-repeat;
  display: inline-block !important;
  height: 25px;
  width: 25px;
  margin-left: 22px;
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  cursor: pointer; }

.stButton .chicklets {
  background: 35px no-repeat url("../img/share.png") !important;
  display: inline-block !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  height: 30px !important;
  line-height: 16px !important;
  padding-left: 0px !important;
  padding-right: 35px !important;
  padding-top: 7px !important;
  white-space: nowrap !important; }

#share_print a, #share_print #share_print_btn {
  content: 'Print' !important;
  background: 0px no-repeat url("../img/print.png") !important;
  height: 30px;
  width: 65px;
  display: inline-block !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  margin: 2px 0 0 0;
  cursor: pointer; }

#share_print #share_print_btn {
  text-indent: -9999px;
  float: right; }

#share_print img {
  visibility: hidden;
  display: none; }

#link_area {
  position: absolute;
  z-index: 100;
  top: 2px;
  right: 0px;
  width: 300px; }

.internalBodyContent p {
  text-align: left !important;
  color: #535150;
  text-shadow: 1px 1px 2px #eee;
  position: relative; }

.internalBodyContent h2 {
  text-align: left !important;
  color: #ee3124;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 23px;
  text-shadow: 1px 1px 2px #eee;
  position: relative; }

.RRBK {
  background-image: url("../img/RRgrad.jpg");
  background-repeat: no-repeat;
  width: 240px;
  max-height: 560px;
  margin: 0 0 0 -15px;
  padding: 15px;
  float: left; }

.RRBK h1 {
  color: #ee3124;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 23px;
  text-shadow: 1px 1px 2px #333;
  float: left !important;
  width: 100%;
  border-style: solid;
  border: none;
  border-top: solid 2px #777;
  position: relative;
  left: 0;
  padding: 15px 0 0 0;
  margin: 20px 0 0 0;
  text-transform: uppercase; }

.RRBK h1:first-child {
  border-top: none; }

.RRBK p {
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  line-height: 16px;
  float: left; }

.RRBK p a {
  float: right; }

.RRself {
  width: 240px;
  height: 130px;
  position: relative;
  background-image: url("../img/RRself.png");
  margin: 0 0 0 -15px;
  padding: 0;
  float: left; }

.RRself a {
  width: 240px;
  height: 130px;
  position: relative;
  background-image: url("../img/RRself.png");
  margin: 0 0 0 -20px;
  padding: 0; }

.RRself h3 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  text-shadow: 1px 1px 2px #eee;
  float: left !important;
  width: 100%;
  margin: 0 0 0 32px;
  padding: 0;
  text-transform: uppercase; }

.RRself h2 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-shadow: 1px 1px 2px #eee;
  float: left !important;
  width: 100%;
  margin: -5px 0 0 20px;
  padding: 0;
  text-transform: uppercase; }

.RRself p {
  float: left !important;
  width: 80%;
  line-height: 14px;
  margin: 3px 0 0 20px;
  padding: 0; }

.NEindex {
  padding: 30px 20px; }

.NEindex h3 {
  padding: 0 0px;
  margin: 0 0 0 0;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px; }

.NEindex h2 {
  padding: 0 0px;
  margin: 0 0 0 0; }

.NEindex p {
  margin-top: 0;
  padding-top: 0 20px !important; }

.locationList {
  color: #ee3124 !important;
  width: 100% !important; }

.locationList a {
  color: #ee3124 !important; }

.locationList a:hover {
  color: #838180 !important; }

.locationList ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0; }

.locationList li {
  list-style: none;
  float: left;
  width: 31%;
  padding: 0 0px;
  margin: 6px 0px;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; }

.NEMoreIndex {
  margin: -17px 0 0 0; }

.column-last textarea {
  width: 330px; }

.conFoot .red a:hover {
  color: #838180 !important; }

#pf-dialog-ads {
  border: 15px #000 solid; }

#gaiframe {
  visibility: hidden !important; }

/* ---- Testimonials on Alumni Page ----- */
#testimonials {
  width: 45%;
  float: left;
  background-image: url("http://cads-ia.com/assets/img/testimonial-bac.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 12px; }

#testimonials2 {
  width: 45%;
  float: right;
  background-image: url("http://cads-ia.com/assets/img/testimonial-bac.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 12px; }

.testimonial_slider {
  height: 200px; }

#testimonial-container {
  height: 200px;
  margin-top: 30px; }

#contact-us {
  padding-top: 0px;
  clear: both; }

/* ---- Testimonials Page ----- */
#testimonials-page {
  width: 45%;
  float: left;
  height: 100%;
  padding: 12px; }

#testimonials-page2 {
  width: 45%;
  float: right;
  height: 100%;
  padding: 12px; }

#testimonial-page-container {
  min-height: 200px; }

#share_area_links {
  margin-bottom: 20px;
  display: none; }

.share_open {
  display: block !important; }

/*# sourceMappingURL=screen.css.map */

/*# sourceMappingURL=screen.css.map */
