/* CSS Document */

html{
	position:relative;
	min-height:100%;
}
body{
	font-family: 'Lato', sans-serif !important;
	font-size:16px !important;
	background-color:#000 !important;
	/* Margin bottom by footer height */
 	padding-bottom:168px;
}
.container{
	width:1200px !important;
	max-width:none !important;
	padding:0px !important;
	position:relative;
}
header{
	position:relative;
	width:100%;
	height:133px;
}
img{
	border:0px;
}
p{
	margin:0px;
	padding:0px;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}
h1,h2,h3,h4,h5,h6{
	margin:0px !important;
	padding:0px !important;
	font-family: 'Abril Fatface', serif !important;
	font-weight:inherit !important;
}
#logo{
	width:100%;
	text-align:center;
	position:relative;
	z-index:999;
}
#logo img{
	width:200px;	
}
#infoHeader{
	position:absolute;
	top:88px;
	left:0;
	font-size:14px;
	z-index:999;
}
#infoHeader a{
	color:#FFF;
	text-decoration:none;
	cursor:text;
}
#infoHeader #social{
	margin-left:15px;
	color:#008C8C;
}
.iconFb{
	background-image:url(../images/iconFb.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:36px;
	height:35px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
}
.iconFb:hover{
	background-image:url(../images/preload/iconFb.png);
}
#infoHeader .iconFb{
	float:right;
	position:relative;
	top:-7px;
	margin-left:5px;
}
#navTop{
	position:absolute;
	top:88px;
	right:0;
	z-index:999;
}
#navTop a{
	margin-left:16px;
	font-family: 'Lato Bold Italic', sans-serif;
	font-size:15px;
	color:#008C8C;
}
#navTop a:hover{
	color:#FFF;
	text-decoration:none;
}
#navBar{
	background-image:url(../images/bgNav.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:42px;
	line-height:39px;
}
.navMain{
	position:relative;
	z-index:999;
	width:500px;
	text-align:center;
}
.navMain span{
	margin-right:12px;
	font-family: 'Lato Bold', sans-serif;
	font-size:12px;
	color:#CD923A;
}
.navMain span:last-child{
	margin-right:0;
}
.navMain a{
	letter-spacing:1px;
	color:#F5F5F5;
}
.navMain a:hover{
	color:#CD923A;
	text-decoration:none;
}
#navLeft{
	margin-left:2px;
	float:left;
}
#navRight{
	float:right;
}
#rotator{
	position:relative;
	overflow:hidden;
	min-height:390px;
}
#mainRotator{
	position:relative;
	width:100%;
	overflow:hidden;
}
#mainRotator .imgSlide{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
#mainRotator .imgSlide img{
	width:100%;
	height: auto;
	min-width:1400px;
	min-height:390px;
}
#rotateOverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:998;
	margin-left:51%;
}
#rotateAngle{
	position:relative;
    padding-bottom:100%;
    width:100%;
    height:100%;
}
#slant{
    position:absolute;
	top:-5%;
	left:-7%;
    width:100%;
    height:100%;
	min-width:1400px;
	min-height:1000px;
    background:rgb(0, 102, 102); /* Fall-back for browsers that don't support rgba */
    background:rgba(0, 102, 102, .8);
    -webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	transform:rotate(20deg);
	rotate:20deg;
}
#rotateTxt{
	position:absolute;
	top:0;
	left:7%;
	width:100%;
	padding-top:3%;
	font-family: 'Abril Fatface', serif;
	color:#FFF;
	line-height:1;
}
#rotateTxt svg{
	margin-bottom:-65px;
}
#rotateOverlay .btn{
	position:absolute;
	bottom:20%;
	left:7%;
	width:20% !important;
	min-width:240px !important;
}
#actionCalls{
	background-image:url(../images/bgCta.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:202px;
}
.ca{
	float:left;
	margin:25px 89px 0 89px;
	position:relative;
	background-image:url(../images/bgCa.png);
	background-repeat:no-repeat;
	width:222px;
	height:222px;
	text-align:center;
	color:#FFF;
	display:table;
	vertical-align:middle;
	overflow:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
}
.ca:hover{
	color:#CD923A;
	text-shadow:0px 0px 8px #222;
	background-image:url(../images/preload/bgCa.png);
}
.caTxt{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
}
.caTxt .one{
	font-family: 'Lato Italic', sans-serif;
	font-size:17px;
}
.caTxt .two{
	font-family: 'Abril Fatface', serif;
	font-size:26px;
}
#homeText{
	padding:110px 0 45px;
}
.panelEventsHome, .panelEventsHome .panel-heading{
	border:none !important;
}
.panelEventsHome .panel-heading{
	background-color:#008C8C !important;
	text-align:center;
	font-family: 'Lato Italic', sans-serif;
	font-size:24px;
	color:#FFF !important;
}
.controlsHome h4{
	position:relative;
	top:7px;
	font-size:22px !important;
	color:#008C8C !important;
}
.controlsHome a .btn{
	position:relative;
	top:-4px;
	font-size:24px !important;
	color:#008C8C !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.controlsHome a:hover .btn{
	color:#B28500 !important;
}
#wellHome{
	position:relative;
	background-color:#3A3B3C;
	height:auto;
	width:100%;
	overflow:hidden;
	padding:35px 330px 25px 25px;
	font-size:13px !important;
	color:#FFF;
}
#wellHome h1{
	font-size:42px !important;
	color:#FFF !important;
	margin-bottom:30px !important;
}
#logoHt{
	position:absolute;
	top:20px;
	right:390px;
}
#wellHome .btn{
	width:145px !important;
}
#picHome{
	position:absolute;
	top:0;
	right:0;
}
#testimonials{
	padding:0 0 55px;
	text-align:center;
}
#testimonials .content{
	position:relative;
	padding:0 110px;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	color:#FFF;
}
#testimonials .content .title{
	font-family: 'Abril Fatface', serif;
	font-size:20px;
	color:#CC9900;
	margin:10px 0 20px;
}
#quoteLeft, #quoteRight{
	position:absolute;
	top:5px;
	background-repeat:no-repeat;
	width:35px;
	height:27px;
}
#quoteLeft{
	background-image:url(../images/quoteLeft.jpg);
	left:25px;
}
#quoteRight{
	background-image:url(../images/quoteRight.jpg);
	right:25px;
}

