@font-face {
  font-family: 'museo_sans300';
  src: url('../fonts/MuseoSans_300-webfont.eot');
  src: url('../fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSans_300-webfont.woff2') format('woff2'),
  url('../fonts/MuseoSans_300-webfont.woff') format('woff'),
  url('../fonts/MuseoSans_300-webfont.ttf') format('truetype'),
  url('../fonts/MuseoSans_300-webfont.svg#museo_sans300') format('svg');

}

@font-face {
  font-family: 'museo_slab';
  src: url('../fonts/Museo_Slab_300-webfont.eot');
  src: url('../fonts/Museo_Slab_300-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Museo_Slab_300-webfont.woff2') format('woff2'),
  url('../fonts/Museo_Slab_300-webfont.woff') format('woff'),
  url('../fonts/Museo_Slab_300-webfont.ttf') format('truetype'),
  url('../fonts/Museo_Slab_300-webfont.svg#museo_slab300') format('svg');
  font-weight: normal;
  font-style: normal;

}
.font-family-museosans {
  font-family: "museo_sans300", Verdana, sans-serif;
}
.font-family-museoslab {
  font-family: "museo_slab", Verdana, sans-serif;
}

body {
  font-family: 'museo_sans300', Verdana, sans-serif !important;
} 

.title {
    font-family: "museo_slab",Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
}

h1, h2, h3, h4, h5 {font-family: 'museo_slab', Verdana, sans-serif } 



/* Top menu position */
.fp-horizmenu.rt-block {
  text-align:right;
}
/* Font-family Top menu and Chinese Button margin, padding */
.rt-horizmenu .menu a {
  padding: 0 8px;
  font-family: 'museo_slab', Myriad Pro Semibold, sans-serif !important;
  text-transform: none;
  font-size:18px;
  font-weight:normal;
}

.item-130 a, .item-131 a {
  border-right: 1px solid #fff;
  border-radius: 0 !important;
}

/* Module Titles (might affect other titles too) 

.title {
  font-family: "GillSans",Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
} */



/* Delete marker Top menu */
.rt-horizmenu .menu a:after, .rt-horizmenu .menu .item:after, .rt-horizmenu .menu .separator:after {
    display:none;
}
/* Hover color Top menu  */
.rt-horizmenu .menu a:hover, .rt-horizmenu .menu .item:hover, .rt-horizmenu .menu .separator:hover {
    color:#c3c3c3;
    text-decoration: underline;
}
/*.item-132:hover {
  background-color: rgb(102, 152, 195);
}*/
/* Hover color Main menu  */
.menu-block .gf-menu.l1 > li:hover > .item .menu-item-bg, .menu-block .gf-menu.l1 > li:focus > .item .menu-item-bg {
    color:#325BA2;
}

/* Font-family Drop menu  */
.menu-block .gf-menu .dropdown li .menu-item-bg {
    font-family: 'museo_slab', Myriad Pro Semibold, sans-serif !important;
    font-weight:normal;
    text-transform: none;
}

.menu-block .gf-menu .item {
    text-transform: none;
    font-family: 'museo_slab', Myriad Pro Semibold, sans-serif !important;
}

/* Delete border-top Drop menu  */
.menu-block .gf-menu .dropdown li {
  border-bottom: 1px solid #437A94;
  border-top: 0px solid #7fc3eb;
}

.menu-block .gf-menu .dropdown li:hover > .item .menu-item-bg, .menu-block .gf-menu .dropdown li:focus > .item .menu-item-bg {
    background: #437a94;
}

/* Font-family and Border-bottom Main menu*/
.menu-block .gf-menu.l1 > li > .item {
    height: auto;
    font-family: 'museo_slab', Myriad Pro Semibold, sans-serif !important;
    font-size:18px;
    font-weight:normal;
    /* text-shadow: 0 1px 2px #2B82AA; */
    line-height:18px;
}
.menu-block {
    margin-top: 15px;
}

/* Delete marker Main menu*/
.gf-menu li.parent > .item:after {
    display:none;
}

/* Position Top Menu*/
.rt-horizmenu .menu {
    margin-top:-15px;
}
/* Margin item Top Menu*/
.item-131 {
    margin-left: 10px;
}

/* close up the little bit I can between red strip and menu */

#rt-top {
  padding-bottom: 0% !important;
}

/* Drop-down main menu and chat box */

.gf-menu li {
  z-index: 1000;
}

/* Chinese Button */

.rt-horizmenu .item-132 .chinese {
  border: 1px solid;
  border-radius: 4px;
  color: #437A94;
  display: inline-block;
  padding: 5px 8px;
}

/* Menu Active Colour */

.menu-block .gf-menu.l1 > li.active > .item .menu-item-bg {
    color: #437A94;
}

/* Main Menu Font Size */

.gf-menu.l1 > li > .item {
    font-size: 16px;
}

