/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */


@import url("/images/198/css-reset.css");
@import url("/images/198/flexslider.css");
@import url("/images/198/foundation.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");


#fancybox-wrap,
#fancybox-outer,
#fancybox-inner {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* ============Don============== */
.video-container {
    position: relative;
    width: 100%; /* Adjust this to fit your design */
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 15px;

}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =========Don's Done============= */
body {
	background: #292929;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #5c5c5c;
        font-size: 16px;
}

a {
	color: #48a5ad;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {color: #fff;}

b, strong {font-weight:bold;}


h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	margin: 1em 0 1em 0;
}

h1 {font-size: 35px;margin: 0 0 .5em; font-weight: bold;}
h2 {font-size: 30px;margin: 2em 0 .5em; font-weight: bold;}
h3 {font-size: 25px;font-weight: bold;}
h4 {font-size: 20px;font-weight: bold;text-transform: uppercase;}
h5 {font-size: 20px;text-transform: uppercase;}
h6 {font-size: 15px;font-weight: bold;text-transform: uppercase;}

p {margin: 0 0 1em 0;}

ul, ol {
	margin: 1.2em 0 1.2em 2em;
}

ul { list-style: square; }
ol { list-style: decimal; }

li { margin: 0 0 .5em 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.2em 0;	
}

