
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0;
padding: 0;
border: 0; 
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
vertical-align: baseline;
list-style-type: none; -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
box-sizing: border-box;
}

html, body {-webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header,menu, nav, section {
	display: block;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body{background-color: #fff;}

body h1 {display: none;text-indent: -5000px;}

p, a, li, button{font-family: "proxima-nova",sans-serif; text-decoration: none;}

h1, h2, h3, h4, h5, h6{
font-family: "pragmatica", sans-serif;
font-weight: 400;
font-style: normal;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

img, object{
max-width:100%;
}

img.objectfit{
  object-fit: contain;
  width: 100%;
}

img.vertical{
vertical-align: top;
display: block;
}


.jw-state-idle .jw-controls{
background-color:rgba(255,255,255,0) !important;
}

/* JW Icon PLAYBACK */
.jw-state-idle .jw-svg-icon-play path {
	display: none;
}

.jw-state-idle .jw-svg-icon-play {
	background-image: url("../images/buttons/Video-Play.svg");
	background-size: contain; 
	background-repeat: no-repeat;
}

.jw-state-idle .jw-display-icon-container:hover .jw-svg-icon-play {
	background-image: url("../images/buttons/Video-Hover.svg"); 
}

.jw-state-idle .jw-controls{
background-color: transparent !important;
}
.jw-controls-backdrop{
background: none !important;
}
.jw-state-complete .jw-controls{
background-color: transparent !important;
}
/* Fade of background images */

.fade-bg {
    position: relative;
    opacity: 0;
}

.fade-bg.fade-bg--visible {
    transition: opacity .5s ease-in;
    opacity: 1;
}

.common-background{
background-position:top left;
background-size: cover;
 -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
 -o-animation: fadein 1s; /* Opera < 12.1 */
 animation: fadein 1s;
}


/* Fade of background images using older version */
.fade{
 -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
 -o-animation: fadein 1s; /* Opera < 12.1 */
 animation: fadein 1s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.clear {
clear: both;
}


img a {
	border:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.aligncenter{
	text-align:center;
}

.alignright{
	text-align:right;
}

.spacer1{
	clear:both;
	height:25px;
}

.spacer2{
	clear:both;
	height:50px;
}

.spacer3{
	clear:both;
	height: 60px!important;
} 

.spacer3.hide{
	clear:both;
	height: 0px!important;
}
sup{
vertical-align: 20%;
line-height: 25px;
font-size: 12px;
padding: 0px 0px 0px 0px;
}
sup.med{
vertical-align: 30%;
line-height: 25px;
font-size: 14px;
padding: 0px 0px 0px 0px;
}
sup.header{
vertical-align: 45%;
}
sup.tiny{
font-size: 10px;
vertical-align: 20%;
padding-left:2px;
}

sup.smaller{
vertical-align: 40%;
}

.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

img.shadowed { 
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.9));
    filter:         drop-shadow(8px 8px 8px rgba(0,0,0,0.9)); 
}

.dropshadow{
-moz-box-shadow: 5px 5px 10px rgba(0, 0,0,0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}


.shadow {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

img.shadow{
 -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4)); 
}




.textshadow{text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);}
.grey{background-color: #808690!important;}
.blue{background-color: #1C3852!important;}
.darkerblue{background-color: #183148!important;}
.bluegrey{background-color: #5B6471!important;}
.white{background-color: #fff!important;}
.lightgrey{background-color: #E7E7E6!important;}

.txt-white{	color: #e6e6e6!important;}
.txt-blue{	color: #183148!important;}
.txt-bluegrey{	color: #5B6471!important;}
.txt-yellow {	color: #ff9c00!important;}
.txt-yellowlight {	color: #efcd97!important;}

.txt-18 {	font-size: 18px;}

.map-marker {
	color: #ff9c00;
	font-size: 19px;
	vertical-align: 10%;
}
.mt-0 {	margin-top: 0px!important;}
.mt-10 {	margin-top: 10px!important;}
.mt-20 {	margin-top: 20px!important;}
.mt-30 {	margin-top: 30px!important;}

.mb-0 {	margin-bottom: 0px!important;}
.mb-10 {	margin-bottom: 10px!important;}
.mb-20 {	margin-bottom: 20px!important;}
.mb-80 {	margin-bottom: 80px!important;}

.pt-0 { padding-top: 0!important;}
.pt-5 { padding-top: 5px!important;}
.pt-15 { padding-top: 15px!important;}
.pt-20 { padding-top: 20px!important;}
.pt-30 { padding-top: 30px!important;}
.pb-0 { padding-bottom: 0px!important;}
.pb-10 { padding-bottom: 10px!important;}
.pb-20 { padding-bottom: 20px!important;}
.pb-30 { padding-bottom: 30px!important;}

.p-0 { padding: 0!important;}
.p-10 { padding: 10px!important;}
.p-30 { padding: 30px!important;}
.p-50 { padding: 50px!important;}

.pr-10 { padding-right: 10px!important;}
.pr-30 { padding-right: 30px!important;}

.pl-0 {	padding-left: 30px!important;}
.pl-10 { padding-left: 10px!important;}
.pl-30 { padding-left: 30px!important;}
.pl-35 { padding-left: 35px!important;}
.pl-40 { padding-left: 40px!important;}

.prl-200 {padding: 0px 200px 0 200px;}

.bold {	font-weight: 600!important;}
.light{ font-weight: 100!important;}
.italic {font-style: italic!important;}

p{
font-style: normal;
font-weight: 400;
font-size:16px;
line-height:25px;
color:#50545a;
padding-bottom: 15px;
}
p.sm{
font-style: normal;
font-weight: 400;
font-size:17px;
line-height:25px;
padding-bottom: 15px;
}

p span{
color:#1e3443;
font-weight: 500;
line-height:22px;
padding-bottom: 0px !important;
margin: 0;
}

p.copywrite, p span.light{
font-weight: 300 !important;
font-size:14px !important;
line-height:20px;
color:#D6D6D6 !important;
padding-top: 25px;
}

p.less{
line-height:23px!important;
}


p.whitecopy, li.whitecopy, h4.whitecopy{
color: #E6E6E6 !important;
}

p.italic{
font-style: italic;
}

p.aligncenter{
text-align: center;
}

p.small{
font-size:15px;
line-height:23px;
}

p.caption{
font-size:16px;
line-height:21px;
padding:2% 5% 2% 10%;
}

p.captionsmall{
font-style: italic;
font-size:14px;
line-height:19px;
padding:15px 25px 25px 25px;
}

p.bold{
	font-weight: 600;
	letter-spacing: .8px;
}

p.accent{
	padding-left: 19px;
}
p.accent a:link, p.accent a:active, p.accent a:visited{
	color:#fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
p.accent a:hover{
	color:#4aaa51;
}

.locations p, .locations p a:link, .locations p  a:active, .locations p a:visited  {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 10px;
	color:#fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.locations p a:hover{
color:#EFCD97;
text-decoration: none;
-webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

a:link, a:active, a:visited{
font-size:16px;
color:#50545a;
-webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  text-decoration: underline;
	cursor: pointer;
}

a:hover{
color:#0074c2;
text-decoration: none;
-webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

a.whiteurl{
color:#E6E6E6!important;
}


a.yellow{
color:#E6E6E6;
text-decoration: underline;
}

a.yellow:hover{
color:#EFCD97;
text-decoration: none;
}

a.bold{
font-weight: 600;
}


a.phone, a.phone:hover{
text-decoration: none !important;
color:#fff !important;
cursor: default !important;
}

a.phone2, a.phone2:hover{
text-decoration: none !important;
color:#E6E6E6 !important;
cursor: default !important;
}

a.phone3, a.phone3:hover{
text-decoration: none !important;
color:#50545a !important;
cursor: default !important;
}

a.email{
text-decoration: none !important;
color:#E6E6E6!important;
}

a.email:hover{
color: #EFCD97 !important;
}


/* Background Video Styles */

/* video overlay 
.full-screen-video-container:before {
    content: '';
    position: absolute;
 width: auto;
  height: auto;
    background: rgba(255,9,9,0.9);
    z-index: 1;
}*/

.full-screen-video-container{
  position: relative;
  height: auto;
  width: 100vw;
  max-width:100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.full-screen-video-container video{
  z-index: -2;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-screen-video-content {
  background-color: white;
  color: #333;
  padding: 20px;
  font-size: 70px;
  font-weight: bold;
  margin-top: 100px;
}
/* End Background Video Styles */


.headerwrapper {
width: 100%;
padding-bottom:3px;

}

.headerwrapper-midsouth {
width: 100%;
padding-bottom:3px;
}

.navbar-midsouth{
width: 100%;
}

header {
width: 100%;
}

.logo{
display: block;
width:45%;
margin:0 10px 0 50px;
padding:20px 0 0 0;/* 50px 0 0 0  */
float:none;
}

.logo-midsouth{
display: block;
width: 225px;
padding: 10px 0 0 20px;
float:left;
}

#navbar{
	position: relative;
}/* remove For sticky Header */


.nav {
width:100%;
position: relative;
clear: both;
margin:25px 0 25px 0; 
}

.nav.tier2{
margin:25px 0 0 0; 
}

 .nav h2{
display: none;
text-indent: -5000px;
}


.wrapper-mid-southperma {
width: 100%;
margin-left: auto;
margin-right: auto;
 /*height: 125px!important;*/
}


.wrapper {
width: 100%;/*Holding OuterMost 1400px*/
margin-left: auto;
margin-right: auto;
}

.content{
clear:both;
width:	80%;
}


/*--- global back to top button -----*/

#topBtn {
  display: none;
  position: fixed; 
  bottom: 40px;
  right: 20px;
  z-index: 99; /* Make sure it does not overlap */
  background-color: rgba(51, 58, 75, 0.5); 
  cursor: pointer; 
  padding-top: 8px; 
	width: 40px;
  height: 40px;
  border-radius: 50%; 
	border: none;
  outline: none;
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#topBtn:before {
	content: "\2303";
  position:relative;
	color: #f0f0f0;
	font-size: 20px;
}
#topBtn:hover {
  background-color: #ff9c00; 
}
/*--- end global back to top button -----*/

.tagline{
font-family: "proxima-nova",sans-serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 23px;
color: #5b6471;
width:100%;
text-align: center;
}

.footerwrapper{
clear:both;
width:100%;
padding-top:50px;
padding-bottom:25px;
background-color: #5B6471;
}

footer{
width: 86.97916666666666%;  /*668x ÷ 768px*/
margin-left:  6.510416666666667%;
margin-right:  6.510416666666667%;
}

footer p{
font-size:16px;
line-height:21px;/*25px ÷ 16px*/
color:#fff;
}

.footercolumn1{
	clear:both;
	float:none;
	margin-left:0px;
padding:0px 0px 25px 0px !important;
 text-align: center;
}

.footercolumn1.rightcol{
margin-left:0px;
}

.footercolumn2{

	clear:both;
	float:none;
 	margin-right:0px;
}


.footercolumn1 ul li a:link, .footercolumn1 ul li a:visited, .footercolumn1 ul li a:active{
text-align: center;
font-size:16px;
line-height:23px;
padding:0px 0px 8px 0px !important;
color:#fff;
text-decoration: none;
}

.footercolumn1 ul li a:hover{
 color: #f6a11d;
} 


.footercolumn2 ul li{
 width:100%;
 margin-right:0px;
}


.footercolumn2 ul li a:link, .footercolumn2 ul li a:visited, .footercolumn2 ul li a:active{
	display:block;
	margin-top:15px;
	background-color:#aaaab3;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
font-size:16px;/*16*/
color:#fff;
text-decoration:none;
-webkit-border-radius: 12px; 
-moz-border-radius: 12px; 
border-radius: 12px; 
}


.footercolumn2 ul li a:hover, .footercolumn2 ul li a:focus{
	color:#fff;
	background-color:#727A87;
}
.address a:link, .address a:visited, .address a:active, .address a:link, .address a:hover .address a:focus {
font-size:16px;
line-height:25px;
}

.social{
display: block;
float:none;
margin-right:0;
margin-left: 0;
text-align: center;
}

.social a:link, .social a:visited, .social a:active{
color:#fff;
display: inline-block;
padding-left:10px;
padding-bottom: 25px;
}
.breadcrumbs.videos ul{
	display:block;
	padding:5px 25px 5px 0px
} 
.breadcrumbs ul{
display:block;
padding:5px 25px 5px 50px
}

.breadcrumbs ul li{
display:inline-block;
font-style: normal;
font-weight: 500;
font-size:16px;/*14px ÷ 16px*/
color:#1F2C40;
margin-right:8px;
}

.breadcrumbs li.current{
color:#C97809;
}

.breadcrumbs ul li.whitecopy, .breadcrumbs ul li.whitecopy a:link, .breadcrumbs ul li.whitecopy a:visited, .breadcrumbs ul li.whitecopy a:visited  {
color:#BBC0C7;
}

.breadcrumbs ul li a:link, .breadcrumbs ul li a:visited, .breadcrumbs ul li a:visited{
font-style: normal;
font-weight: 400;
font-size:16px !important;
color:#1F2C40;
text-decoration:none;
}

.breadcrumbs ul li a:hover, .breadcrumbs ul li.white a:hover, .breadcrumbs ul li a:focus {
color:#C97809 !important;
}

.social a:focus, .social a:hover{
color:#f6a11d;
}

@media screen and (min-width:500px){

.logo{width:225px;}

.logo-midsouth {width:225px;}
}

@media screen and (min-width: 768px){
.spacer3.hide{
	clear:both;
	height:60px!important;
}
	
.spacer3{
	clear:both;
	height: 60px!important;
} 

	
sup.header{
vertical-align: 95%;
}


.social{
float:right;
margin-right:15px;
}

.social a:link, .social a:visited, .social a:active{
color:#fff;
display: inline-block;
padding-left:10px;
padding-bottom: 25px;
}

.social a:hover{
color:#f6a11d;
}

.footerwrapper{
clear:both;
width:100%;
padding-top:50px;
padding-bottom:25px;
background-color: #5B6471;
}

footer{
clear:both;
width: 100%;
margin-left: auto;
margin-right: auto;	
}

footer p{
font-style: normal;
font-weight: 400;
font-size:17px;
line-height:23px;
padding-bottom:25px;
}

footer a{
font-style: normal;
font-weight: 400;
font-size:17px;
line-height:23px;
}

.footercolumn1{
margin-left:50px;
text-align: left;
}

.footercolumn1.rightcol{
margin-left:125px;
}

.footercolumn1 ul li a:link, .footercolumn1 ul li a:visited, .footercolumn1 ul li a:active{
display: block;
font-size:17px;
line-height:23px;
text-decoration:none;
padding:0px 0px 8px 0px;
color:#fff;
text-align: left;
}

.footercolumn1 ul li a:hover{
 color: #f6a11d;
} 


.footercolumn2{
float:right;
margin-right:50px;
}

.footercolumn2 ul{
margin-right: 15px;
}

.footercolumn2 ul li a:link, .footercolumn2 ul li a:visited, .footercolumn2 ul li a:active{
text-align:right;
font-size:16px;
line-height:19px;
color:#fff;
text-decoration:none;
	background-color:transparent;
 margin-top:0px;
 	padding-top:0px;
	padding-bottom:15px;
}

.footercolumn2 ul li a:hover{
 color: #f6a11d;
}

.address a:link, .address a:visited, .address a:active, .address a:link, .address a:hover {
font-size:18px;
line-height:23px;
color:#fff;
cursor:default;
text-decoration:none;
}

}

@media screen and (min-width: 1085px){

sup{
vertical-align: 50%;
line-height: 25px;
font-size: 14px;
padding: 0px 0px 0px 0px;
}

sup.small{
vertical-align: 20%;
font-size: 12px;
padding: 0px 0px 0px 1px;
}
sup.med{
vertical-align: 30%;
line-height: 25px;
font-size: 14px;
padding: 0px 0px 0px 0px;
}

#navbar{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}/* For sticky Header */


.nav {
width:100%;
position: relative;
clear: both;
margin:25px 0 25px 0; 
}

.nav.tier2{
margin:25px 0 0 0 !important; 
}

.container{
position: relative;
	width:100%;
 height: 125px;/* 150px */
 z-index: -1;
}

.navbar-fixed-top{
  -webkit-transition: all 0.5s ease;  
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.navbar-fixed-top.scrolled{
  background-color: #1C3852;
  transition: background-color 200ms linear;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 7px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 7px 15px 0px rgba(0, 0, 0, 0.3);
border-bottom: 1px solid #182a3c;
}

.logo {float:left;}
.logo-midsouth {float:left;}
	
	
p{
font-size:18px;
line-height:30px;
padding-bottom: 15px;
}
p.sm{
font-size:17px;
line-height:28px;
padding-bottom: 15px;
}
p.less{
line-height:24px;
}
p.address{
font-size:18px;
line-height:24px;
padding-bottom: 15px;
}
.boxes p, .locations p{
font-size: 16px;
line-height: 23px;
padding-bottom: 10px;
}

a:link, a:active, a:visited{
font-size:18px;
}

.boxes a:link, .boxes a:active, .boxes a:visited, 
.locations a:link, .locations a:active, .locations a:visited{
	font-size: 16px;
}

/* Background Video Styles */
.full-screen-video-container{
  position: relative;
  height: 800px;
  width: 100vw;
  max-width:100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
width: 100%;/*Holding OuterMost 1400px*/
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}

.wrapper-mid-southperma {
width: 100%;
max-width: 1400px;
}

.tagline{
font-size: 25px;
line-height: 23px;
}

}

@media screen and (min-width: 1200px){

.container{
position: relative;
	width:100%;
 height: 125px !important;/* 150px */
 z-index: -1;
}

.nav {
float:right;
width:72%;/*1400px*/
margin:70px 0 0 0; 
text-align:center;
clear: none;
}

.nav.tier2{
margin:70px 0 0 0 !important; 
}

}


