/* import styles */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  text-align: center; }
  
ol, ul { list-style: none; }

/* color variations */
.back {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: repeat-y;
}
.back-b-w { background-image: url(../images/background-b-w.png); }
.back-r-w { background-image: url(../images/background-r-w.png); }
.back-r-y { background-image: url(../images/background-r-y.png); }
.back-w-b { background-image: url(../images/background-w-b.png); }
.back-w-y { background-image: url(../images/background-w-y.png); }
.back-y-r { background-image: url(../images/background-y-r.png); }

.c-blue { background-color: #00519E; }
.c-blue h1, .c-blue h2, .c-blue h3, .c-blue h4, .c-blue h5, .c-blue h6 { color: #E9AD20; }
.c-bluea, .c-blue a:visited { color: #FFFFFF; text-decoration: none; }
.c-blue a:hover, .c-blue a:focus { color: #E9AD20; }
.c-blue p { color: #fff; opacity: .8; }

.c-red { background-color: #971F31; }
.c-red h1, .c-red h2, .c-red h3, .c-red h4, .c-red h5, .c-red h6 { color: #E9AD20; }
.c-red a, .c-red a:visited { color: #FFFFFF; text-decoration: none; }
.c-red a:hover, .c-red a:focus { color: #E9AD20; }
.c-red p { color: #fff; opacity: .8; }
 
.c-white { background-color: #ffffff; }
.c-white h1, .c-white h2, .c-white h3, .c-white h4, .c-white h5, .c-white h6 { color: #971F31 }
.c-white p { color: #000; opacity: .8; }

.c-yellow { background-color: #E9AD20; }

.democrat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
	width: 150px;
	height: 150px;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
  margin: 0;
  text-align: left;
  text-rendering: optimizelegibility; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  color: #001122;
  font-size: 2.5em;
  line-height: 1.4em;
  margin-bottom: .75em; }

h2 {
  color: #6699cc;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: .5em; }

h3 {
  color: #961F32;
  font-size: 1.625em;
  line-height: 1.4em;
  margin-bottom: .5em; }

h4 {
  color: #00549C;
  font-size: 1.375em;
  line-height: 1.4em;
  margin-bottom: .75em; }

h5 {
  color: #5577aa;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: .5em; }

h6 {
  color: #222222;
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: .75em; }

p {
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.6em;
  text-align: left; }


/* links */
a, a:visited {
  color: #00549C;
  text-decoration: underline;
  outline: 0; }

a:hover, a:focus {
  color: #336699; }

p a, p a:visited {
  line-height: inherit; }
 
/* lists */
ul, ol {
  margin-bottom: 1em; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 1.625em; }

ul.square {
  list-style: square outside; text-align: left;
}

ul.circle {
  list-style: circle outside; text-align: left;
}

ul.disc {
  list-style: disc outside; text-align: left;
}
  
ol.decimal { list-style-type: decimal; }
ol.lower-alpha { list-style-type: lower-alpha; }
ol.upper-alpha { list-style-type: upper-alpha; }
ol.lower-roman { list-style-type: lower-roman; }
ol.upper-roman { list-style-type: upper-roman; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.25em 0 0.25em 1.875em;
  font-size: 90%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: .5em; }

li {
  line-height: 1.125em;
  margin-bottom: .5em;
  }

li p { margin: 0; line-height: 1.4em; }

/* floats */
.flol { float: left; margin: 0.25em 1em 0 .125em; }
.flor { float: right; margin: 0.375em .125em 0 1em; }
.cfix:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

/* global */
body {
  padding: 0em;
  margin: 0;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: white; }

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: white; }
  
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   display: block !important;
   clear: both !important;
}
  
div {
  	-webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.row-1 > div, .row-2 > div, .row-3 > div, .row-4 > div, .row-6 > div {
	padding: 1em;
}
.contact h2, .contact h3, .contact h5, .contact p { text-align: center; }
.contact h3 { color: #fff; }
.contact a { color: #000; }

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #fff; /* fallback */
	padding: .5em 1em;
	border-radius: .25em;
	color: #000;
	display: inline-block;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 1.25em;
	line-height: 1.25em;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff !important;
	background: #00519E; /* fallback */
}

.footer {
  	padding: 1em;
  	background-color: #00519E;
}
  .footer p {
  	text-align: center;
  	margin: 1em;
  	color: #fff;
  	font-weight: bold;
  	text-transform: uppercase;
  }
.icon {
  	display: inline-block;
  	width: 60px;
  	height: 60px;
  	line-height: 180px;
  	margin: 0 10px;
  	background-image: url(../images/icon-twitter.png);
  	background-position: 0 0;
  	background-repeat: no-repeat;
  	text-indent: -30em;
  	overflow: hidden;
}
.icon.twitter {
  	background-image: url(../images/icon-twitter.png);
}
.icon.facebook {
  	background-image: url(../images/icon-facebook.png);
}
.icon.youtube {
  	background-image: url(../images/icon-youtube.png);
}
.icon.instagram {
  	background-image: url(../images/icon-instagram.png);
}
.opacity50 {
	opacity: .5;
}
/* responsive images */
.fill {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 36em) {

  .row-1,
  .row-2,
  .row-3,
  .row-4,
  .row-6 {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    padding: 0;
}
    .row-1:before, .row-1:after,
    .row-2:before,
    .row-2:after,
    .row-3:before,
    .row-3:after,
    .row-4:before,
    .row-4:after,
    .row-6:before,
    .row-6:after {
      content: "";
      display: table; }
    .row-1:after,
    .row-2:after,
    .row-3:after,
    .row-4:after,
    .row-6:after {
      clear: both; }
    .row-1 > div,
    .row-2 > div,
    .row-3 > div,
    .row-4 > div,
    .row-6 > div {
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; 
      padding: 1em;
    }

  .row-1 > div {
    width: 100%; }
  .row-1 > .slot {
    margin-right: 0;
    float: right; }

  .row-2 > div {
    width: 50%; }
  .row-2 > .slot-2 {
    margin-right: 0;
    float: right; }

  .row-3 > div {
    width: 33.333%; }
  .row-3 > .slot-3 {
    margin-right: 0;
    float: right; }

  .row-4 > div {
    width: 25%; }
  .row-4 > .slot-4 {
    margin-right: 0;
    float: right; }

  .row-6 > div {
    width: 16.666%; }
  .row-6 > .slot-6 {
    margin-right: 0;
    float: right; }

}