hr {border: 0;border-top: 1px solid #ccc;margin: 1.2em 0;}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

.content blockquote {
	margin: 0 0 1em 2em;
	padding: 0 1em;
	font-style: italic;
	border-left: 3px double #d6d6d6;
}


img.alignright, img.alignleft, img.aligncenter, img.alignnone {
		padding:5px;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		background: #fff;
		
		border:1px solid #ccc;
		box-shadow: 0 0 5px #ccc;
	}
img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin: 0 auto;
}
img.alignnone { margin: 1em 0; }
a img.alignright:hover { background: #c07c45; }
a img.alignleft:hover { background: #c07c45; }
a img.aligncenter:hover { background: #c07c45; }

/* ClearFix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

:focus {
	outline: 0;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}


.row {max-width: 1140px;}

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

img {
	height: auto;
}

	

/* ! Header
-------------------------------- */

header[role="banner"] {
	padding: 2em 0 0;
}
header .logo {font-size: 26px; margin-bottom: 1em;}
header form {float: right;}

header a:hover {text-decoration: none;}


/* ! Navigation
-------------------------------- */

nav {
	max-width: 1140px;
/*	margin: 0 auto;*/
/*        margin: -60px auto -32px;*/
        text-align: right;
        margin-top: 45px;
}



nav ul {
	list-style: none;
	padding: 0;
	z-index: 400;
	margin: 0;

}



nav ul li {
	margin: 0;
	padding: 0;
}

nav > ul, nav ul > li > ul {
	list-style: none;
	position: relative;
        display: inline-block;
}

.menu {
/*    margin-left: 67%;*/

}

nav > ul > li {
	float: left;
	height: 50px;
	margin: 0;	
}

nav > ul > li > a {
	color: #929292;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 30px;
	margin: 0 20px;
	text-decoration: none;
}

nav > ul > li:hover > a,
nav > ul > li.active > a {
	color: #48a5ad;
	border-top: solid 2px #48a5ad;
	margin: 0 20px;
	text-decoration: none;
	
}

nav > ul > li > ul {
	background: #929292;
	display: none;
	position: absolute;
	font-size: 11px;
	padding: 0;
	min-width: 220px;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

nav > ul > li:hover > ul {
	display: block;
}

nav > ul > li ul li {
	background: none;
}

nav > ul > li ul li a {
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

nav > ul > li ul li a:hover {
	background: #48a5ad;
	color: #fff;
	text-decoration: none;
}






/* ! Main Content
-------------------------------- */

.content {
    padding: 3.2em 0;
    background: #eeeeee;

}

.cmsi-module-showcase-detail .content {padding:0;background:none;}
.cmsi-module-showcase-detail h2 {margin-top:0;}


.content .row {overflow: visible;}

.content a {color:#48a5ad;}
.content a:hover {color:#49a6ad82;}
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {margin-top: 0;}

.secondary {font-size: 13px;}

.sidenav {margin: 0 10px 0 0;font-size: 14px !important}
ul.sidenav {margin-bottom: 2em !important;}

/* Buttons */

.btn {
	display: inline-block;
	padding: 7px 40px;
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555;
	border: 1px solid #ddd;
	cursor: pointer;
	
}

.btn:hover {
	background: #585858;
	border-color: #48a5ad;
	color: #333;
	text-decoration: none  !important;
}

.btn-large {
	font-size: 22px;
	padding:7px 20px;
}


.btn-max {width: 100%;padding: 7px 0;text-align: center;}


.btn-success {
	background: #99ce70;
	color: #fff !important;
	text-shadow: 0 1px 1px #678c4c;
	border: 0;
	border-bottom: 3px solid #64973c;
}

.btn-success:hover {
	background: #86b761;
	border-color: #698f4d;
	color: #fff;
}

.btn-primary {
	background: #28aae1;
	color: #fff !important;
	text-shadow: 0 1px 1px #195876;
	border: 0;
	border-bottom: 3px solid #1d7aa6;
}

.btn-primary:hover {
	background: #1d7aa6;
	border-color: #195876;
	color: #fff;
}

.btn-secondary {
	background: #555555;
	color: #fff !important;
	text-shadow: 0 1px 1px #000;
	border: 0;
	border-bottom: 3px solid #333;
}

.btn-secondary:hover {
	background: #333;
	border-color: #000;
	color: #fff;
}

.btn-danger {
	background: #ee5f5b;
	color: #fff !important;
	text-shadow: 0 1px 1px #551310;
	border: 0;
	border-bottom: 3px solid #bd362f;
}

.btn-danger:hover {
	background: #bd362f;
	border-color: #8b2923;
	color: #fff;
}


/* Forms */

.DRXQuickForm td:first-child {font-weight:bold;}
.DRXQuickForm_Header {display:none;}

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 5px #ddd inset;
	height: 20px;
	width: 220px;
	padding: 4px 6px;
	display: inline-block;
	margin: 0 0 1em 0;
	font-size: 13px;
	color: #555;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

textarea {
	height: 100px;
	width: 95%;
}

select {
	height: 30px;
	line-height: 30px;
	padding: 0;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="submit"],
button {
	font-size: 14px;
}




/* ! Footer
-------------------------------- */

footer {background: whiteSmoke;}
footer > .row {padding: 1em 0 2em 0;}
footer > .row:first-child ul {list-style: none;margin: 1.2em 0;}

footer .inner {
	background: #292929;
	color: #aaaaaa;
	padding: 2em 0 0;
	font-size: 15px;
        border-top: solid 2px #48a5ad;
}

footer .inner ul {
	list-style: none;
	margin: 0 0 1em 0;
	height: 2px;
}

footer .inner li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #978577;
	line-height: 12px;
	
}

footer .inner li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {-webkit-text-size-adjust: none;}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}


/* ! Fonts
-------------------------------- */

/*
@font-face {
    font-family: 'OpenSansLight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('OpenSans-LightItalic-webfont.eot');
    src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-LightItalic-webfont.woff') format('woff'),
         url('OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('OpenSans-Italic-webfont.eot');
    src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Italic-webfont.woff') format('woff'),
         url('OpenSans-Italic-webfont.ttf') format('truetype'),
         url('OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('OpenSans-SemiboldItalic-webfont.eot');
    src: url('OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('OpenSans-BoldItalic-webfont.eot');
    src: url('OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('OpenSans-ExtraBold-webfont.eot');
    src: url('OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/


/* ! Ben
-------------------------------- */

/* header -------------------------------- */


#header {
    background: #292929;
    color: #48a5ad;
    text-transform: uppercase;
}

#header-right {
    float: right;
    margin-top: 1em;
    line-height: 20px;
    
    
}

.header-right-column {
    padding-right: 0!important;
}

#header-contact {
    float: right;
    margin-right: 20px;
}

#header-contact > div {
    float: left;
    margin-right: 20px;
    margin-top: 5px;

}

#header-contact > div.socials {margin-right: 0;}


#header-contact img {
    float: left;
    margin-right: 10px;
}

#header-contact a img:hover {opacity: .5;}




/* layout -------------------------------- */

.light-brown {
    color: #48a5ad !important;
}

.beige {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 15px;
}

.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.content img {
    border-top: solid 8px #585858;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.blue-link {
   color: #0076a3; 
}

.border-top {
    border-top: solid 5px #9f6612;
}

.dark-brown {
    background: #292929;
}


