@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 1.1em; 
  line-height: 1.5;
  font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  color: #222;
  background-color:#203060; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  
  }
 
.wrapper {
	width:100%;
	float:left;
	min-height:400px;
	padding-bottom:30px;
	background-color:#ffffff;
}

.index .wrapper, .page .wrapper {
	background:#ffffff url(../images-index/American_Flag_background.svg) no-repeat center;
	background-size:cover;	
}

header {  /* see media queries */ }

header .logo {margin:20px 0 10px 20px;}



  
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width:960px; /* width for ie 8 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {  
	.container {
		  width: 90%;
		  max-width: 1000px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}
  
/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



@media (max-width: 767px) {
	
 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}
	
 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }	
		

}









/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4 { margin-top: .5em; margin-bottom:.2em; font-weight:700; color:#203060;
font-family: 'Teko', sans-serif;}

h1 { font-size: 3em;  line-height: 1.1;  }
h2 { font-size: 2.5em;   line-height: 1.1;  }
h3 { font-size: 1.9em; line-height: 1.1;   }
h4 { font-size: 1.6em;  line-height: 1.35;  }
h5 { font-size: 1.2 em; line-height: 1.5;   }
h6 { font-size: 1em;    line-height: 1.6; font-weight:bold;   }


p {margin: 0 0 .6em 0;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85%;}
.larger {font-size:120%;}
	
.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignTop		{vertical-align: top;}


@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter		{text-align:center;}
	.alignRightMobileCenter		{text-align:center;}	
}


sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	width:90%;
	padding:.1em 4%;
	margin:20px auto 20px 0;
	border-left:4px solid #666666;
	font-style:italic;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside; margin-left:1.5em; }
ol {list-style: decimal outside; margin-left:1.5em; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
li {margin-bottom: .5em; }


/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }	
		
.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#203060 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#203060 1px solid;}
.photoBorder  	    {border:#203060 1px solid;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:10px 0 20px 0;
	box-sizing:border-box;

}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #bc1f2e; text-decoration: none;}
a:hover, a:focus, a:active	{color: #76000c; text-decoration: underline; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}


a.white:link, a.white:visited { color:#ffffff;}
a.white:hover, a.white:focus, a.white:active { color:#FFC500;}


/* Main Menu
---------------------------------------------------------- */

.menuWrapper {
	background-color:#203060;
	width:100%;
	float:left;
	border-top:4px solid #fff;
}

ul.mainMenu {
	position: relative;
	float: left;
	width:100%;
	font-size: 1.4em;
	font-family:'Alegreya Sans', sans-serif;
	font-weight:800;
	padding: 0;
	margin:0 0 0 0;
    list-style:none;
    }
	
.mainMenu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
    }
	
.mainMenu a {
    display:block;
	padding:12px 25px;
	transition:all .3s;
    }
	
.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
.mainMenu a:hover, .mainMenu a:active {color:#ffffff; text-decoration: none; background:#b52032;}
#mobileMenuTrigger {display:none;}

.mainMenu .divider {
    display:block;
	padding:12px 10px;
	color:#fff;
    }








/* Standard Form 
---------------------------------------------------------- */

fieldset {margin:10px 0; padding:0;}

form.standard {
	margin-bottom: 20px; }
.standard fieldset {
	margin-bottom: 20px; }
.standard input[type="text"],
.standard input[type="password"],
.standard input[type="email"],
.standard textarea,
.standard select {
	padding: 10px 6px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: 16px sans-serif;
	color: #777;
	margin: 0;
	width: 95%;
	margin-bottom: 10px;
	border:none;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
	font: bold 13px sans-serif;
	color:#FFFFFF;
	margin-bottom:2px;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] {
	display: inline; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }


input.short, select.short {
	width:60px;
}

input.medium, select.medium {
	width:200px;
}		

form.standard p.supplementalInfo {
	margin:-13px 0 15px 0;
	font-size:80%;
}

form.standard  label.error {
	margin:-6px 0 15px 0;
	color:#FFB900;		
}

.multirow label.error {
	display:inline-block;
	clear:both;
}

form.standard  input.error, form.standard  select.error {
	background-color:#fefee8;
}	

label.error { float: none;
	color: red;
	vertical-align: top;
	margin:4px 0 0 0;
	padding:0;
	width: 250px;
	text-align:left;
}





/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-family: 'Alegreya Sans', sans-serif;
		font-weight:800;
		font-size:1em;
		padding: 10px 20px;
		line-height:1.3em;
		width: auto;
		margin: 4px 0;
		text-transform: uppercase;
 		text-decoration: none;		border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #af2032;
		-webkit-appearance: none;
		border:1px solid #ffffff;
		}
		

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#f5a100;
		border:1px solid #ffffff;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#f5a100;
		border:1px solid #ffffff;
		}
		
a:link.button, a:visited.button {color: #ffffff; background-color:#af2032; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#f5a100; text-decoration: none; }		
		
.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.3em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }	



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	color:#CAC9C9;
	font-size:90%;
	clear:both;
	padding:20px 0 20px 0;
	}
	