/* Font Family 

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/gillsans.eot');
    src: url('../fonts/gillsans.eott?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans.woff') format('woff'),
         url('../fonts/gillsans.ttf') format('truetype'),
         url('../fonts/gillsans.svg#GillSans') format('svg');
}

body {
  font-family: 'GillSans', Myriad Pro Semibold, sans-serif !important;
} */

/* Child Menu Item Font Size */

.gf-menu .item {
    font-size: 14px;
    color: #437A94;
}

/* Drop-down background colour */
.menu-block .gf-menu .dropdown {
    background-color: #ffffff;
    border: 1px solid #437A94;
}

/* .gf-menu .dropdown ul li .item {
    border: 1px solid #437A94;
} */

/* Drop-down text colour */

.menu-block .gf-menu .dropdown li .item {
    color: #437a94;
}

/* Showcase full width */

    body.layout-mode-responsive #rt-showcase > .rt-container {
        width: 100%;
    }

/* Showcase Utility and Footer Link and Hover Colours */

#rt-utility a {
    color: #556293;
    transition: all 0.3s ease 0s;
}

#rt-utility a:hover {color: #556293; text-decoration: underline;}

#rt-footer a {
    color: #000;
    transition: all 0.3s ease 0s;
}

#rt-footer a:hover {color: #808080; text-decoration: underline;}

#rt-showcase a {
    color: #ffffff;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

#rt-showcase a:hover {color: #ffffff; text-decoration: underline;}

#rt-showcase h1 {font-size: 23.8px;}

/* Hamburger Colour */

.gf-menu-toggle {
    background-color: transparent;
    border: 2px solid #437A94;
    color: #437A94;
}

.tm-chat {
  display: table;
  margin: 0;
  padding: 0;
  position: absolute !important;
  left: 5% !important;
  top: 85% !important;
  z-index: 999;
}

/* For Chrome Chat Box */

@supports (-webkit-appearance:none) {
    .tm-chat {
  display: table;
  margin: 0;
  padding: 0;
  position: absolute !important;
  left: 5% !important;
  top: 80% !important;
  z-index: 999;
}
}

/* For Mobile Chat Box */

@media (max-width: 480px) {
.tm-chat {
  display: table;
  left: 5% !important;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: 30% !important;
  z-index: 999;
}
}

/* For Mobile Chat Box */

@media (max-width: 480px) {
.tm-chat {
  left: -2%;
  top: 110%;
  transform: rotateZ(0.75);
}
}

[ng-app="ssatSearch"] .page-header h1,
.sa3-mb9 .item-page > h2 {
  /*background: rgba(0, 0, 0, 0) url("../images/backgrounds/headings/trans01.png") repeat-x scroll center top / 500% 110%;*/
  color: #222;
  font-size: 2.2em;
  padding: 1.5% 0;
  /*text-shadow: 0 2px 1px #333333;*/
}