/* FOOTER CSS */
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image:url(../images/bgFooter.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	/* Set the fixed height of the footer here */
	height:168px;
}
#logoFooter{
	position:absolute;
	top:10px;
	left:0;
}
#logoFooter img{
	width:150px;
}
#addressFooter{
	position:absolute;
	top:14px;
	left:170px;
	margin-bottom:0px !important;
	font-size:12px;
	color:#FFF;
}
#addressFooter a{
	color:#FFF;
	cursor:text;
}
#addressFooter a:hover{
	color:#FFF;
	text-decoration:none;
}
#addressFooter .btn{
	font-size:13px !important;
	height:25px !important;
	width:115px !important;
	padding-top:3px !important;
	cursor:pointer !important;
}
.navFooter{
	margin:8px 0 20px;
	text-align:right;
	line-height:1.8;
}
.navFooter .first{
	font-size:14px;
}
.navFooter .second{
	font-size:12px;
	margin-bottom:3px;
}
.navFooter span{
	margin-left:12px;
	font-family: 'Lato', sans-serif;
	color:#CD923A;
}
.navFooter a{
	letter-spacing:1px;
	color:#F5F5F5;
}
.navFooter a:hover{
	color:#CD923A;
	text-decoration:none;
}
#socialFt{
	text-align:right;
	font-size:14px;
	margin-bottom:15px;
}
#socialFt #social{
	margin-left:15px;
	color:#FFF;
}
#socialFt .iconFb{
	float:right;
	position:relative;
	top:-8px;
	margin-left:8px;
}
#builtBy{
	text-align:right;
}
#builtBy span{
	margin-left:5px;
	font-size:11px;
	color:#FFF;
}
#builtBy a{
	color:#FFF;
}
#builtBy a:hover{
	color:#FF9900;
	text-decoration:none;
}

