/*-------------------------------------------------------------
                    GLOBAL STYLES
---------------------------------------------------------------*/


b, strong {
	font-weight: 400;
}


body,html {
	height: 100%;
	width: 100%;
}

body {
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: 300;
  font-size: 16px;
  text-rendering: optimizelegibility;
  color: #333333;
}




iframe[name="google_conversion_frame"] {
  display: none;
}

.body {
	position: relative;
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 36px;
  margin: 0 0 10px;
}
h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

a {
  color: #03cec7;
}
a:hover, a:focus {
  color: #6CF7E4;
  text-decoration: none;
}
p a {text-decoration: underline}
p a:hover {text-decoration: none}
p {
  margin: 20px 0;
}

img {max-width: 100%}

.no-padding {
	padding: 0 !important;
}


.space10 {margin-bottom: 10px;}
.space15 {margin-bottom: 15px;}
.space20 {margin-bottom: 20px;}
.space25 {margin-bottom: 25px;}
.space30 {margin-bottom: 30px;}
.space35 {margin-bottom: 35px;}
.space40 {margin-bottom: 40px;}
.space50 {margin-bottom: 50px;}
.space60 {margin-bottom: 60px;}
.space70 {margin-bottom: 70px;}
.space80 {margin-bottom: 80px;}
.space90 {margin-bottom: 90px;}
.space100 {margin-bottom: 100px;}

.spaceup10 {margin-top: 10px;}
.spaceup15 {margin-top: 15px;}
.spaceup20 {margin-top: 20px;}
.spaceup25 {margin-top: 25px;}
.spaceup30 {margin-top: 30px;}
.spaceup35 {margin-top: 35px;}
.spaceup40 {margin-top: 40px;}
.spaceup50 {margin-top: 50px;}
.spaceup60 {margin-top: 60px;}
.spaceup70 {margin-top: 70px;}
.spaceup80 {margin-top: 80px;}
.spaceup90 {margin-top: 90px;}
.spaceup100 {margin-top: 100px;}











/*-------------------------------------------------------------
                    HEADER STYLES
---------------------------------------------------------------*/


header {

}

.navbar-default {
  background-color: rgba(6, 154, 190, 0.9);
  border: medium none;
  margin-bottom: 0;
  min-height: auto;
  padding: 0;
}

.navbar-brand {

}

.navbar-default .navbar-nav > li > a {
	border: 0 none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 20px;
	padding-left: 13px;
	padding-top: 20px;
	padding-right: 13px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #004761;
	background-color: #6CF7E4;

}
.navbar-default .navbar-nav > li:hover > a {
	background-color: #6CF7E4;
	color: #004761;
}

.nav > li > a {
  display: block;
  padding: 0 20px 0 0;
  position: relative;
}
.navbar-collapse {
  padding: 0;
}

/* Hide secondary sub menus */
.nav li ul.sub li ul.sub {
  display: none !important;
}

.topnav-pages {
	background: #fff !important;
}


#menu li ul.sub {
  background: #03cec7 none repeat scroll 0 0;
  display: none;
  font-size: 20px;
  font-weight: 400;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  width: 340px;
  z-index: 101;
}


#menu li:hover ul.sub {
  display: block;
}
#menu li ul.sub a {
  color: #2a4a61;
  display: block;
  line-height: 1.2em;
  padding: 12px 14px;
}
#menu li ul.sub a:before{
  display: none;
}
#menu ul.sub li {
  line-height: 26px;
}
#menu li ul.sub a:hover {background-color: #6CF7E4}

.submenu-parent {
  position: relative;
}

