@charset "UTF-8";
/* CSS Document */
/* Turcotte Data & Design */
/* http://turcottedata.com */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
/* end reset */
.myFont {
  font-family: 'Lato', serif;
}
body {
  background: #4b5da7;
  font-size: 62.7%;
  font-family: 'Lato', serif;
}
header {
  padding-top: 20px;
  background: white;
  height: 135px;
}
header h2 {
  font-size: 1.7em;
  color: #41458c;
  text-align: right;
  padding-top: 2em;
}
nav {
  background: #41458c;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#slider {
  width: 960px;
  height: 379px;
}
#slider a {
  display: block;
}
#slider img {
  display: block;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.questions {
  background: #f7f7f7;
  border-bottom: 3px solid #e4e4e4;
  margin-top: 20px;
}
.lowerthird {
  background: white;
  min-height: 475px;
}
.lowerthird .homecta {
  background: white;
  margin-bottom: 1em;
  margin-top: 1em;
}
.lowerthird .homecta h2 {
  font-size: 2.4em;
  text-align: center;
  margin: .5em 0 .5em;
}
.lowerthird .homecta h3 {
  text-align: center;
  font-size: 1.6em;
}
.lowerthird .homecta a:link,
.lowerthird .homecta a:visited {
  color: #0061c0;
  text-decoration: none;
}
.lowerthird .homecta a:hover {
  text-decoration: underline;
}
.lowerthird .homecta hr {
  border: 0;
  height: 1px;
  width: 20%;
  margin-top: 1.5em;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.lowerlowerthird {
  margin-top: 6em;
}
.lowerlowerthird h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1em 0;
}
.lowerlowerthird p {
  font-size: 1.4em;
}
.lowerlowerthird .jumpoff {
  min-height: 25em;
  position: relative;
}
.lowerlowerthird .jumpoff a:link,
.lowerlowerthird .jumpoff a:visited {
  text-decoration: none;
  color: #0061c0;
}
.lowerlowerthird .jumpoff a:hover {
  text-decoration: underline;
}
.lowerlowerthird .jumpoff .homelink {
  position: absolute;
  bottom: 0;
  color: #0061c0;
  font-size: 1.4em;
}
.secondarytitlearea {
  height: 115px;
  background: #f7f7f7;
  border-bottom: 3px solid #e4e4e4;
}
.secondarytitlearea h1 {
  font-size: 3em;
  color: #414042;
  letter-spacing: .1em;
  line-height: 115px;
  display: inline-block;
  padding-right: 1em;
}
.secondarytitlearea img {
  vertical-align: middle;
  padding-bottom: 25px;
}
.content {
  background: white;
  min-height: 550px;
  padding-top: 1em;
  padding-bottom: 5em;
}
.content a {
  color: #4b5da7;
  text-decoration: none;
}
.content img {
  margin: 0 10px;
}
.content h1 {
  color: #414042;
  font-weight: bold;
  font-size: 2.4em;
  margin-bottom: 1em;
}
.content h2 {
  color: #444d8b;
  font-size: 2em;
  margin-bottom: 1em;
}
.content h3 {
  clear: both;
  font-size: 1.6em;
  font-weight: bold;
  margin: 2em 0 1em 0;
}
.content p {
  margin-bottom: 1em;
  line-height: 1.6em;
  font-size: 1.5em;
}
.content ul {
  list-style: disc;
  margin: 10px 0 10px 30px;
  padding: 0;
  margin-bottom: 2.5em;
}
.content ol {
  list-style: decimal;
  margin: 10px 0 10px 30px;
  padding: 0;
  margin-bottom: 2.5em;
}
.content li {
  margin: 0 0 10px 0;
  padding-left: 5px;
  line-height: 1.6em;
  font-size: 1.5em;
}
.content li li {
  font-size: inherit;
  line-height: inherit;
}
.content ul li ul {
  margin-bottom: 0;
}
.content hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.content strong {
  font-weight: bold;
}
.gridbox {
  text-align: center;
  margin-top: 2em;
}
.gridbox a {
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
}
.gridbox img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.gridboxinner {
  border: 1px solid #bdbdbd;
  background: #f9f9f9;
  padding: 7px;
}
.innerimg {
  float: left;
  margin-right: 10px;
}
.innertext {
  height: 78px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
#sidebar {
  width: 215px;
  margin-left: 5px;
  padding-left: 5px;
  float: right;
  clear: left;
  border-left: 1px solid #f3c6bf;
}
#sidebar h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#sidebar a:link,
#sidebar a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #305986;
}
#sidebar a:hover {
  color: #f09b84;
}
#sidebar ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding: 0;
}
#sidebar li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #305986;
}
footer {
  min-height: 265px;
  background: #4b5da7;
}
footer .footertop {
  background: #d7d9e8;
  height: 250px;
}
footer .footertop a:link,
footer .footertop a:visited {
  color: #0061c0;
}
footer div {
  padding-bottom: 1em;
}
footer h2 {
  color: #333;
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #f09b84;
}
footer p {
  color: #333;
}
footer li {
  font-size: 1.6em;
  line-height: 160%;
  color: #0061c0;
}
.secondaryfootertop {
  background: #d7d9e8;
  height: 90px;
}
.secondaryfooter h2 {
  line-height: 50px;
  font-size: 2.6em;
  color: #414042;
  text-align: center;
}
.secondaryfooter a:link,
.secondaryfooter a:visited {
  color: #f12f4c;
  text-decoration: none;
}
.secondaryfooter a:hover {
  text-decoration: underline;
}
.newsletter {
  text-align: center;
  margin-top: 1em;
}
.newsletter h3 {
  color: white;
  font-size: 1.8em;
  margin-bottom: .5em;
}
.socmed {
  background: #4b5da7;
  height: 100px;
}
.socmed img {
  margin-right: 5px;
}
.socmed .socmedmiddle {
  text-align: center;
  font-size: .8em;
  padding-top: 60px;
}
.socmed h2 {
  color: white;
}
.socmed p {
  color: white;
  font-size: 1.4em;
  padding-bottom: .5em;
}
.credits {
  color: white;
  font-size: .8em;
  padding-bottom: .5em;
}
.rightalign {
  text-align: right;
}
.readmore {
  display: block;
  margin: 1em auto 3em;
  font-size: 1.5em;
}
.author {
  font-size: 1.3em !important;
  margin: -1em auto 1em !important;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  margin-bottom: 5.5em;
}