/* Smartphones */
@media (max-width: 480px) {
  .fp-horizmenu .nav.menu {
    margin: 0 auto;
    width: 80%;
  }

  .tm-chat {
    left: -2%;
    top: 110%;
    transform: scale(0.75);
  }

  /* Homepage slider */
  .module-surround, .module-content {
    height: 100%;
  }

  #rt-feature {
    background: url('../images/backgrounds/slider_hp/bg.jpg');
  }

  .rt-block.slider_hp {
    background: #335ba1 none repeat scroll 0 0;
    font-family: 'museo_slab', Myriad Pro Semibold, sans-serif !important;
    height: 380px;
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }

  .slider_hp img {
    max-height: 203px;
    position: relative;
  }

  .slider_hp .nav {
    bottom: 7%;
    height: auto !important;
    position: absolute;
    z-index: 999;
    left: 34%;
  }

  .slider_hp ul.nav li {
    margin-left: 0;
  }

  .slider_hp ul.nav li span {
    background: url('../images/menu/slider-li.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp ul.nav li span:hover {
    background: url('../images/menu/slider-li-active.png');
    background-position: inherit;
  }

  .slider_hp ul.nav li.active span {
    background: url('../images/menu/slider-li-active.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp .prev {
    display: none;
  }

  .slider_hp div .next, .slider_hp div:hover .next {
    background: rgba(0, 0, 0, 0) url("../images/menu/slider-next.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 15% !important;
    margin: 0;
    right: 40%;
    top: 13%;
    width: 22%;
  }

  .slider-header {
    color: #ffffff;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 3% 2%;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    width: 96%;
  }

  .slider-text {
    color: #ffffff;
    display: table;
    font-size: 1.05em;
    line-height: 1em;
    padding: 2% 5%;
    width: 90%;
    text-align: center;
  }

  .slider_hp .btn-info {
    font-size: 0.92em;
    padding: 2% 5%;
    width: 40%;
    margin: 0 24%;
  }

  .slider-text-a {
    font-size: 1.43em;
    color: #fff;
  }
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .fp-horizmenu .nav.menu {
    margin: 0 auto;
    width: 90%;
  }

  .tm-chat {
    right: -1%;
    top: -30%;
    transform: scale(0.7);
  }

  /* Homepage slider */
  .module-surround, .module-content {
    height: 100%;
  }

  #rt-feature {
    background: url('../images/backgrounds/slider_hp/bg.jpg');
  }

  .rt-block.slider_hp {
    background: #335ba1 none repeat scroll 0 0;
    font-family: "museo_slab" !important;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }

  .slider_hp img {
    max-height: 203px;
    position: relative;
  }

  .slider_hp .nav {
    bottom: 7%;
    height: auto !important;
    position: absolute;
    z-index: 999;
    left: 38%;
  }

  .slider_hp ul.nav li {
    margin-left: 0;
  }

  .slider_hp ul.nav li span {
    background: url('../images/menu/slider-li.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp ul.nav li span:hover {
    background: url('../images/menu/slider-li-active.png');
    background-position: inherit;
  }

  .slider_hp ul.nav li.active span {
    background: url('../images/menu/slider-li-active.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp .prev {
    display: none;
  }

  .slider_hp div .next, .slider_hp div:hover .next {
    background: rgba(0, 0, 0, 0) url("../images/menu/slider-next.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 7% !important;
    margin: 0;
    right: 45%;
    top: 20%;
    width: 9%;
  }

  .slider-header {
    color: #ffffff;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    padding: 3% 2%;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    width: 96%;
  }

  .slider-text {
    color: #ffffff;
    display: table;
    font-size: 1.05em;
    line-height: 1em;
    padding: 2% 5%;
    width: 90%;
    text-align: center;
  }

  .slider_hp .btn-info {
    font-size: 1.24em;
    padding: 2% 5%;
    width: 40%;
    margin: 0 24%;
  }

  .slider-text-a {
    font-size: 1.43em;
    color: #fff;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {

  /* Homepage slider */
  .module-surround, .module-content {
    height: 100%;
  }

  #rt-feature {
    background: url('../images/backgrounds/slider_hp/bg.jpg');
  }

  .rt-block.slider_hp {
    background: #335ba1 none repeat scroll 0 0;
    font-family: "museo_slab" !important;
    height: 193px;
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }

  .slider_hp img {
    position: absolute;
    right: 0;
    max-height: 193px;
  }

  .slider_hp .nav {
    bottom: 7%;
    height: auto !important;
    position: absolute;
    z-index: 999;
  }

  .slider_hp ul.nav li {
    margin-left: 0;
  }

  .slider_hp ul.nav li span {
    background: url('../images/menu/slider-li.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp ul.nav li span:hover {
    background: url('../images/menu/slider-li-active.png');
    background-position: inherit;
  }

  .slider_hp ul.nav li.active span {
    background: url('../images/menu/slider-li-active.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp .prev {
    display: none;
  }

  .slider_hp div .next, .slider_hp div:hover .next {
    background: rgba(0, 0, 0, 0) url("../images/menu/slider-next.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 27% !important;
    margin: 0;
    right: 55%;
    top: 35%;
    width: 9%;
  }

  .slider-header {
    color: #ffffff;
    display: block;
    font-size: 1.23em;
    line-height: 1em;
    padding: 1.5% 0.75% 0.5% 0;
    text-shadow: 0 1px 1px #000000;
    width: 40%;
  }

  .slider-text {
    color: #ffffff;
    font-size: 0.95em;
    padding: 0 1.5% 0.5% 0;
    display: table;
    line-height: 1em;
    width: 39%;
  }

  .slider_hp .btn-info {
    font-size: 0.79em;
    padding: 0.75% 1.3%;
    width: 16%;
  }

  .slider-text-a {
    font-size: 1.43em;
    color: #fff;
  }

  /* Left menu on pages */
  .left_menu ul.menu li a::before, .left_menu ul.menu li.deeper a::before {
    content: "";
  }

  .left_menu ul.nav-child li a {
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow.png") no-repeat scroll 0 9px;
    border-radius: 0;
    box-shadow: none;
    color: #565d60 !important;
    content: none;
    font-family: "museo_sans300";
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
  }

  .left_menu ul.nav-child li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow-hover.png") no-repeat scroll 0 9px;
    border-radius: 0;
    box-shadow: none;
    color: #565d60 !important;
    content: none;
    font-family: "museo_sans300";
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
  }

  .left_menu .nav-child {
    float: left;
    margin-bottom: 10px;
    padding: 10px 0 0 3px;
    width: 100%;
  }

  .left_menu .nav-child li {
    color: #565d60;
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0;
  }

  .left_menu li.deeper a, .left_menu li.deeper a:hover, .left_menu li a, .left_menu li a:hover {
    background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #629dc9;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "museo_sans300";
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 10px;
    padding: 5px 0 !important;
    position: relative;
    text-shadow: 0 1px 1px #629db8;
    width: 100%;
  }
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {

  /* Homepage slider */
  .module-surround, .module-content {
    height: 100%;
  }

  #rt-feature {
    background: url('../images/backgrounds/slider_hp/bg.jpg');
  }

  .rt-block.slider_hp {
    background: #335ba1 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 240px;
    font-family: "museo_slab" !important;
  }

  .slider_hp img {
    position: absolute;
    right: 0;
    max-height: 240px;
  }

.slider_hp .nav {
    bottom: 7%;
    height: auto !important;
    position: absolute;
    z-index: 999;
  }

  .slider_hp ul.nav li {
    margin-left: 0;
  }

  .slider_hp ul.nav li span {
    background: url('../images/menu/slider-li.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp ul.nav li span:hover {
    background: url('../images/menu/slider-li-active.png');
    background-position: inherit;
  }

  .slider_hp ul.nav li.active span {
    background: url('../images/menu/slider-li-active.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp .prev {
    display: none;
  }

  .slider_hp div .next, .slider_hp div:hover .next {
    background: rgba(0, 0, 0, 0) url("../images/menu/slider-next.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 27% !important;
    margin: 0;
    right: 55%;
    top: 35%;
    width: 9%;
  }

  .slider-header {
    color: #ffffff;
    display: block;
    font-size: 1.6em;
    line-height: 1em;
    padding: 2% 1.15% 0.75% 0;
    text-shadow: 0 1px 1px #000000;
    width: 40%;
  }

  .slider-text {
    color: #ffffff;
    display: table;
    line-height: 1em;
    font-size: 1em;
    padding: 0 2% 0.75% 0;

  }

  .slider_hp .btn-info {
    font-size: 0.94em;
    padding: 1% 1.5%;
    width: 16%;
  }

  .slider-text-a {
    font-size: 1.5em;
    color: #fff;
  }

  /* Left menu on pages */
  .left_menu ul.menu li a::before, .left_menu ul.menu li.deeper a::before {
    content: "";
  }

   .left_menu ul.nav-child li a {
    content: none;
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow.png") no-repeat scroll 0 11px;
    border-radius: 0;
    box-shadow: none;
    color: #565d60 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

  .left_menu ul.nav-child li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow-hover.png") no-repeat scroll 0 11px;
    color: #325ba2 !important;
    text-decoration: underline;
    content: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

 .left_menu .nav-child {
    float: left;
    margin-bottom: 10px;
    padding: 16px 0 0 3px;
    width: 197px;
  }

  .left_menu .nav-child li {
    color: #565d60;
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0;
  }

   .left_menu li.deeper a, .left_menu li.deeper a:hover, .left_menu li a, .left_menu li a:hover {
    background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #629dc9;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "museo_sans300";
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 0 10px 17px !important;
    position: relative;
    text-shadow: 0 1px 1px #629db8;
    width: 203px;
  }
}

/* Large Display */
@media (min-width: 1200px) {

  /* Homepage slider */
  .module-surround, .module-content {
    height: 100%;
  }

  #rt-feature {
    background: url('../images/backgrounds/slider_hp/bg.jpg');
  }

  .rt-block.slider_hp {
    background: #335ba1 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 288px;
    font-family: "museo_slab" !important;
  }

  .slider_hp img {
    position: absolute;
    right: 0;
  }

  .slider_hp .nav {
    bottom: 7%;
    height: auto !important;
    position: absolute;
    z-index: 999;
  }

  .slider_hp ul.nav li {
    margin-left: 0;
  }

  .slider_hp ul.nav li span {
    background: url('../images/menu/slider-li.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp ul.nav li span:hover {
    background: url('../images/menu/slider-li-active.png');
    background-position: inherit;
  }

  .slider_hp ul.nav li.active span {
    background: url('../images/menu/slider-li-active.png');
    height: 17px;
    margin: 0 5px;
    width: 17px;
  }

  .slider_hp .prev {
    display: none;
  }

  .slider_hp div .next, .slider_hp div:hover .next {
    background: rgba(0, 0, 0, 0) url("../images/menu/slider-next.png") no-repeat scroll 0 0;
    height: 27% !important;
    right: 53%;
    top: 35%;
    width: 9%;
    margin: 0;
  }

  .slider-header {
    color: #ffffff;
    display: block;
    font-size: 2.15em;
    line-height: 1em;
    padding: 4% 2.3% 1.15% 0;
    text-shadow: 0 1px 1px #000000;
    width: 40.9%;
  }

  .slider-text {
    color: #ffffff;
    display: table;
    font-size: 1.288em;
    line-height: 1em;
    padding: 0 4% 1.15% 0;
    width: 38%;
  }

  .slider_hp .btn-info {
    width: 16%;
  }

  .slider-text-a {
    font-size: 1.5em;
    color: #fff;
  }

  /* Left menu on pages */
  .left_menu ul.menu li a::before, .left_menu ul.menu li.deeper a::before {
    content: "";
  }

  .left_menu ul.nav-child li a {
    content: none;
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow.png") no-repeat scroll 0 11px;
    border-radius: 0;
    box-shadow: none;
    color: #565d60 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

  .left_menu ul.nav-child li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow-hover.png") no-repeat scroll 0 11px;
    color: #325ba2 !important;
    text-decoration: underline;
    content: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

  .left_menu .nav-child {
    float: left;
    margin-bottom: 10px;
    padding: 16px 0 0 3px;
    width: 197px;
  }

  .left_menu .nav-child li {
    color: #565d60;
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0;
  }

  .left_menu li.deeper a, .left_menu li.deeper a:hover, .left_menu li a, .left_menu li a:hover {
    background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #629dc9;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "museo_sans300";
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 0 10px 17px !important;
    position: relative;
    text-shadow: 0 1px 1px #629db8;
    width: 203px;
  }
}

ul.menu li {
    border: 0px solid #d5d5d5 !important;
    font-family: "museo_slab",Verdana,Helvetica,Arial,sans-serif;
    text-transform: none;
}

/* ul.menu li .separator {
    background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #629dc9;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "Gillsans";
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 0 10px 17px !important;
    position: relative;
    text-shadow: 0 1px 1px #629db8;
    width: 203px;
}
*/
#rt-top {
  padding-bottom: 1%;
}

#rt-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  position: absolute;
  top: 77px;
  width: 100%;
}

.rt-pull-9 {
    margin-bottom: 15px;
}

.current {
    padding: 10px 0px !important;
}

@media only screen and (max-width: 767px) {
#rt-header {
  top: 105px;
}

  /* Left menu on pages */
  .left_menu ul.menu li a::before, .left_menu ul.menu li.deeper a::before {
    content: "";
  }

  .left_menu ul.nav-child li a {
    content: none;
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow.png") no-repeat scroll 0 11px;
    border-radius: 0;
    box-shadow: none;
    color: #565d60 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

  .left_menu ul.nav-child li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/menu/menu-arrow-hover.png") no-repeat scroll 0 11px;
    color: #325ba2 !important;
    text-decoration: underline;
    content: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 13px;
    padding-top: 0;
    text-shadow: none;
    text-transform: none;
    font-family: "museo_sans300";
  }

  .left_menu .nav-child {
    float: left;
    margin-bottom: 10px;
    padding: 16px 0 0 3px;
    width: 197px;
  }

  .left_menu .nav-child li {
    color: #565d60;
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0;
  }

  .left_menu li.deeper a, .left_menu li.deeper a:hover, .left_menu li a, .left_menu li a:hover {
    background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #629dc9;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "museo_sans300";
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 0 10px 17px !important;
    position: relative;
    text-shadow: 0 1px 1px #629db8;
    width: 203px;
  }
}



ul.menu li {
    border: 0px solid #d5d5d5 !important;
}

/* corePHP - Roberto - added selectors to match this styles */
[ng-app="ssatSearch"] legend,
ul.menu li .separator {
    /*background: transparent linear-gradient(#67c6f1, #50b6ed) repeat scroll 0 0;*/
    background-color: #437a94;
    border-radius: 4px;
    /*box-shadow: 0 2px 0 #629dc9;*/
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "museo_sans300";
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px 0 10px 17px !important;
    position: relative;
    /*text-shadow: 0 1px 1px #629db8;*/
    width: 203px;
}

/*Centering the 2 oranges squares on CSA page*/
.orangesquares {
  text-align: center;
}


/* corePHP - Roberto - Search components */

/* corePHP - Roberto - Dependeces - Bootstrap modal */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 75%;
  margin: -250px 0 0 -37.5%;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* corePHP - Roberto - Component */
[ng-app="ssatSearch"] hr {
  margin: 15px 0;
}

[ng-app="ssatSearch"] table {
  width: 100%;
}

[ng-app="ssatSearch"] header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

[ng-app="ssatSearch"] header input {
  margin-bottom: 0;
}

[ng-app="ssatSearch"] header select {
  /*width: 150px;*/
  height: 35px;
}

[ng-app="ssatSearch"] .nav {
  margin-bottom: 10px;
}

[ng-app="ssatSearch"] legend {
  line-height: inherit;
  float: none;
  border-bottom: 0;
}

[ng-app="ssatSearch"] label {
  /*margin-bottom: 15px;*/
  /*padding-bottom: 15px;*/
  /*border-bottom: 1px solid #ddd;*/
  display: inline-block;
}

[ng-app="ssatSearch"] label span:first-child {
  display: block;
}

[ng-app="ssatSearch"] input[type="radio"],
[ng-app="ssatSearch"] input[type="checkbox"] {
  margin: -3px 0 0;
}

.ssat-search-filters {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.ssat-search-filters h2 {
  font-weight: bold;
  font-size: 14px !important;
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit !important;
}

.ssat-search-filters h4 {
  margin-top: 30px;
  line-height: 1 !important;
}

.ssat-search-filters span {
  margin-bottom: 5px;
}

.ssat-search-filters small {
  display: inline-block;
  padding-top: 5px;
}

.ssat-search-filters select {
  width: 100%;
}

.ssat-search-filters-name-zip h2 {
  margin-top: 30px;
}

.ssat-search-filters-name-zip span {
  float: right;
  font-size: 1.4em;
}

.ssat-search-filters-name-zip label {
  display: block;
}

.ssat-search-filters-checkboxes label {
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: baseline;
}

.ssat-search-filters-flex {
  display: flex !important;
  flex-wrap: wrap;
}

.ssat-search-filters-applied {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}

.ssat-search-filters-applied h3,
.ssat-search-filters-applied h4 {
  /*display: inline-block;*/
  margin-right: 20px;
}

.ssat-search-filters-applied h3 {
  font-weight: bold;
}

.ssat-search-filters-applied h4 {
  font-size: 14px !important;
}

.ssat-search-filters-applied-list {
  margin: 0;
}

.ssat-search-filters-applied-list > span {
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #FFEFBF;
}

.ssat-search-filters-applied button {
  white-space: nowrap;
}

.ssat-search-filters-flex > label {
  width: 24%;
  margin-right: 1%;
  display: inline-flex;
}

.ssat-search-filters button[data-toggle="collapse"] {
  display: none;
}

.ssat-search-filters-tip {
  margin-left: 1em;
  margin-top: .5em;
  position: relative;
}

.ssat-search-filters-tip-trigger {
  background: #999;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ssat-search-filters-tip-trigger > * {
  display: inline !important;
  margin: 0;
}

.ssat-search-filters-tip-content {
  position: absolute;
  top: -.5em;
  right: 100%;
  width: 20em;
  max-width: 60vw;
  padding: .5em;
  font-size: small;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  margin-right: 1em;
  
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.ssat-search-filters-tip-content::before,
.ssat-search-filters-tip-content::after {
  content: "";
  display: block;
  position: absolute;
  top: .8em;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .5em;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.ssat-search-filters-tip-content::after {
  margin-left: 1px;
  border-color: transparent transparent transparent #eee;
  z-index: 1;
}

.ssat-search-filters-tip-trigger:hover + .ssat-search-filters-tip-content {
  visibility: visible;
  opacity: 1;
}

.ssat-search-results ul {
  margin: 0;
}

.ssat-search-results li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.ssat-search-results .address {
  padding-bottom: 10px;
}

.ssat-search-results .address > * {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}

.ssat-search-results .address > h5 {
  margin-right: 20px;
}

.ssat-search-results .address > .fa {
  /*margin-top: 3px;*/
  margin-right: 5px;
  font-size: 1.3em;
  color: #bbb;
}

.ssat-search-results-links {
  padding-bottom: 10px;
}

.ssat-search-results-links > * {
  display: block;
}

.ssat-search-results-links > span {
  color: #38A630;
}


.ssat-search-legend {
  float: right;
  list-style: none;
  font-size: 1em;
}

.ssat-search-legend li {
  padding-bottom: 3px;
}

.ssat-search-results .fa,
.ssat-search-legend .fa {
  font-size: 1.4em;
  margin-top: -2px;
  vertical-align: middle;
}

.ssat-search-legend .status1,
.ssat-search-results .status1 {
  color: green;
}

.ssat-search-legend .status2,
.ssat-search-results .status2 {
  color: orange;
}

.ssat-search-legend .status3,
.ssat-search-results .status3 {
  color: red;
}

.ssat-search-legend .status4,
.ssat-search-results .status4 {
  color: grey;
}

.ssat-search-results .status {
  /*font-size: 1.4em;*/
  /*display: inline-block;*/
  /*height: 18px;*/
  /*width: 18px;*/
  /*border-radius: 50%;*/
  /*vertical-align: text-bottom;*/
  /*margin-left: 20px;*/
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

.ssat-search-results td .status {
  margin: 0;
}

/*.ssat-search-results .status1 {*/
/*  background-color: green;*/
/*}*/

/*.ssat-search-results .status2 {*/
/*  background-color: orange;*/
  /*border: 2px solid red;*/
}

/*.ssat-search-results .status3 {*/
/*  background-color: red;*/
/*}*/

/*.ssat-search-results .status4 {*/
/*  background-color: white;*/
/*  border: 2px solid grey;*/
/*  position: relative;*/
/*}*/

/*.ssat-search-results .status4:after {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  border-radius: 50%;*/
/*  background-color: grey;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  margin-left: -3px;*/
/*  margin-top: -3px;*/
/*}*/

.ssat-search-results table {
  width: 100%;
}

.ssat-search-results table th,
.ssat-search-results table td {
  padding: 10px 5px;
  border-bottom: 1px dashed #bbb;
}

.ssat-search-results table tr:last-child td {
    border-bottom: none;
}

.ssat-search-results table th {
  padding-top: 0;
  text-align: left;
  vertical-align: bottom;
}

.ssat-search-results > table > tbody > tr > th {
    vertical-align: top;
    padding-top: 10px;
    width: 25%;
    font-weight: normal;
}

.ssat-search-results > table td {
  vertical-align: top;
  padding-right: 0;
}

.ssat-search-results > table td:first-child {
  width: 32%;
}

.ssat-search-results > table td.text-center {
  text-align: center;
}

.ssat-search-results tr:not(:first-child) td:not(:first-child) table {
  margin-top: -40px;
  width: 100%;
}

.ssat-search-results tr:not(:first-child) table thead th {
  color: transparent;
  padding: 0;
  border: 0;
}

.ssat-search-results table table tr:last-child:not(:first-child) td {
  border: 0;
}

.ssat-search-results .modal.in {
  top: 5%;
  margin-top: 0;
  height: 90%;
}

.ssat-search-results .modal-body {
  max-height: none;
}

.ssat-search-results .modal-footer p {
  margin: 0;
}

.ssat-search-results .modal ul {
  margin: 0;
  padding: 0;
}

.ssat-search-results .modal li {
  line-height: 1.5;
  padding: 10px 0;
  border-top: 1px dashed #bbb;
  border-bottom: 0;
  display: table;
  width: 100%;
}

.ssat-search-results .modal li:first-child {
  padding-top: 0;
  border-top: 0;
}

.ssat-search-results .modal li > * {
  display: table-cell;
  text-align: justify;
}

.ssat-search-results .modal li em {
  width: 200px;
  vertical-align: top;
}

.ssat-search-results .modal .fa {
  color: #bbb;
}

.ssat-search-results .modal address {
  margin: 0;
  display: inline-block;
}

.ssat-search-results .modal h4 {
  margin-top: 0;
}

.ssat-search-results .modal dl {
  background-color: #eee;
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 10px;
}

.ssat-search-results .modal dt {
  font-weight: normal;
  font-style: italic;
}

.ssat-search-results .modal .dl-alternative dt {
  width: 260px;
  text-align: left;
  white-space: normal;
  text-overflow: initial;
}

.ssat-search-results .modal .dl-alternative dd {
  text-align: center;
}

.ssat-search-results .modal .dl-alternative .btn {
  margin-top: 10px;
}

.ssat-search-results .modal .fa-check,
.ssat-search-results .modal .fa-times {
  color: green;
  font-size: 3em;
}

.ssat-search-results .modal .fa-times {
  color: red;
}

.ssat-search-results-association-media {
  margin-top: 15px;
}

.ssat-search-results-association-media img,
.ssat-search-results-association-media-modal img {
  max-width: 100%;
}

.ssat-search-results-association-media-modal {
  text-align: right !important;
  vertical-align: top !important;
}

.ssat-consultant:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.ssat-consultant h3 {
  margin-bottom: 0;
}

.ssat-consultant h5 {
  margin-top: 0;
}

[ng-app="ssatSearch"] .pagination ul {
  display: table;
  width: 100%;
}

[ng-app="ssatSearch"] .pagination li {
  display: table-cell;
}

[ng-app="ssatSearch"] .pagination a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

[ng-app="ssatSearch"] .nav-tabs .blue-outline-button {
  font-size: 1em;
}

@media (max-width: 768px) {
  [ng-app="ssatSearch"] {
    padding: 0 5%;
  }

  [ng-app="ssatSearch"] header span {
    float: none;
    display: block;
    padding: 10px 0;
  }

  [ng-app="ssatSearch"] header input {
    width: 60%;
  }

  [ng-app="ssatSearch"] .nav li {
    text-align: center;
  }

  [ng-app="ssatSearch"] .nav li.active {
    font-weight: normal;
  }

  [ng-app="ssatSearch"] .nav span {
    display: block;
  }

  [ng-app="ssatSearch"] .blue-outline-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .ssat-search-legend {
    float: none;
    margin-bottom: 20px;
  }

  .ssat-search-filters {
    margin-bottom: 0;
  }
  
  .ssat-search-filters-checkboxes {
    margin-bottom: 10px;
  }
  
  .ssat-search-filters-checkboxes label {
    display: block;
    margin: 0;
  }
  
  .ssat-search-filters-checkboxes label input {
    display: inline-block;
    width: auto;
  }
  
  .ssat-search-filters-checkboxes label span {
    display: inline;
    line-height: 1;
    padding: 0;
  }

  .ssat-search-filters-flex > label {
    width: 100%;
    margin-right: 0;
  }
  
  .ssat-search-filters button[data-toggle="collapse"] {
    display: block;
    width: 100%;
  }
  
  .ssat-search-filters button span {
    display: inline;
  }
  
  .ssat-search-filters button span::before {
    content: "Hide ";
  }
  
  .ssat-search-filters button.collapsed span::before {
    content: "Show ";
  }

  .ssat-search-results * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .ssat-search-results > ul > li {
    padding-bottom: 20px;
  }

  .ssat-search-results > table td,
  .ssat-search-results > table td.text-center,
  .ssat-search-results > table td:first-child,
  .ssat-search-results > table table th {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .ssat-search-results > table td:first-child table {
    display: none;
  }

  .ssat-search-results tr:not(:first-child) table {
    margin-top: 0;
  }

  .ssat-search-results > table table thead {
    display: none;
  }

  .ssat-search-results > table table tbody {
    display: inline-block;
    width: 100%;
  }

  .ssat-search-results > table table tbody tr {
    display: block;
  }

  .ssat-search-results > table tr + tr h4 {
    margin-top: 30px;
  }

  .ssat-search-results > table table tbody tr:nth-child(even) {
    background-color: #fafafa;
  }

  .ssat-search-results > table table tbody tr td:last-child {
    border-bottom-style: solid;
  }

  .ssat-search-results > table table tbody td {
    padding: 5px 0!important;
  }

  .ssat-search-results > table table tbody td::before {
    content: attr(data-label);
    width: 40%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.2;
    font-size: .9em;
  }

  .ssat-search-results .modal dt {
    float: none;
  }

  .ssat-search-results .modal dt:not(:first-child) {
    padding-top: 10px;
  }

  .ssat-search-results .modal .dl-alternative dd {
    text-align: left;
  }

  .ssat-search-results .modal li > * {
    display: block;
  }
}

@media (min-width: 769px) {
  #filters-wrapper {
    height: auto;
  }
}
/* corePHP - Roberto - End */

/* Font in Select area on custom home module */

input, button, select, textarea {
    font-family: "museo_sans300",Helvetica,Arial,sans-serif;
}


/* ul.menu li a::before, ul.menu li .item::before, ul.menu li .separator::before, ul.menu li.active.current > a::before, ul.menu li.active.current > .item::before, ul.menu li.active.current > .separator::before, ul.menu li#current.active > a::before, ul.menu li#current.active > .item::before, ul.menu li#current.active > .separator::before {
  content: none;
  display: block;
} */

body.layout-mode-responsive h2, body.layout-mode-responsive .title {
  font-size: 23.8px;
  line-height: 33.8px;
}

body.layout-mode-responsive h3 {
  font-size: 21.2px;
  line-height: 30.8px;
}

body.layout-mode-responsive h4 {
  font-size: 18.2px;
  line-height: 28.6px;
}

/* Button styles */
.orange-button {
  background-color: #E56849;
  border: 0 none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 1.3em;
  padding: 15px 30px;
}

.jmoddiv.button-blue {
  background-color: #437A94;
  background-image: none;
  border: 0 none;
  border-radius: 50px;
  color: #fff !important;
  text-shadow: none;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  padding: 15px 30px;
}

.jmoddiv.button-blue:hover {
    background-color: #56B2CB;
}

.jmoddiv.button-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #bebebe !important;
  background-image: none;
  border: 0 none;
  border-radius: 50px;
  display: inline-block;
  font-family: inherit;
  font-size: 0.8em;
  /* font-weight: bold; */
  padding: 15px;
}

.jmoddiv.button-white:hover {
  color: #437A94;
}

.blue-outline-button {
  background-color: #fff;
  color: #437A94;
  border: 1px solid #437A94 !important;
  background-image: none;
  border: 0 none;
  border-radius: 50px;
  display: inline-block;
  font-family: inherit;
  font-size: 0.8em;
  padding: 2px 15px;
}

.gray-button {
  background-color: #6D6E71;
  border: 0 none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  /* font-size: 1.8em; */
  padding: 15px 30px;
}

/* Utility Line Height */

.less-line-height {
  line-height: 20px !important;
}

/* Box1 Link Colour */

.box1 a:not(.readon) {
    color: #ffffff !important;
    text-decoration: underline;
}

#rt-maintop a {
    color: #437A94;
}


#skiptocontent {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px 10px;
}

#skiptocontent:focus {
    opacity: 1;
    box-shadow: 0 0 5px rgba(67, 122, 148, 0.45);
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


.btn-info {
    background: #437a94;
    border-color: #437a94;
    text-shadow: none;
}

.btn-warning {
  background-color: #E56849;
  border-color: #E56849;
  background-image: none;
  text-shadow: none;
}

.btn-outline {
  background: none;
  border-color: #437a94;
  text-shadow: none;
}


.ssat-search-filters legend {
    width: auto;
    background: none;
    color: #999 !important;
    padding: 20px 0 0 !important;
}


/* Table line height Sidebar B */

#rt-sidebar-b td {
  line-height: 18px;
}

.dl-horizontal dt{
    text-align:left;
}