.submenu-parent span {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.active .submenu-parent span { transform: rotate(180deg); }

@media only screen and (max-width: 993px) {
  .sub {
    height: 0;
  }

  .active > .sub {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    width: auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: auto;
  }

  .sub a {
    font-size: 16px !important;
    padding: 8px 14px !important;
  }

  .sub a span {
    display: none;
  }
}

.mob-header, .mob-logo {
  display: none;
}
.mob-logo {
  visibility: hidden;
}

.section-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


/*-------------------------------------------------------------
                   FOOTER STYLES
---------------------------------------------------------------*/

.social {
  padding: 0 0 0 67px;
}

.social li {
  float: left;
  list-style: none outside none;
  margin: 0 7px;
}

footer {
  background: #0a949a none repeat scroll 0 0;
  color: #fff;
  padding: 35px 0;
  margin-top: 30px;
  position: relative;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer p a {
}

footer p a:hover {
	text-decoration: underline;
}
footer a {

}

footer a:hover {
	text-decoration: underline;
}
.standardlinks {
  font-weight: 400;
}

.standardlinks ul {
  list-style: outside none none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}

.standardlinks ul li {
  display: inline-block;
  margin-right: 20px;
}



/* ---- Social Media Icons ---- */

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0 0 10px; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    -webkit-border-radius: 59px;
    -moz-border-radius: 59px;
    border-radius: 59px;
    margin-right: 15px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'\e049';
}

.soc-facebook:hover {
    background-color: #526fac;
}
.soc-twitter:hover {
    background-color: #61bbf2;
}
.soc-linkedin:hover {
    background-color: #4785cb;
}
.share-text {
	font-weight: 700;
	font-size: 18px;
	color: #069ABE;
	margin: 10px 0;
	display: inline-block;
}



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* ---------------- Bhatt Murphy ----------------- */

.lblue {color: #6CF7E4}

.home-setting {
  background: #004761 none repeat scroll 0 0;
  color: #fff;
}
.blue-line {
  border-bottom: 1px solid rgba(6, 154, 190, 1);
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blue-line2 {
  border-bottom: 1px solid #03cec7;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blue-line3 {
  background: rgba(6, 154, 190, 1) none repeat scroll 0 0;
  height: 1px;
  margin-bottom: 25px;
}
.blue-line4 {
  background: rgba(6, 154, 190, 1) none repeat scroll 0 0;
  height: 1px;
}

.hp-feat img, .page-feat img {
  width: 100%;
}
.call {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}
header {
  margin-top: -60px;
  position: absolute;
  width: 100%;
  z-index: 4500;
}

.hp-banner-wrap {
  min-height: 450px;
  position: relative;
}

.hp-body-wrap {
  margin-top: 60px;
}
.logo-place {
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 4100;
}

.logo {
  font-size: 57px;
  white-space: nowrap;
}
.strap {
  font-size: 30px;
  font-weight: 300;
}
.logo-place a .strap, .logo-place a .logo {
  color: #fff;
}
.hp-intro-txt > p {
  font-size: 22px;
}
.hp-intro-pt2 > p {
  font-size: 18px;
  margin-top: 0;
}
.hp-intro-pt2 > ul {
  font-size: 22px;
  font-weight: 700;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.hp-intro-pt2 ul li a {
  background: #03cec7 none repeat scroll 0 0;
  color: #004761;
  display: inline-block;
  margin: 3px 0;
  padding: 5px 10px;
}
.hp-intro-pt2 ul li a:hover {
  background: #6CF7E4 none repeat scroll 0 0;
}
.hp-feat h3 {
  color: #6cf7e4;
}
a .hp-feat p {
  color: #fff;
}
a .page-feat p {
  color: #004761;
}
.re-tl-holder a h3 {
  color: #004761;
}
.re-tl-holder a p {
  color: #004761;
}

.page-header-bg {
  background-position: center center;
  background-size: cover;
  height: 320px;
}
.page-header-bg::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.sp-banner-wrap {
  color: #fff;
  min-height: 320px;
  position: relative;
}

.page-header-base {
  background: #6cf7e4 none repeat scroll 0 0;
  height: 10px;
  width: 100%;
}
.page-wrap {
  color: #004761;
  padding-bottom: 50px;
}
.bodytext p, .bodytext ul, .bodytext ol {
  font-size: 18px;
}
.pre-footer {
  color: #03cec7;
  margin-bottom: 50px;
}
.page-feat h3 {
  color: #069ABE;
}
.page-feat a {font-weight: 400}
.page-wrap a {color: #069ABE;}

.overlist {
  margin-bottom: 40px;
  min-height: 260px;
}
.secttitle {
  font-size: 22px;
}
.readmore {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}


.person-holder {
  background-blend-mode: multiply;
  background-color: white;
  background-size: cover;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.person-holder:hover {background-color: #069ABE;}
.the-name {
  bottom: 5px;
  color: #fff;
  display: none;
  font-size: 22px;
  font-weight: 700;
  left: 10px;
  position: absolute;
  vertical-align: bottom;
}
.person-holder a {
	display: block;
	height: 100%;
	line-height: 1.4em;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;

}
.person-holder a:hover {background: rgba(0,71,97,0.5)}
.person-holder a:hover .the-name{display: block;}

.inapage .person-holder {
  height: 78px;
  margin-bottom: 15px;
}

.page-wrap.none-page {padding: 60px 0}

.story1 dt {
  font-size: 40px;
  line-height: 1.25em;
  margin-bottom: 5px;
}
.story1 dd {
  color: #069abe;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.story1 dd a {
  color: #004761;
}
.story1 dl {
  margin: 0;
}
.story2 .col-md-5.col-md-offset-1:nth-child(1) {
  border-right: 1px solid rgba(6, 154, 190, 1);
}
.story2 dt {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.story2 dd {
  font-size: 18px;
  margin-bottom: 10px;
}
.story2 dd a {
  font-weight: 700;
}
.story3 dt {
  font-size: 18px;
}

.ban-over {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  height: 450px;
  position: absolute;
  top: 0;
  width: 100%;
}
.rslides li {background-position: center center; background-size: cover;}

.page-wrap h1.pre-header {
  margin-bottom: 0;
}
.page-wrap .pre-header + h1 {
  font-weight: 700;
}

.map-wrap {
  border-bottom: 1px solid #0a949a;
  border-top: 1px solid #0a949a;
  margin-bottom: 50px;
}

.listingimage {
  margin-bottom: 10px;
}
.thumblink img {
  width: 100%;
}
.re-tl-holder .min-tl {
  height: 70px;
  margin-bottom: 40px;
  position: relative;
}
.re-tl-holder {
  margin-top: 20px;
}
.form-wrap {
  background: #004761 none repeat scroll 0 0;
  color: #fff;
  margin: 40px 0 0;
  padding: 40px 0;
}
.formholder span {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.formholder label {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.formholder #captcha {
  margin-top: 30px;
}
.formholder input {
  border: 0 none;
  color: #333;
  font-family: Roboto Condensed;
  font-size: 18px;
  padding: 3px 5px;
  width: 300px;
}
.formholder textarea {
  border: 0 none;
  color: #333;
  font-family: Roboto Condensed;
  font-size: 18px;
  padding: 3px 5px;
  width: 500px;
}
.formholder input.submitbutton {
  background: #0a949a none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
  text-transform: uppercase;
  width: 150px;
}
.formholder select {
  color: #333;
  font-size: 18px;
  padding: 3px 5px;
  width: 300px;
}
.formholder span.errorhighlight {
  display: inline;
}
.errorlist {
  color: #6cf7e4;
  font-size: 18px;
  margin-bottom: 30px;
}
.formholder span.oops {
  color: #6cf7e4;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}




/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


.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;
  min-height: 450px;
  padding-top: 300px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
    outline: medium none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
  bottom: 100px;
  left: 50%;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0px);
  z-index: 4000;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 1px solid #9decf7;
  border-radius: 15px;
  box-shadow: none;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
  background: rgba(157, 236, 247, 1) none repeat scroll 0 0;
}




.images li{
    position: relative
}

.crumb {
  font-size: 16px;
  margin-bottom: 35px;
  padding: 10px 0;
}
.crumb a {
  color: #069abe;
}

.images ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.images img {
  min-width: 100%;
}

.page-wrap h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}

.page-wrap h2{
    font-size: 32px;
}
.leadp {
  font-size: 22px;
  line-height: 1.35em;
  margin-top: 0;
  font-weight: 700;
}

.greyone {
  border-bottom: 1px solid #069abe;
  color: #06789b;
  font-size: 22px;
  margin-bottom: 30px;
  padding: 15px 0 30px;
}

.filesupport h4, .linksholder h4, .related h4, .short-events h4 {
    font-size: 24px;
}
.files ul, .related ul {
  font-size: 18px;
  font-weight: 400;
  list-style: outside none none;
  padding: 0;
}
.files li, .related li {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 7px 0;
}
.filesupport {
    margin-bottom: 30px;
}

.below-page-wrap {
    background: #eeeeee;
    padding: 40px 0;
}

.related {
  padding: 10px 0;
}

.filesupport h4::before {
  content: "\f019";
  display: inline;
  font-family: fontawesome;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}


.linksholder h4::before {
  content: "\f0c1";
  display: inline;
  font-family: fontawesome;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}


.gutter {
  border-top: 1px solid #e0e0e0;
  color: #6f6f6f;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 10px;
}

section.cd-horizontal-timeline {
  border-bottom: 1px solid rgba(6, 154, 190, 1);
  margin-bottom: 60px;
}

.timeline-rhs .greyone {
  color: #06789b;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px 0;
}

.min-tl {
  height: 120px;
  position: relative;
}
.mini-tl-line {
  background: #000 none repeat scroll 0 0;
  height: 15px;
  position: absolute;
  top: 47%;
  transform: translate(0px, 50%);
  width: 100%;
}
.tl-point {
  background: #000 none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  height: 65px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -33%);
  width: 65px;
}
.tl-point::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  content: "";
  height: 34px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 34px;
}
.min-tl .tl-point:nth-child(4) {
  left: -3px;
}
.min-tl .tl-point:nth-child(2) {
  left: 43%;
}
.min-tl .tl-point:nth-child(3) {
  right: -3px;
}
.more-timelines h4 {
  font-size: 22px;
}
.more-timelines .rels a {
  font-size: 22px;
  font-weight: 300;
}

.tl-link-link {
  display: inline-block;
  width: 100%;
}
.tl-link-link > span {
  display: block;
  margin-right: 20px;
  padding-top: 0px;
  vertical-align: top;
}
.more-timelines .min-tl {
  display: inline-block;
  height: 40px;
  width: 100%;
}
.more-timelines .mini-tl-line {
  height: 10px;
  top: 44%;
}
.more-timelines .tl-point {
  height: 41px;
  top: 49%;
  width: 41px;
}
.more-timelines .tl-point::after {
  height: 23px;
  left: 9px;
  top: 9px;
  width: 23px;
}

.images {
  margin-bottom: 20px;
}


/* Jade */

.bm-jade > .mini-tl-line {
  background-color: #37adc5;
}
.bm-jade > .tl-point {
  background: #37adc5 none repeat scroll 0 0;
}
.secttitle .bm-jade {
  color: #37adc5;
}
.bm-jade .tl-event::before {
  background-color: #37adc5;
}
.bm-jade .theline::before {
  border-left: 13px solid #37adc5;
}


/* blue */

.bm-blue > .mini-tl-line {
  background-color: #5699ff;
}
.bm-blue > .tl-point {
  background: #5699ff none repeat scroll 0 0;
}
.secttitle .bm-blue {
  color: #5699ff;
}
.bm-blue .tl-event::before {
  background-color: #5699ff;
}
.bm-blue .theline::before {
  border-left: 13px solid #5699ff;
}


/* mauve */

.bm-mauve > .mini-tl-line {
  background-color: #bd93ff;
}
.bm-mauve > .tl-point {
  background: #bd93ff none repeat scroll 0 0;
}
.secttitle .bm-mauve {
  color: #bd93ff;
}
.bm-mauve .tl-event::before {
  background-color: #bd93ff;
}
.bm-mauve .theline::before {
  border-left: 13px solid #bd93ff;
}

/* pink */

.bm-pink > .mini-tl-line {
  background-color: #ff8fb0;
}
.bm-pink > .tl-point {
  background: #ff8fb0 none repeat scroll 0 0;
}
.secttitle .bm-pink {
  color: #ff8fb0;
}
.bm-pink .tl-event::before {
  background-color: #ff8fb0;
}
.bm-pink .theline::before {
  border-left: 13px solid #ff8fb0;
}

/* orange */

.bm-orange > .mini-tl-line {
  background-color: #ffaa2f;
}
.bm-orange > .tl-point {
  background: #ffaa2f none repeat scroll 0 0;
}
.secttitle .bm-orange {
  color: #ffaa2f;
}
.bm-orange .tl-event::before {
  background-color: #ffaa2f;
}
.bm-orange .theline::before {
  border-left: 13px solid #ffaa2f;
}

/* mustard */

.bm-mustard > .mini-tl-line {
  background-color: #e5cd38;
}
.bm-mustard > .tl-point {
  background: #e5cd38 none repeat scroll 0 0;
}
.secttitle .bm-mustard {
  color: #e5cd38;
}
.bm-mustard .tl-event::before {
  background-color: #e5cd38;
}
.bm-mustard .theline::before {
  border-left: 13px solid #e5cd38;
}


/* lime */

.bm-lime > .mini-tl-line {
  background-color: #92dc53;
}
.bm-lime > .tl-point {
  background: #92dc53 none repeat scroll 0 0;
}
.secttitle .bm-lime {
  color: #92dc53;
}
.bm-lime .tl-event::before {
  background-color: #92dc53;
}
.bm-lime .theline::before {
  border-left: 13px solid #92dc53;
}


/* emerald */

.bm-emerald > .mini-tl-line {
  background-color: #32c98d;
}
.bm-emerald > .tl-point {
  background: #32c98d none repeat scroll 0 0;
}
.secttitle .bm-emerald {
  color: #32c98d;
}
.bm-emerald .tl-event::before {
  background-color: #32c98d;
}
.bm-emerald .theline::before {
  border-left: 13px solid #32c98d;
}


/* New timeline */

.theline {
  padding-bottom: 1px;
  position: relative;
}
.theline::before {
  content: "";
  height: 100%;
  left: -21px;
  position: absolute;
  top: 2px;
}
.tl-event::before {
  border-radius: 30px;
  content: "";
  height: 61px;
  left: -31px;
  position: absolute;
  width: 61px;
}
.tl-event {
  padding-left: 60px;
}
.tl-event::after {
  background: #fff none repeat scroll 0 0;
  border: 0 solid;
  border-radius: 20px;
  content: "";
  height: 35px;
  left: -18px;
  position: absolute;
  top: 13px;
  width: 35px;
  z-index: 10;
}
.event-inner {
  border-bottom: 1px solid #e0e0e0;
}
.more-timelines .related {
  border-right: 0 solid #e0e0e0;
}
.more-timelines .files li, .more-timelines .related li {
  border-bottom: 0 dashed #e0e0e0;
}

.rels li.tl-link {
  padding-bottom: 20px;
}
.btt {
  display: block;
  margin-top: 5px;
  text-align: right;
}
.page-wrap .event-inner h2 {
  font-size: 24px;
}





/* Cookie Bar */

.cb-enable, .cb-policy {
  display: inline-block;
  margin: 0 5px;
}
#cookie-bar {
  background-color: #004761;
  color: #fff;
}









/******* MEDIA QUERIES *******/

/* #Tablet (Landscape)
================================================== */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

.rslides li {
  min-height: 450px;
  padding-top: 200px;
}
.hp-banner-wrap {
  min-height: 400px;
}
.logo-place {
  top: 40px;
}
.logo {
  font-size: 36px;
}
.strap {
  font-size: 24px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding: 20px 8px;
}
.hp-intro-txt > p {
  font-size: 18px;
}
.hp-intro-pt2 > ul {
  font-size: 18px;
}
.person-holder {

}

.the-name {
  font-size: 18px;
}
h3.leadp {
  font-size: 18px;
}
.bodytext p, .bodytext ul, .bodytext ol {
  font-size: 16px;
}
.inapage .person-holder {
  height: 61px;
}
#menu li ul.sub {
  font-size: 16px;
}
#menu li ul.sub a {
  padding: 8px 14px;
}

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
   .navbar-collapse.collapse.in {
	display: block !important;
	width: 100%;
}
    .collapsing {
        overflow: hidden!important;
    }

.navbar-default {
  background-color: rgba(6, 154, 190, 1);
}
#menu li:hover ul.sub {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  line-height: 43px;
  padding-bottom: 0;
  padding-left: 23px;
  padding-top: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #03cec7;
}
.navbar-toggle {
	margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
header {
	margin-top: -50px;
}

}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.rslides li {
  min-height: 450px;
  padding-top: 175px;
}
.logo-place {
  top: 50px;
}
.logo {
  font-size: 35px;
}
.strap {
  font-size: 24px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
}
#menu li ul.sub {
  font-size: 18px;
}
#menu li ul.sub a {
  padding: 8px 14px;
}
.hp-intro-txt > p {
  font-size: 18px;
}
.hp-banner-wrap {
  min-height: 450px;
}
.person-holder {

}
.the-name {
  font-size: 18px;
}
h3.leadp {
  font-size: 18px;
}
.bodytext p, .bodytext ul, .bodytext ol {
  font-size: 16px;
}
.inapage .person-holder {
  height: 42px;
}




}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.nav.navbar-nav {
  width: 100%;
}