.highlights {
    margin-top: -7px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    color: #c3ac9f;
    border-bottom: solid 8px #929292;
    border-top: 1px solid #4a423d;
}

.highlights-padding {
    padding: 33px 0 20px;
    
        
}

.highlights-padding .large-4 {padding-right:40px;}

.highlights p {
    color: #929292;
    font-size: 16px;
}

.highlights h2{
    margin-top: -8px;
    color: #dad7d4 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.caption-bubble-wrapper {
    padding-bottom: 26px;
    background: url(/images/198/message-tail.png) right bottom no-repeat;
}
.caption-bubble{
    padding: 20px;
    background-color: #dad7d4;
    font-style: italic;
}
/*
.author {
    display: block;
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-right: -19px;
    margin-top: 25px;
}
*/


ul.testimonials .text {
    padding: 20px;
    background-color: #dad7d4;
    font-style: italic;
    border-top: solid 8px #585858;
}

ul.testimonials .date {display:none;}

ul.testimonials .author {
	background: url(/images/198/message-tail.png) no-repeat;
	margin-top: -4px;
	float: right;
	margin-top: -10px;
	padding: 10px 0 0 32px;
	margin-bottom:2em;
}


.reg-block {
    margin-bottom: 35px;
}

.text-box {
    font-size: 14px;
}
.blue-link {
    font-size: 13px;
    display: block;
    margin-top: 0px;
}

.welcome-boxes {
    margin-top: 30px !important;
}

.footer-logo {
    border-right: 2px solid #929292;
    width: 200px;
}

.footer-top {
    height: 43px;
    vertical-align: center;
    margin-bottom: 30px;
}

.footer-left {
    width: 200px;
}

.footer-right {
    margin-top: 7px;
    margin-left: 17px;
    float: left !important;
    width: 77%;
}

.footer-logo-cmsi {
    float: right;
}

.footer-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*internal page----------------------------*/

.page-headerbar {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    color: #dad7d4;
    border-bottom: solid 8px #929292;
    text-transform: uppercase;
    padding: 15px 0 7px;
    text-align: left;
}

.page-headerbar .title-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.page-headerbar h1{
    margin-left: 10px;
}

.sidenav > li {
    padding-right: 14px;
    margin: 0;
}

.sidenav > li:hover,
.sidenav > li.active {
    background: url(/api/files/198/submenu-point.png) right no-repeat;
}

.sidenav > li > a {
    display: block;
    width: 100%;
    padding: 5px 0 5px 20px;
    color: #555555;
    transition: none;
}

.sidenav > li > a:hover,
.sidenav > li.active > a {
    color: #fff;
    font-weight: bold;
    background-color: #929292;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}



/*cmsi-------------------------------------*/

ul.testimonials, ul.testimonials li, ul.sidenav {
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 20px 0px;
}
/*

div#fancybox-wrap,
div#fancybox-inner {
    height: 500px !important;
}

*/




/*media queries----------------------------*/

@media only screen and (max-width: 1150px) {
/*    .menu {
        margin-left: 65.8%;
    }*/
    
}

@media only screen and (max-width: 1110px) {

    .footer-logo {
        border-right: none;
    }
    
}

@media only screen and (max-width: 973px) {

    .footer-menu {
        margin-left: 20px;
    }
    
    nav > ul > li > a {margin: 0 10px;}
    
}

@media only screen and (max-width: 480px) {

    #header-contact {
        margin-right: 10px;
    }

    #header-contact > div {
        float: none;
        text-align: right;
    }

    #header-contact .socials {
        float: right;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .mnav {
        width: 95%;
        margin-left: 10px;
        margin-top: 10px;
        -moz-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }
    
    .resp-block {
        margin-bottom: 20px;
    }
    
    
}


@media only screen and (max-width: 600px) {
	.footer-menu {display: none;}
    footer .large-4 {
	    float: none;
    }
    .footer-logo-cmsi {float: none;max-width: 40%;margin: 2em 0 1em 0;}
    .footer-right {margin-left: 0;}
    .header-right-column {display: none;}

}

/*fix left padding*/
@media only screen and (min-width: 1185px) {
    .large-4 {
        padding-left: 0px !important;
    }
    
    .footer-right {
        padding-right: 0;
        width: 80.7%;
    }
    
        .page-headerbar h1{
        margin-left: 0px;
    }
}