/* INTERIOR CSS */
#intText{
	padding:55px 0;
}
#intText h1{
	font-size:50px !important;
	color:#008C8C !important;
	margin-bottom:20px !important;
	padding-bottom:10px !important;
}
.wellInt{
	background-color:#FFF;
	border:3px solid #008C8C !important;
	margin-bottom:0 !important;
	min-height:300px !important;
}
.page-header{
	border-color:#008C8C !important;
}
.hrGray{
	border-color:#D6D6D6 !important;
}
.hrBlue{
	border-color:#008C8C !important;
}
.thumbContain{
	position:relative;
	height:200px;
	margin-bottom:20px;
}
.thumbContain .viewMore{
	position:absolute;
	top:0; 
	bottom:0;
	left:0; 
	right:0;
	padding-top:28%;
	font-family: 'Lato Bold', sans-serif !important;
	font-size:24px;
	color:#FFF;
	text-align:center;
	z-index:999;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.thumbContain:hover .viewMore{
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
	background: rgba(0, 0, 0, .6);
	opacity:100;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	cursor:pointer;
}
.panelHover, .panelHover .panel-heading{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
}
.panelHover:hover{
	box-shadow:0px 0px 8px #777;
	border-color:#CC9900 !important;
}
.panelHover .panel-heading{
	background-color:#008C8C !important;
	border-color:#008C8C !important;
}
.panelHover:hover .panel-heading{
	background-color:#CC9900 !important;
	border-color:#CC9900 !important;
}
.panelHover:hover .btn{
	background-color:#008C8C !important;
	border-color:#008C8C !important;
	box-shadow:inset 0 0 0 2px #FFF !important;
}
.panelHover .panel-heading h2{
	color:#FFF !important;
}
.panelHover .panel-heading h2{
	font-size:26px !important;
}
.panelQuick{
	border:2px solid #008C8C !important;
}
.panelQuick .panel-heading{
	background-color:#008C8C !important;		
}
.panelQuick .panel-heading h3{
	font-size:22px !important;
	color:#FFF !important;
}
.panelQuick .list-group{
	font-family: 'Lato', sans-serif;
	font-size:18px !important;
}
.panelQuick .list-group-item:hover{
	background-color:#CC9900 !important;
	color:#FFF !important;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-radius:0 !important;
}
#forgetImage{
	width:100%;
	height:600px;
}

/* CONTACT CSS */
#map-canvas{
	width:100%;
	height:400px;
	margin-top:45px;
}
label{
	font-family: 'Lato Bold', sans-serif;
	font-size:16px !important;
	font-weight:inherit !important;
}
#security{
	margin:28px 0 23px;
}
#addressBorder{
	height:635px;
	border-left:1px solid #D6D6D6;
	padding-left:30px;
}
.addressContact{
	font-size:16px !important;
	margin-bottom:10px !important;
}
.addressContact a{
	color:#222;
}
.addressContact a:hover{
	color:#222;
	text-decoration:none;
}
.addressContact .title{
	font-family: 'Lato Bold', sans-serif;
	font-size:18px;	
}
.addressContact .btn{
	cursor:pointer;
}
#addressBorder h4{
	font-family: 'Lato Bold', sans-serif !important;
	font-size:20px !important;
	color:#333 !important;
	float:left;
}
.socialContact{
	float:left;
	margin-left:15px;
}
.socialContact i{
	position:relative;
	top:-17px;
}
.socialContact a{
	font-size:40px;
	color:#333;
	margin-right:9px;
}
.socialContact a:hover{
	color:#008C8C;
}