.logo-place {
  top: 50px;
}
.logo {
  font-size: 28px;
}
.strap {
  font-size: 20px;
}
.rslides li {
  min-height: 500px;
  padding-top: 250px;
}
.rslides h2 {
  font-size: 18px;
}
.hp-banner-wrap {
  min-height: 500px;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
  bottom: 60px;
}
header {
  margin-top: -50px;
}
.navbar-default {
  background-color: rgba(6, 154, 190, 1);
}
#menu li:hover ul.sub {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  line-height: 43px;
  padding-bottom: 0;
  padding-left: 23px;
  padding-top: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #03cec7;
}
.navbar-toggle {
	margin-right: 0;
}
.hp-intro-txt > p {
  font-size: 16px;
}
.hp-intro-pt2 > p {
  font-size: 16px;
}
.hp-intro-pt2 > ul {
  font-size: 18px;
}
.hp-feat {
  margin-bottom: 40px;
}
.call {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
.sm-links .pull-right {
  float: none !important;
  margin: 20px 0 0;
  text-align: center;
}
.standardlinks ul li {
  display: block;
}
.page-feat {
  margin-bottom: 40px;
}
.bodytext p, .bodytext ul, .bodytext ol {
  font-size: 16px;
}
.mini-tl-line {
  background: #000 none repeat scroll 0 0;
  height: 12px;
  position: absolute;
  top: 43%;
  transform: translate(0px, 0%);
  width: 100%;
}
.tl-point {
  background: #000 none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  height: 57px;
  position: absolute;
  top: 40%;
  transform: translate(0px, -33%);
  width: 57px;
}
.tl-point::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  content: "";
  height: 31px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 31px;
}
.mini-tl-line {
  background: #000 none repeat scroll 0 0;
  height: 12px;
  position: absolute;
  top: 43%;
  transform: translate(0px, 0%);
  width: 100%;
}
.min-tl .tl-point:nth-child(2) {
  left: 41%;
}
.overlist.timelines {
  margin-bottom: 10px;
}
.min-tl {
  height: 95px;
  margin-bottom: 20px;
  position: relative;
}
.timeline ol, .timeline ul, .events-content ol, .events-content ul {
  list-style: outside none none;
  padding: 0;
}
.gutter {
  margin-bottom: 40px;
}
.more-timelines .min-tl {
  display: block;
  height: 60px;
  width: 100%;
}
.tl-link-link {
  display: block;
  margin-right: 20px;
  padding-top: 0px;
  vertical-align: top;
  width: 100%;
}
.more-timelines .mini-tl-line {
  height: 10px;
  top: 51%;
}
.cd-horizontal-timeline .events a {
  bottom: -11px !important;
}
.cd-horizontal-timeline .events a::after {
  height: 50px !important;
  width: 50px !important;
  border: 13px solid #dfdfdf !important;
}
.cd-horizontal-timeline .events {
  height: 13px !important;
  top: 45px !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.inapage .person-holder {
    height: 45px;
    margin-bottom: 15px;
}
.person-holder {

}
.the-name {
    font-size: 18px;
}

.formholder select, .formholder textarea, .formholder input {
  width: 100%;
}
.theline::before {
  left: 19px;
}
.theline {
  padding-left: 40px;
}
.tl-event.last-event {
  padding-left: 80px;
}
.tl-event.last-event::before {
  left: 11px;
}

.tl-event.last-event::after {
  left: 24px;
}
.rels li.tl-link {
  padding-bottom: 0px;
}
.overlist {
  min-height: auto;
}

}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}


/* FIve columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}