footer a:link, footer a:visited {color:#ffffff; text-decoration: none;}
footer a:hover, footer a:active {color:#ffd800;	 text-decoration: none;}

footer .copyright {color:#7a83a0; text-align:center; font-size:85%; margin:10px 0;}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 2px solid #af2032; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }






/* Register Form 
---------------------------------------------------------- */


#getStartedFloater {
	position:fixed;
	transition:all .3s;
	bottom:0;
	left:0;
	width:auto;
	background:#af2032;
	color:#FFFFFF;
	box-sizing:border-box;
	padding:15px 15px 5px 20px;
	font-size:150%;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	cursor:pointer;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
}



#registerFloater {
	position:fixed;
	transition:all .3s;
	bottom:-250px;
	width:100%;
	background:#af2032;
	box-sizing:border-box;
	padding:15px 0 5px 0;
	border-top:2px solid #fff;
	font-size:90%;
}

#registerFloater .close {
	position:absolute;
	right: 15px;
	top:0;
	font-size:200%;
	color: #FFFFFF;
	
}



#registerFloater h3 {
	color:#FFFFFF;
	text-align:center;
	margin:0;
}





	/* #Custom
================================================== */


.hero {
    width: 100%;
    float: left;
    height:50vw;
    background: #333333 url("../images-index/hero-1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.headline {
    position: absolute;
    bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 80%;
    height: auto;

    
}




.fullBlock {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px 0;
	background-color:#203060;
    color: #fff;
}

.fullBlock h1, .fullBlock h2, .fullBlock h3 {color: #fff; font-family: 'Teko', sans-serif;}

.bkBlue {background-color: #203060;}
.bkRed { background-color: #bc1f2e}


.mainContent {
	min-height:400px;
	margin-top:80px;
}




/* Checkers photo grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.checkersBlock {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /*flex-start | flex-end | center | space-between | space-around | space-evenly;*/
    align-items: center; /*stretch | flex-start | flex-end | center | baseline;*/
    background-color: #8A6F6F;
    position: relative;

}

.checker {width: 25%; height: 20vw; border: 2px solid #ffffff; display: block; margin: 0; padding: 0; box-sizing: border-box;
    flex-grow:1;
    flex-basis: 25%;
    background: #6E3536 url("../images-index/cat.jpg") no-repeat center center;
    background-size: cover;
}


/* Flex
------------------------------------------------------- */

.flexContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.location {
	box-sizing: border-box;
	width:48%;
	padding: 10px;
}


	/* #Media Queries
================================================== */

	.mobileOnly, #mobileMenuTrigger {display:none;}
	
	/* Larger than mobile */
	@media only screen and (min-width: 768px) {

		header {
			background:url(../images-index/header-background.gif) center top no-repeat;
			height:200px;
		}
        
        

        
        
		
	}	




	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

        .checker {width: 50%; flex-basis: 50%; height: 50vw;}
        
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
		.hideMobile {display:none;}
		
		.mobileOnly {display:block;}
				
		.mobileCenter {text-align:center;}	
		
		.wrapper {overflow:hidden; background:#ffffff;}	
		
		header .logo { display:block; margin:0 auto; max-width:80%; height:auto;}	
		
		header {
			background:url(../images-index/header-background-mobile.gif) left top no-repeat;
			height:auto;
			padding: 20px 0 10px 0;
		}
		
		.location {width: 100%;}
		
		.mainContent {
			min-height:0;
			margin-top:20px;
		}		
		
		#mobileMenuTrigger {
			display:block;
			position:fixed;
			top:0;
			right:0;
			padding:5px 15px;
			background-color:#af2032;
			z-index:1000;
			border-bottom-left-radius: 6px;
			font-size: 1.5em;
		}
		#mobileMenuTrigger a {color:#fff;}		
						
		ul.mainMenu {
			display:none;
			position: fixed;
			background:#af2032;
			width:auto;
			max-width:20em;
			right:0;
			top:0;
			font: 1.5em/normal sans-serif;
			margin:0 0 0 0;
			list-style:none;
			z-index:999;
			box-sizing:border-box;
			padding:50px 20px 20px 10px;
			border-bottom-left-radius: 6px;
			}
			
		.mainMenu li {
			float:none;
			margin:0;
			padding:0;
			}
			
		.mainMenu a {
			display:block;
			padding:8px 20px;
			transition:all .3s;
			}
			
		.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
		.mainMenu a:hover, .mainMenu a:active {color:#FFF13D; background-color: transparent; text-decoration: none;}		
			
		.mainMenu .divider {display:none;}

			
		#registerFloater {
			display:none;
			position:relative;
			bottom:0;
		}			
					
		#getStartedFloater, #registerFloater .close {display:none;}

		
		footer {
			padding-bottom:20px;
			}
				
				
		.photoGrid {text-align:center;}
			
		.photoGrid img {
				width:95%;
				float:none;
			}					
				
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
	}