/* EVENTS CSS */
.wellCal{
	background-color:#FFF !important;
	border:3px solid #008C8C !important;
}
.wellCal h2{
	color:#008C8C !important;
}
.panelEvents{
	border:3px solid #CC9900 !important;
	transition: all .3s ease;	
}
.panelEvents:hover, .panelEvents.panelClick{
	border:3px solid #6D0000 !important;
}
.panelEvents .panel-heading{
	border-bottom:3px solid #CC9900 !important;
	background-color:#CC9900 !important;
	color:#FFF !important;
	cursor: pointer;
	transition: all .3s ease;
}
.panelEvents .panel-heading:hover, .panelEvents.panelClick .panel-heading{
	background-color:#6D0000 !important;
	border-bottom:3px solid #6D0000 !important;
}
.responsive-calendar .day.active a{
	border:1px solid #FFF;
}
.panelDate{
	font-family: 'Abril Fatface', serif;
	font-size:20px;
	color:#008C8C;
}
.controlsEvents i{
	font-size:28px;
	color:#008C8C;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.controlsEvents i:hover{
	color:#B28500;
}
.responsive-calendar .day.header {
	font-family: 'Lato Bold', sans-serif !important;
	color:#008C8C;
	border-bottom: 1px solid #008C8C !important;
}
.calHome .day.active a, .calInt .day.active a{
	background-color:#CC9900 !important;
}
.calHome .day.active a:hover, .calInt .day.active a:hover{
	background-color:#6D0000 !important;
}
.thumbEvents{
	position:relative;
	height:100px;
	overflow:hidden;
}
.thumbEvents img{
	margin:auto;
	position:absolute;
	top:0; 
	bottom:0;
	left:0; 
	right:0;
	max-width:100%;
	width:100%;
}
.thumbEvents:hover{
	border-color:#008C8C !important;
}

/* PHOTO CSS */
.photoPanel, .photoPanelView, .photoPanel h2, .photoPanelView .caption{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#photoGallery {
	margin-top: 0;
	position: relative;
	max-width: 100%;
	width: 100%;
}
.photoPanel{
	position: absolute;
	background-color: #FFF;
	padding: 10px;
	border-radius:0 !important;
	border:2px solid #008C8C !important;
	cursor:pointer;
}
.photoPanel img{
	margin-bottom:10px;
}
.photoPanel h2 {
	font-size: 24px !important;
	color:#008C8C !important;
	margin-bottom:3px !important;
}
.photoPanel:hover h2{
	color:#FFF !important;
}
.photoPanelView {
	position: absolute;
	background-color: #333;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 3px !important;
	cursor:pointer;
}
.photoPanel:hover, .photoPanelView:hover {
	background-color:#008C8C;
	border-color:#008C8C !important;
	margin-top:-5px;
	color:#FFF;
	box-shadow: 0px 1px 2px rgba(0,0,0, .7);
}
.bqPhoto{
	border-color:#008C8C !important;
	font-size:16px !important;
}
.photoPanelView .caption{
	font-family: 'Lato Bold', sans-serif;
	text-align:center;
	margin:4px 0 2px;
	color:#FFF !important;
	padding-left:1.5%;
}
.photoPanelView:hover .caption{
	text-decoration:none !important;
	color:#FFF !important;
}


/* ENDORSEMENTS CSS */
.testPrev, .testNext{
	font-size:70px !important;
	color:#333;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.testPrev:hover, .testNext:hover{
	color:#008C8C;
}
.testImg img{
	width:100%;
}
.testTxt h3{
	font-family: 'Lato', sans-serif !important;
	color:#333 !important;
	font-size:36px !important;
	margin-bottom:15px !important;
}
.testTxt{
	font-size:18px !important;
	line-height:23px !important;
	margin-bottom:25px !important;
}
.testTxt .fa-quote-left, .testTxt .fa-quote-right{
	color:#008C8C;
}
.testTxt .fa-quote-left{
	margin-right:15px;
}
.testTxt .fa-quote-right{
	margin-left:15px;
}

