@charset "utf-8";
* {padding: 0; margin: 0;}
img {border: 0; vertical-align: middle;}
html, body, div, form, fieldset, legend, label, p, h1, h2, h3 {margin: 0; padding: 0;}
header, nav, article, footer, address, aside, section, hgroup {display:block;}
.float {float: left;} .clear {clear: both;} 

body {font-family: 'Roboto', sans-serif; margin: 0; padding: 0; font-size: 16px; line-height: 20px; color: #494141;}

h1 {font-weight: bold; font-size: 30px; line-height: 30px; color: #547BA5;}
h2 {font-weight: bold; font-size: 22px; line-height: 22px; color: #547BA5;}
h3 {font-weight: bold; font-size: 18px; line-height: 18px; color: #000;}

a {text-decoration: none; font-weight: bold; color: #547BA5; transition: color 1s;}
a:hover {text-decoration: none; font-weight: bold; color: #000;}

ul {list-style-type: disc; list-style-position: outside; padding-left: 25px;}

.lead-para {font-size: 20px; line-height: 25px; font-style: italic;}
.pull-left {float:left; padding-right: 20px; margin-bottom: 20px;}
.pull-right {float:right; padding-left: 20px;margin-bottom: 20px;}
figcaption {display:block; background-color: #2B435D; color: #fff;text-align:center;font-style: italic;}
img.resp {width: 100%; height: auto;}

.swipeup { position: relative; width: 100%;}
.swipeimage {display: block; width: 100%; height: auto;box-shadow: 0 8px 6px -6px #000;-moz-box-shadow: 0 8px 6px -6px #000;-webkit-box-shadow: 0 8px 6px -6px #000;-o-box-shadow: 0 8px 6px -6px #000;}
.swipeoverlay {position: absolute; bottom: 0; left: 0; right: 0; background-color: #547BA5; opacity: 0.9; overflow: hidden; width: 100%; height: 15%; transition: .5s ease;}
/* .swipeup:hover .swipeoverlay {height: 100%; pointer-events:none;} */
.swipetext {white-space: nowrap; color: white; font-size: 20px; position: absolute;overflow: hidden;top: 50%;left: 50%; text-transform: uppercase; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);font-weight: bold;}
.swipetext a {color: #fff; font-size: 16px; }

@media only screen and (min-width: 1200px) { /* LARGE - Desktop */
  .one-1 {width: 97%; }
  .two-1, .two-2, .boffin-left, .boffin-right {width: 47%; }
  .three-1, .three-2, .three-3 {width: 30.33%; }
  .three-12 {width: 63.66%; }
  .four-1, .four-2, .four-3, .four-4 {width: 22%; }
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 19%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 13.66%}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) { /* MEDIUM - Tablet Portrait */
  .one-1 {width: 97%;}
  .two-1, .two-2, .boffin-left, .boffin-right {width: 47%;}
  .three-1, .three-2, .three-3 {width: 30.33%;}
  .three-12, .three-23 {width: 63.66%; margin-top: 0px;}
  .four-1, .four-2, .four-3, .four-4 {width: 22%;}
  .five-1, .five-2, .five-3, .five-4, .five-5 {width: 19%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 30.33%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) { /* SMALL - Mobile Landscape */
  .one-1, .boffin-left, .boffin-right {width: 97%;}
  .two-1, .two-2 {width: 47%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 47%;}
  .five-1, .five-2, .five-3 {width: 32.33%; }
  .five-4, .five-5 {width: 49%; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 47%;}
}

@media only screen and (max-width: 479px) { /* TINY - Mobile Portrait */
  .one-1, .boffin-left, .boffin-right {width: 97%; }
  .two-1, .two-2 {width: 97%; }
  .three-1, .three-2, .three-3 {width: 97%; }
  .three-12, .three-23 {width: 97%; }
  .four-1, .four-2, .four-3, .four-4 {width: 97%;}
  .five-1, .five-2, .five-3, .five-4 {width: 49%}
  .five-5 {width: 99%; margin-left: 0.5px; margin-right: 0.5px; }
  .six-1, .six-2, .six-3, .six-4, .six-5, .six-6 {width: 97%;}
}