/*
	Theme Name: CIG Landing Pages
	Theme URI: http://html5blank.com
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    Countdown Timer Mobile Fix
\*------------------------------------*/
@import "fix-countdown.css";

/*------------------------------------*\
    MAIN
\*------------------------------------*/
body {
	font:300 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#2495cc;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*********************************
**  Template - Narrow   **
**********************************/
#content-narrow {
    width: 90%; 
    max-width: 600px; 
    margin: 0 auto;
}

/*********************************
**  Template - Floating Panel   **
**********************************/
body.page-template-floating-panel {
    background: #ddd;
}

.floating-panel {
    max-width: 100%;
    width: 850px;
    min-height: 250px;
    padding: 30px 40px;
    position: relative;
    top: 50px;
    margin: 0 auto 50px;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-sizing: border-box;
}
/* moves content to the top of the window on smaller screens */
@media screen and (max-width: 991.9px) {
    .floating-panel {
        position: initial;
    }
}

/*********************************
**  Template - BMD Blue   **
**********************************/
body.page-template-bmd-blue-bg {
    margin: 0.5em 0pt 0pt;
    padding: 0pt;
    color: rgb(51, 51, 51);
    background-color: rgb(50, 79, 114);
    font-family: Verdana, Arial, sans - serif;
    font-size: small;
    text-align: center;
}

body.page-template-bmd-blue-bg .main-container {
    max-width: 100%;
    width: 700px;
    min-height: 250px;
    padding: 15px;
    border: solid 2px #000;
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
}

body.page-template-bmd-blue-bg h1 { 
    color:#1e4b78; font-weight:bold; 
    font-family: Trebuchet MS, sans-serif; 
}

body.page-template-bmd-blue-bg h2 { 
    color:#000000; 
    font-weight:bold; 
    font-family: Trebuchet MS, sans-serif; 
}

body.page-template-bmd-blue-bg .white_link { 
    color:#ffffff; 
}

/*********************************
**  Template - Clean Container  **
**********************************/
body.page-template-id-clean {
    background: #fefefe;
}

.clean-container {
    font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: rgb(17,17,17);
}

.clean-container h1,
.clean-container h2,
.clean-container h3,
.clean-container h4,
.clean-container h5,
.clean-container h6,
.clean-container .h1,
.clean-container .h2,
.clean-container .h3 {
    color: #444;
    font-family: 'Roboto Slab', Cambria, sans-serif;
    text-align: center;
}

.clean-container h1,
.clean-container .h1 {
    color: #444;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.13;
    margin: 0 0 0.44em 0;
}

.clean-container h2,
.clean-container .h2 {
    color: #7fc436;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1.1;
    margin: 1.4em auto 0.8em;
}

.clean-container p {
    margin: 0 0 1.4em 0;
}

@media screen and (min-width:29.375em) {
	.clean-container h1,
	.clean-container .h1 {
		font-size: 2.875em;
	}
}

.clean-container {
    border-radius: 5px;
    margin: 1em auto;
    max-width: 43.75em;
    padding: 0 1em 0.75em;
}

.clean-container ul li {
    margin-bottom: 1em;
}