/********************************************************** Helper Classes ******************************************************************/
.zero{
	margin:0px !important;
	padding:0px !important;
}
.b5{
	margin-bottom:5px !important;
}
.b10{
	margin-bottom:10px !important;
}
.b15{
	margin-bottom:15px !important;
}
.b20{
	margin-bottom:20px !important;
}
.b25{
	margin-bottom:25px !important;
}
.b45{
	margin-bottom:45px !important;
}
.align_center{
	text-align:center !important;
}
.no_dec{
	text-decoration:none !important;
}
.last{
	margin-right:0px !important;
	padding-right:0px !important;
}
.lastLeft{
	margin-left:0px !important;
	padding-left:0px !important;
}
.posrel{
	position:relative !important;
}
.modal-backdrop{
	opacity:0.5 !important;
}
input, textarea, select{
	border:1px solid #008C8C !important;
	color:#008C8C !important;
	background-color:#F5F5F5 !important;
}
.form-control::-moz-placeholder {
 	color:#999 !important;
}
.form-control:-ms-input-placeholder {
 	color:#999 !important;
}
.form-control::-webkit-input-placeholder {
  	color:#999 !important;
}
b, strong, th{
	font-family: 'Lato Bold', sans-serif !important;
	font-weight: inherit !important;
}
.btn, .panel, .panel-heading, .panel-body, .well, .alert, input, textarea, select, .thumbnail, .modal-content{
	border-radius:0 !important;
}
.btn{
	font-family: 'Lato Italic', sans-serif !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btnMain{
	color:#FFF !important;
	background-color:#333 !important;
	border:5px solid #333 !important;
	box-shadow:inset 0 0 0 2px #BB931E !important;
}
.btnMain:hover, .btnMain:active, .btnMain:focus{
	color:#FFF !important;
	background-color: #CC9900 !important;	
	border-color: #CC9900 !important;
	box-shadow:inset 0 0 0 2px #FFF !important;
}
.btnRed{
	color:#FFF !important;
	background-color:#6D0000 !important;
	border-color:#6D0000 !important;
}
.btnRed:hover, .btnRed:active, .btnRed:focus{
	color:#FFF !important;
	background-color: #008C8C !important;
	border-color:#008C8C !important;	
}
.btnAlt{
	color:#FFF !important;
	background-color:#6D0000 !important;
	border:5px solid #6D0000 !important;
	box-shadow:inset 0 0 0 2px #BB931E !important;
}
.btnAlt:hover, .btnAlt:active, .btnAlt:focus{
	color:#FFF !important;
	background-color: #008C8C !important;
	border-color:#008C8C !important;	
	box-shadow:inset 0 0 0 2px #FFF !important;
}
.cd-top {
	bottom: 20px;
	right: 20px;
	font-size:50px;
	color:#008C8C;
}
.no-touch .cd-top:hover, .no-touch .cd-top:focus {
	color:#008C8C;
}
::selection {
	background:#008C8C;
	color:#FFF;
}
::-moz-selection {
	background:#008C8C;
	color:#FFF;
}
::-webkit-selection {
	background:#008C8C;
	color:#FFF;
}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Italic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff'),
         url('../fonts/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Bold Italic';
    src: url('../fonts/lato-bolditalic-webfont.eot');
    src: url('../fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('../fonts/lato-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/abrilfatface-regular-webfont.eot');
    src: url('../fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('../fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('../fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('../fonts/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.asterisk,
label.error{
	color: #BF171A !important;		
}
label.error{
	position: absolute;
	font-size: 11px !important;
	margin: 0 !important;
}
#hiddenRecaptcha-error{
	top: 56px;
}

/**   
#3A3B3C - gray
#008C8C - teal
#CC9900 - yellow
#6D0000 - red
**/