@charset "UTF-8";

/* 10 */

/*! 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{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;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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Blue: #1b3668 */

body {
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background-color:#1b3668; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

.wrapper {
	width:100%;
	float:left;
	background:#ffffff;
	color: #333333;
	min-height:400px;
	padding-bottom:30px;
	border-top:#b3282d 4px solid;
}

.index .wrapper {background:#fff; color:#333333;}

header {
	background-color:#1b3668;
	border-bottom: 2px solid #1b3668;
	height: 120px;
	padding-top: 5px;
	width:100%;
	/* overflow:hidden; */
	float:left;
}

header .logo {margin:15px 0 4px 0; width: auto; height: 80px; float:left;}
footer .logo {width:100%;  height:auto;}

@media only screen and (max-width: 767px) {
	header .logo { display:block; margin:10px auto; float:none; margin-top:50px; width:290px; height:auto; }
	header { height:auto; position:relative; padding-bottom:20px;}
	.index header {border:none;}
}


/* 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: 1200px; /* 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, .iconFontMed, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontMed					{ font-size:1.5em; vertical-align:-.15em; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 { margin-top: .5em; margin-bottom:.2em; font-family:Oswald, sans-serif; font-weight:700; color:#1b3668; }

h1 { font-size: 2.7em; line-height: 1.2; text-transform:uppercase; letter-spacing:.03em;}
h2 { font-size: 2em; line-height: 1.25; text-transform:uppercase; letter-spacing:.03em;}
h3 { font-size: 1.8em; line-height: 1.3; text-transform:uppercase; letter-spacing:.03em;}
h4 { font-size: 1.5em; line-height: 1.35; text-transform:uppercase; letter-spacing:.03em;}
h5 { font-size: 1.2em; line-height: 1.5; }
h6 { font-size: 1em; line-height: 1.6; font-weight:bold; }

.colorWhite {color:#ffffff;}

.caption {font-size: 90%; line-height: 1.2; margin-top: 2px; margin-bottom: 10px;}

.photoCredit {font-size: 70%;}

.bold700 {font-weight: 700;}





p {margin: 0 0 .6em 0; hanging-punctuation: first;}

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

.smaller {font-size:85%;}
.larger {font-size:120%;}
.largerStill {font-size:150%;}


.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%;
	color:#1b3668;
	padding:.1em 4%;
	margin:20px auto 20px 0;
	border-left:4px solid #b3282d;
	font-size:140%;
	font-weight:900;
	hanging-punctuation: first;
}

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:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:10px 0 20px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#D7D7D7;
}

.photoGrid img {
	box-sizing:border-box;
	border:#ffffff 6px solid;
	width:33%;
	height:auto;
	float:left;
}

/* Links
--------------------------------------------------------- */
a {transition:all .2s; font-weight:900;}
a:link, a:visited 			{color: #b3282d; text-decoration: none;}
a:hover, a:focus, a:active	{color: #751920; text-decoration: none; }
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.iconlink:link, a.iconlink:visited { color:#666666;}
a.iconlink:hover, a.iconlink:focus, a.iconlink:active {color:#1b3668;}

.arrow:hover {color:#b3282d;}






/* 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="tel"],
.standard input[type="email"],
.standard textarea,
.standard select {
	border: 1px #ccc solid;
	padding: 13px 12px;
	outline: none;
  font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #666666;
	margin: 0 5px;
	width: 16em;
	max-width: 80%;
	margin-bottom: 10px;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="tel"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	border: 1px solid #b3282d;
	color: #333;
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-weight:700;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] { display: inline; }
.standard input[type=checkbox]+label { position: relative; display: inline-block; font-size: 18px; cursor: pointer; }
.standard input[type=checkbox]+label:before {
	content: '\f096';
	position: relative;
	display: inline-block;
	font: normal 25px FontAwesome;
	top: 3px;
	width: 30px;
	margin-bottom: 5px;
}
.standard input[type=checkbox]:checked+label:before { content: '\f046'; }
.standard input[type=checkbox] { display: none; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }

.standard.news input[type="text"],
.standard.news input[type="email"] { border: 1px solid #fff; }

.standard .phonepart { width: auto !important; }

.multirow {
	width:100%;
	float:left;
	clear:both;
}

.multirow input.short, .multirow select.short {
	width:60px;
	float:left;
	margin-right:10px;
}

.multirow input.medium, .multirow select.medium {
	width:200px;
	float:left;
	margin-right:10px;
}

input.short, select.short {
	width:7em !important;
}

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:#d10109;
}

.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;
}

textarea.tall { height: 187px; }








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


.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#1b3668;
		color: #fff;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#1b3668;
		color: #fff;
		}

a:link.button, a:visited.button {color: #ffffff; background-color:#b3282d; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#1b3668; text-decoration: none; }

.button.large, a.button.large, .btn-lg
	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;
		 }

.button.lg { font-size:1.8em; padding-top:15px; padding-bottom: 15px;}
.button.full { width: 100%; }
.button.wide { min-width: 50%; }


/* 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: 6px;
  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;}

.paddingVertical20 {padding-top:20px; padding-bottom:20px;}
.paddingVertical40 {padding-top:40px; padding-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:#ffffff;
	clear:both;
	padding:40px 0 20px 0;
	border-top: 2px solid #fcb526;
	}

.index footer {border: none;}

footer a:link, footer a:visited {color:#CAC9C9; text-decoration: none;}
footer a:hover, footer a:active {color:#ffffff;	 text-decoration: none;}



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


/* Multiple Column UL */
.multi-col3 {clear:both;-webkit-columns: 3 200px;-moz-columns: 3 200px;columns: 3 200px; width:100% !important;}
.multi-col2 {clear:both;-webkit-columns: 2 280px;-moz-columns: 2 280px;columns: 2 280px; width:100% !important;}
.multi-col3, .multi-col2 { list-style: none; }


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

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



/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

.bgWhite {
	background-color:#fff;
	color:#333;
}

.bgBlue {
	background-color: #1b3668;
	color:#fff;
}

.bgBlue h1, .bgBlue h2,.bgBlue h3,.bgBlue h4 {color:#fff;}

a#langLink { float: right; margin: -2em 1.6em 0 0; }

/*
#hero {
	background: url(../images-index/hero-3.jpg) no-repeat center center;
	background-size:cover;
	float:left;
	width:100%;
	height: 600px;
	border-bottom: 2px solid #1b3668;
	color:#fff;
	background-color:#303743;
}

#hero img { width: 400px; margin-top: 60px; }

#hero h1 {color:#fff; font-size: 2em;}

*/






.heroFormBlock {
    width: 100%;
    float: left;
    background-color: #1b3668;
    color:#fff;
    margin-bottom: 20px;
}

.heroFormContainer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.heroFormLeft {
    width: 420px;
    max-width: 100%;
    padding:40px;
}

.heroFormRight {
    width: 100%;
    background: url(/images-index/Ehr-family.jpg) no-repeat center center;
    background-size:cover;
}


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

    .formBlock {padding-top:20px;}
    .heroFormContainer {display: block; }
    .heroFormContainer img {width: 250px; height: auto;}

    .heroFormRight {display: none;}
    .heroFormLeft {width: 400px; margin: 0 auto; max-width: 100%; padding: 10px;}


}
















.pageHero {
	width: 100%;
	float: left;}
.pageHero img {width: 100%; height: auto;}



.rnd {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: hsla(219,59%,26%,.15);
	margin: 40px auto 12px;
}
.rnd.sm { width: 50px; height: 50px; margin: 0 10px; }

.rnd .fa {
	font-size: 56px;
	margin-top: 47px;
}
.rnd.sm .fa { font-size: 30px; margin-top: 10px; color: #fff; }
footer .rnd.sm:hover, footer .rnd.sm:active { background-color: #fff; }
footer .rnd.sm:hover .fa, footer .rnd.sm:active .fa { color: #27a9e1; }
footer .rnd.sm { background-color: #27a9e1; display: inline-block; }

.box { border: 1px solid #27a9e1; }

.minHeight {min-height:400px;}

/*
blue #1b3668
red #b3282d
gold #fcb526
lite blue #27a9e1
gray #303743

*/

#twitter li { list-style:none; margin:0 0 15px 0; padding:0;}

#twitter .meta {font-size:80%;}

ul#twitter {margin:5px 0 0 0; padding:0; list-style:none;}

#twitter .meta a:link, #twitter .meta a:visited {color: #666666; text-decoration: none;}

#twitter .meta a:hover, #twitter .meta a:focus, #twitter .meta a:active { color: #8f4716; text-decoration: none; }


.firstContainer { background-color: #fff; color: #222222; padding:40px 0; min-height: 400px;}

.ddSlide { margin-left: 0; }
.ddSlide li { list-style: none; }
.ddSlide li h4 { cursor: pointer; }
.ddSlide .date {  font-size: 75%; font-weight: 100; margin-left: 15px; }
.ddSlide .desc {
	display: none;
	box-sizing: border-box;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 3px solid #b3282d;
}


.disclaimer {
	display:inline-block;
	clear:both;
	margin:20px 0;
	padding:5px 10px;
	border:1px solid #fff;
}

.arrow { cursor: pointer; position: relative; padding-left: 1.2em; }
.arrow:before {
	content: '\f01a';
	position: absolute;
	font-family: FontAwesome;
	color: #b3282d;
	font-size: .8em;
	left: 5px;
	top: 1px;
	transition: all .3s;
}
.arrow.open:before { transform: rotate(180deg); }
.arrow + div {
	box-sizing: border-box;
	padding: 0 0 0 1.6em;
}

.brdrBottom { border-bottom: 2px solid #b3282d; padding-bottom:5px; margin-bottom:15px; }



.payment-errors { color: #b3282d; }


.shareBlock { border-top:#cccccc 1px solid; margin:20px 0 10px 0; }


.shareBlock a {margin-top: 10px; display: inline-block;}
.shareBlock a:link, .shareBlock a:visited { color:#cccccc;}
.shareBlock a:hover, .shareBlock a:focus, .shareBlock a.iconlink:active {color:#1b3668;}


.shareTag {
	display:inline-block;
	font-weight:700;
	font-size:12px;
	color:#cccccc;
	transform: rotate(-90deg) translateX(15px);

}


.fullWidth10 {
	box-sizing:border-box;
	padding:0 10px;
	float:left;
	font-size:90%
}



.titleBlock {
	width: 100%; clear: both; color:#ffffff; background-color: #1b3668; padding: 20px 10px 20px 10px; margin: 0; text-align: center; display: block; box-sizing: border-box;
}

.titleBlock h1 {
	margin: 0 0 0 0; line-height: 1.1; color:#ffffff;
}



.downTriangle {
	margin: 0 auto 20px;
	width: 20px;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #1b3668;
	box-sizing: border-box;
}

	/* #Pop Up
================================================== */

.popBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: 99;
}
.pop {
	position: fixed;
	top: 20vh;
	left: calc(50vw - 300px);
	width: 600px;
	height: 580px;
	border: 2px solid #fff;
	background: #1b3668;
	box-sizing: border-box;
	padding: 20px;
	z-index: 100;
}
.pop p, .pop h2 { color: #fff; }
.pop:before {
	content: '';
	position: absolute;
	display: block;
	left: -8px;
	top: -9px;
	width: 608px;
	height: 590px;
	border: 2px solid #b3282d;
	z-index: -1;
}
.pop:after {
	content: '';
	position: absolute;
	display: block;
	left: -14px;
	top: -16px;
	width: 620px;
	height: 604px;
	border: 2px solid #fff;
	z-index: -2;
}
.pop .close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #fff;
	z-index: 999;
	background: #1b3668;
	color: #fff;
	box-sizing: border-box;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
.pop .close:hover { transform: rotate(144deg); }
.pop .close img { width: 30px; }
.pop .logo { width: 200px; }
.popnews,.popdonate { width: 48%; display: inline-block; vertical-align: top; }
.popnews { box-sizing: border-box; border-right: 1px solid #fff; padding-right: 10px; }
.popdonate { margin-left: 10px; }

.pop [type=radio], .radio [type=radio] { display: none; }
.pop label, .radio label {
	font-weight: 700;
	font-size: 1.7em;
	color: #1b3668;
	display: inline-block;
	border: 1px solid #fcb526;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	padding: 8px 20px;
	min-width: 100px;
	text-align: center;
	margin: 5px;
	cursor: pointer;
	transition: all .3s;
}
.pop label:hover, .radio label:hover { background: #1b3668; color: #fff; }
.pop [type=radio]:checked+label, .radio [type=radio]:checked+label { background-color: #b3282d; color: #fff; }
@media only screen and (max-height: 700px) { .pop{ top: 100px; } }

/*Slide Show 2
---------------------------------------------------------- */

.loadSlideShow {width: 100%; float: left; min-height: 100px; background: url("/images-index/busySmall.gif") no-repeat center center;}

.slideThumbWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slideThumb {
    margin: 10px;
    width: 200px;
    height: 200px;
    background: #1b3668 no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.slideThumbInfo {
    width:200px;
    height:200px;
    background-color: rgba(27,54,107,0.7);
    position: absolute;
    top:200px;
    left:0;
    transition: all .3s;
    color:#ffffff;
    text-align: center;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.slideThumbInfo div {width:80%; margin-left: 10%;}

.slideThumbInfo a:link, .slideThumbInfo a:visited 			{color: #ffffff; text-decoration: none;}
.slideThumbInfo a:hover, .slideThumbInfo a:focus, .slideThumbInfo a:active	{color: #677da7; text-decoration: none; }

.slideThumb:hover .slideThumbInfo, .slideThumbActive .slideThumbInfo {top:0;}

.slideShowBox {width: 100%; max-height: 500px; float: left; text-align: center; margin-bottom: 10px; position: relative;  }

.slideShowBox img {max-width: 100%; height: auto; max-height: 500px;}


/*issues block
---------------------------------------------------------- */

.issuesBlockWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}

.issueBlock {
    margin: 10px;
    color:#ffffff;
    width: 260px;
    height: 260px;
    background: #1b3668 no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
	box-sizing: border-box;
    text-align: center;
}


.issueBlock p {margin: 5px 0; text-align: center;}

.issueBlock .head {font-weight: bold; font-size: 130%; line-height: 1.2;}

.issueBlock a:link, .issueBlock a:visited 			{color: #ffffff; text-decoration: none;}
.issueBlock a:hover, .issueBlock a:focus, .issueBlock a:active	{color: #677da7; text-decoration: none; }


@media only screen and (max-width: 767px) {
    .issueBlock {
    width: 240px;
    height: 240px;
    }
    }





/* Act Blue Forms
---------------------------------------------------------- */


header.at-title {background-color: #FFFFFF; padding:10px;   font-family: 'Open Sans', sans-serif;}



/* Facebook Feed
---------------------------------------------------------- */

.facebook {
	margin:0;
	float:left;
}

.facebook ul {
	width:90%;
	margin:6px 0 0 0;
	padding:0;
	float:left;
	line-height:1.3em;
}

.facebook li {
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	display:block;
	list-style:none;
	list-style-image: url(foo.gif);
	border-bottom:#d6cdb9 1px solid;
}

.facebook li img {
	float:left;
	margin:2px 8px 4px 0;
	max-width:150px;
	height:auto;
}

.faceboollinks {
	font-size:80%;
	margin:3px 0;
	clear:both;
}










.cHero {
	background: #08234e url(../images-index/hero-3.jpg) no-repeat center center;
	background-size:cover;
	float:left;
	width:100%;
	height: 600px;
	border-bottom: 2px solid #1b3668;
	color:#fff;
    display: flex;
    align-items: center;
}

.cHero div { width: 40%; text-align: center; margin-left: 5%;}

.cHero h1, .cHero h3, .cHero h4 {color:#fff; }



.squareLinkBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.squareLinkBlock a {
    width:18%;
    min-width: 9em;
    height:150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 10px;
    font-size: 130%;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1.1}

.squareLinkBlock a:link, .squareLinkBlock a:visited 			{color: #fff; text-decoration: none; background-color:#b3282d}
.squareLinkBlock a:hover, .squareLinkBlock a:focus, .squareLinkBlock a:active	{color: #fff; text-decoration: none; background-color: #1b3668; }




.flexWrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
}

.flexWrapper .flexItem {
  text-align: center;
  padding: 10px;

}










/* #Layout Styles
================================================== */

.Centered .layoutCentered {text-align:center; max-width:600px; height:auto;}



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

	.mobileOnly {display:none;}



	/* Menu Break */
	@media only screen and (max-width: 1199px) {

		header {overflow:visible; }




		.photoGrid {text-align:center;}

		.photoGrid img {
				width:95%;
				float:none;
			}




	}

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


	}






	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {



        header .logo, footer .logo {max-width:200px;}

		.hideMobile, #hero {display:none;}

		.mobileOnly {display:block;}


		.mobileCenter {text-align:center;}

		.wrapper {overflow:hidden;}



		.pop {
			top: 90px;
			left: 5vw;
			width: 86vw;
			height: calc(100vh - 110px);
		}
		.pop .logo { width: 120px; }
		.pop:before { width: calc(85vw + 12px); height: calc(100vh - 101px); }
		.pop:after { width: calc(85vw + 24px); height: calc(100vh - 88px); }
		.popnews,.popdonate { width: 100%; }
		.popnews { border: none; padding: 0; }
		.popdonate { margin: 0; }



        .cHero {
            background: #08234e;
            float:left;
            width:100%;
            height: auto;
            border-bottom: 2px solid #1b3668;
            color:#fff;
            display: flex;
            align-items: center;
        }

        .cHero div { width: 80%; text-align: center; margin:30px auto;}


        .squareLinkBlock a {
            width:50%;

	}

	/* 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) {


	}
