/* rwd widths */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.sr-only {
  display: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
}
header[role="banner"] {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  border-color: #dddddd;
  z-index: 1000;
  min-height: 100px;
  border: 1px solid transparent;
  border-width: 0 0 1px;
  margin: 0;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] {
    margin: 0 5%;
  }
}
@media only screen  and  (min-width: 1330px) {
  header[role="banner"] {
    margin: 0 auto;
    max-width: 1050px;
  }
}
header[role="banner"] h1 {
  color: #0f0f0f;
  width: 200px;
  margin-top: 28px;
  float: left;
  display: inline-block;
  background: url(logo-new.png) 0 0 no-repeat;
  background-size: contain;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 49px;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font: 0px/0 a;
}
header[role="banner"] h1 a {
  display: block;
  height: 100%;
}
@media only screen  and  (min-width: 480px) {
  header[role="banner"] h1 {
    width: 250px;
    margin-top: 20px;
  }
}
header[role="banner"] nav menu {
  display: none;
  border-top: #dddddd 1px solid;
  padding: 10px 0 0 0;
  text-align: center;
  padding: 0;
  list-style: none;
  clear: both;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] nav menu {
    display: block;
    float: right;
    border: none;
    clear: none;
    padding: 0;
    margin: 20px;
  }
}
header[role="banner"] nav menu ul {
  margin: 0;
  padding: 0;
}
header[role="banner"] nav menu li {
  position: relative;
  display: block;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] nav menu li {
    display: inline-block;
  }
}
header[role="banner"] nav menu li a {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
  padding-top: 10px;
  line-height: 20px;
  color: #0f0f0f;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] nav menu li a {
    padding: 10px;
  }
}
@media only screen  and  (min-width: 992px) {
  header[role="banner"] nav menu li a {
    margin-left: 20px;
  }
}
header[role="banner"] nav menu li a:hover {
  color: #112288;
}
header[role="banner"] nav menu li.current-menu-item a {
  border-bottom: 2px solid #112288;
}
header[role="banner"] nav menu li.login a {
  padding: 18px 30px;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] nav menu li.login a {
    border: 2px solid #eeeeee;
  }
}
header[role="banner"] nav menu li.login a:hover {
  background-color: #eeeeee;
  color: #0f0f0f;
}
header[role="banner"] nav button.toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 8px 10px;
  margin-top: 33px;
  margin-bottom: 33px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-color: #dddddd;
  border-radius: 0;
}
header[role="banner"] nav button.toggle:hover {
  background-color: #eeeeee;
}
@media only screen  and  (min-width: 770px) {
  header[role="banner"] nav button.toggle {
    display: none;
  }
}
article {
  background-color: #f0f0f0;
  text-align: center;
}
@media only screen  and  (min-width: 770px) {
  article {
    padding-bottom: 3em;
  }
}
article.home {
  background-color: #ffffff;
}
@media only screen  and  (min-width: 770px) {
  article.home header {
    padding-bottom: 370px;
  }
}
article menu.sub-section {
  background: #e8e6e1;
  list-style: none;
  text-align: left;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  margin: 0;
  padding: 1em;
  text-transform: uppercase;
  font-size: 12px;
  border-top: 1px solid #888888;
}
@media only screen  and  (min-width: 480px) {
  article menu.sub-section {
    padding: 2.5em 1em;
  }
}
@media only screen  and  (min-width: 1330px) {
  article menu.sub-section ul {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 1050px;
  }
}
article menu.sub-section li {
  list-style: none;
  padding: 1em 0;
}
article menu.sub-section li.current-menu-item {
  font-weight: bold;
}
article menu.sub-section li a {
  color: #888888;
}
@media only screen  and  (min-width: 480px) {
  article menu.sub-section li {
    display: inline-block;
    border-right: 1px solid #888888;
    padding: .75em 2em;
  }
  article menu.sub-section li:last-child {
    border: none;
  }
}
article header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #888888;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen  and  (min-width: 480px) {
  article header {
    padding: 75px 75px;
  }
}
@media only screen  and  (min-width: 770px) {
  article header {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen  and  (min-width: 1330px) {
  article header {
    min-height: 120px;
  }
}
@media only screen  and  (min-width: 1600px) {
  article header {
    padding-left: 250px;
    padding-right: 250px;
  }
}
article header h2 {
  font-size: 28px;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
@media only screen  and  (min-width: 770px) {
  article header h2 {
    font-size: 40px;
    margin: 20px 10% 10px;
  }
}
@media only screen  and  (min-width: 992px) {
  article header h2 {
    font-size: 58px;
    margin: 20px 15% 10px;
  }
}
article header h2 span.smaller {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 1.5em;
  display: block;
}
@media only screen  and  (min-width: 770px) {
  article header h2 span.smaller {
    font-size: 35px;
  }
}
article header h2 span.bigger {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 1.5em;
  display: block;
}
@media only screen  and  (min-width: 770px) {
  article header h2 span.bigger {
    font-size: 38px;
  }
}
@media only screen  and  (min-width: 992px) {
  article header h2 span.bigger {
    font-size: 60px;
  }
}
article header p {
  font-size: 15px;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media only screen  and  (min-width: 480px) {
  article header p {
    margin: 2em 0;
    font-size: 20px;
  }
}
@media only screen  and  (min-width: 770px) {
  article header p {
    margin: 2em 10%;
  }
}
@media only screen  and  (min-width: 992px) {
  article header p {
    margin-top: .75em;
    font-size: 22px;
  }
}
article section {
  padding: 1em 1em 2em;
}
@media only screen  and  (min-width: 770px) {
  article section {
    margin: 0 5% 2em;
    padding: 1em 5% 2em;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section {
    margin: 0 auto 2em;
    max-width: 992px;
  }
}
article section a {
  color: inherit;
}
article section h3 {
  margin: .75em 0;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
}
article section p {
  margin: 1em 0;
  font-size: 15px;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
}
article section.action-items {
  display: flex;
  flex-direction: column;
  padding: 40px 0 85px 0;
  color: #333333;
  background-color: #ffffff;
}
@media only screen  and  (min-width: 770px) {
  article section.action-items {
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
}
@media only screen  and  (min-width: 992px) {
  article section.action-items {
    margin: -150px 5% 10px;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.action-items {
    margin: -9em auto 5em;
    max-width: 1200px;
  }
}
article section.action-items .item {
  margin: 36px 33px;
  padding: 0;
}
article section.action-items .item p.icon-link {
  text-transform: uppercase;
  font-size: 14px;
  margin: -17px 0 0 -50px;
}
article section.action-items .item p.icon-link:before {
  content: '';
  position: relative;
  top: 12px;
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #ffffff url(/files/icon-link.svg) center center no-repeat;
  border: 1px solid #eee;
}
@media only screen  and  (min-width: 480px) {
  article section.action-items .item {
    margin-left: 90px;
    margin-right: 90px;
  }
  article section.action-items .item p {
    margin-left: 3em;
    margin-right: 3em;
  }
  article section.action-items .item p.icon-link {
    margin: -17px 0 0 -40px;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.action-items .item {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 30%;
    margin: 0;
    position: relative;
  }
  article section.action-items .item:hover:before {
    width: 0px;
  }
  article section.action-items .item:before {
    content: "";
    position: absolute;
    height: 7em;
    top: 4em;
    width: 1px;
    background-color: #ddd;
    display: block;
    right: 0;
    z-index: 50;
  }
  article section.action-items .item:last-child:before {
    width: 0;
  }
  article section.action-items .item:after {
    content: "";
    position: relative;
    height: 1em;
    display: block;
    width: 76%;
    margin: -2.5em auto 0;
    -webkit-box-shadow: 0px 1em 3em 0px #888888;
    -moz-box-shadow: 0px 1em 3em 0px #888888;
    box-shadow: 0px 1em 3em 0px #888888;
  }
  article section.action-items .item a {
    display: block;
    padding: 2em;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    height: 75%;
  }
  article section.action-items .item a:hover {
    background-color: #112288;
    color: #ffffff;
  }
  article section.action-items .item a:hover:before {
    content: "";
    position: absolute;
    background-color: rgba(17, 34, 136, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5em 0;
    left: 1.5em;
    top: -1.5em;
    z-index: -10;
  }
  article section.action-items .item a:hover:after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    background-color: #2638a6;
  }
  article section.action-items .item p {
    margin: 1em 0;
    min-height: 5.2em;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.quotes {
    margin: 0;
    padding: 0;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.quotes {
    max-width: 100%;
  }
}
article section.quotes .item p {
  font-style: italic;
  text-align: left;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
}
@media only screen  and  (min-width: 480px) {
  article section.quotes .item p {
    font-size: 25px;
  }
}
article section.quotes .item img {
  margin: 1em 0 0;
  width: auto;
  height: auto;
  max-height: 250px;
}
@media only screen  and  (min-width: 770px) {
  article section.quotes .item {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  article section.quotes .item img {
    align-self: flex-start;
    margin: 0;
    min-height: initial;
    max-width: 55%;
    max-height: 300px;
    width: auto;
  }
  article section.quotes .item .text {
    margin: 0 3%;
    max-width: 55%;
    position: relative;
    top: 2em;
    align-self: flex-start;
  }
  article section.quotes .item .text p {
    align-self: center;
    font-size: 18px;
  }
  article section.quotes .item:nth-child(odd) img {
    order: 1;
    margin-left: 12%;
  }
  article section.quotes .item:nth-child(odd) .text {
    order: 2;
    margin-right: 12%;
  }
  article section.quotes .item:nth-child(even) img {
    order: 2;
    margin-right: 12%;
  }
  article section.quotes .item:nth-child(even) .text {
    order: 1;
    margin-left: 12%;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.quotes .item {
    max-width: 100%;
  }
  article section.quotes .item:nth-child(even) img {
    max-height: 360px;
  }
  article section.quotes .item .text {
    max-width: 35%;
  }
  article section.quotes .item .text p {
    align-self: center;
    font-size: 18px;
    margin: 0;
    text-align: left;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.quotes .item .text {
    max-width: 25%;
  }
  article section.quotes .item img {
    max-height: 350px;
  }
  article section.quotes .item:nth-child(even) img {
    max-height: 430px;
  }
}
@media only screen  and  (min-width: 1600px) {
  article section.quotes .item .text {
    max-width: 25%;
  }
  article section.quotes .item img {
    max-height: 350px;
  }
  article section.quotes .item:nth-child(even) img {
    max-height: 460px;
    max-width: 62%;
  }
}
article section.numbers h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}
article section.numbers h3:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #333;
  margin: 25px auto 0;
}
@media only screen  and  (min-width: 480px) {
  article section.numbers h3 {
    font-size: 20px;
    margin-top: 3em;
  }
}
article section.numbers .items {
  display: flex;
  flex-direction: column;
}
@media only screen  and  (min-width: 770px) {
  article section.numbers .items {
    flex-direction: row;
    align-items: stretch;
  }
}
article section.numbers .items .item {
  width: 75%;
  padding: 0 0 75% 0;
  margin: 1em auto;
  position: relative;
  text-align: center;
  display: table;
}
article section.numbers .items .item .circle {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@lightest-grey', endColorstr='@white', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 100%;
  background-size: cover;
  padding: 10% 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen  and  (min-width: 480px) {
  article section.numbers .items .item {
    width: 40%;
    padding-bottom: 40%;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.numbers .items .item {
    width: 30%;
    padding-bottom: 30%;
  }
  article section.numbers .items .item .circle {
    padding: 5% 15%;
  }
}
@media only screen  and  (min-width: 915px) {
  article section.numbers .items .item {
    width: 30%;
    padding-bottom: 30%;
  }
  article section.numbers .items .item .circle {
    padding: 15% 20%;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.numbers .items .item .circle {
    padding-top: 12%;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.numbers .items .item .circle {
    padding-top: 4%;
  }
}
article section.numbers .items .item h4 {
  font-size: 70px;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  font-weight: 400;
  font-style: italic;
  color: #2299bb;
  margin: 0 auto;
}
article section.numbers .items .item h4:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #333;
  display: block;
  margin: 0 auto;
}
@media only screen  and  (min-width: 480px) {
  article section.numbers .items .item h4 {
    margin: 0;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.numbers .items .item h4 {
    font-size: 75px;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.numbers .items .item h4 {
    font-size: 100px;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.numbers .items .item h4 {
    font-size: 120px;
  }
}
article section.numbers .items .item p {
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.1;
}
@media only screen  and  (min-width: 770px) {
    article section.numbers .items .item p {
        font-size: 15px;
    }
}
article section.image_links {
  background-color: #ffffff;
  padding: 0 0;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
}
@media only screen  and  (min-width: 770px) {
  article section.image_links {
    margin: 0;
    margin-bottom: -3em;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.image_links {
    max-width: 100%;
  }
}
article section.image_links .item {
  padding: 1em 0 0;
}
@media only screen  and  (min-width: 770px) {
  article section.image_links .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  article section.image_links .item:nth-child(odd) .image {
    order: 1;
  }
  article section.image_links .item:nth-child(odd) .image:after {
    right: -1em;
  }
  article section.image_links .item:nth-child(odd) .text {
    order: 2;
    margin-right: 7%;
  }
  article section.image_links .item:nth-child(even) .image {
    order: 2;
  }
  article section.image_links .item:nth-child(even) .image:after {
    left: -1em;
  }
  article section.image_links .item:nth-child(even) .text {
    order: 1;
    margin-left: 7%;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.image_links .item:nth-child(odd) .text {
    margin-right: 15%;
  }
  article section.image_links .item:nth-child(even) .text {
    margin-left: 15%;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.image_links .item:nth-child(odd) .text {
    margin-right: 20%;
  }
  article section.image_links .item:nth-child(even) .text {
    margin-left: 20%;
  }
}
article section.image_links .item .text {
  margin: 0 5%;
}
@media only screen  and  (min-width: 770px) {
  article section.image_links .item .text {
    width: 40%;
    margin: 0 3% 0;
    align-self: flex-start;
    flex-grow: 1;
    text-align: left;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.image_links .item .text {
    width: 30%;
    margin: 1em 5% 0;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.image_links .item .text {
    width: 25%;
    margin: 1em 5% 0;
  }
}
article section.image_links .item .text h3 {
  margin: 1em 0;
}
article section.image_links .item .text p {
  margin: 2em 0;
}
article section.image_links .item .text a {
  display: inline-block;
  border-color: #333333;
  background: #333333;
  color: #ffffff;
  padding: 2em 2.5em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 1em auto;
}
article section.image_links .item .image {
  margin: 1em 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50%;
  display: table;
}
@media only screen  and  (min-width: 770px) {
  article section.image_links .item .image {
    width: 50%;
    padding-bottom: 38%;
    margin: 0;
    align-self: flex-start;
    flex-grow: 2;
    position: relative;
  }
  article section.image_links .item .image:after {
    position: absolute;
    content: "";
    width: 2em;
    height: 2em;
    background-color: #ffffff;
    top: 25%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }
}
@media only screen  and  (min-width: 992px) {
  article section.image_links .item .image {
    padding-bottom: 27%;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.image_links .item .image {
    padding-bottom: 23%;
  }
}
article section.expanded_quote {
  padding: 0;
}
@media only screen  and  (min-width: 770px) {
  article section.expanded_quote {
    margin: 0;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.expanded_quote {
    max-width: 100%;
  }
}
article section.expanded_quote .item {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media only screen  and  (min-width: 770px) {
  article section.expanded_quote .item {
    flex-direction: row;
    align-items: flex-start;
    padding: 2em 5%;
	margin: 0 auto;
    max-width: 100%;
    align-items: center;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.expanded_quote .item {
    padding: 2em 15%;
  }
}
article section.expanded_quote .item:nth-child(1) {
  background-color: #ffffff;
}
article section.expanded_quote .item:nth-child(1) .text {
  max-width: 100%;
}
@media only screen  and  (min-width: 770px) {
    article section.expanded_quote .item:nth-child(1) .text {
      max-width: 65%;
    }
}
article section.expanded_quote .item:nth-child(1) .image {
  max-width: 100%;
}
@media only screen  and  (min-width: 770px) {
    article section.expanded_quote .item:nth-child(1) .image {
        max-width: 45%;
    }
}
article section.expanded_quote .item:nth-child(odd) .text {
  order: 1;
}
article section.expanded_quote .item:nth-child(odd) .image {
  order: 2;
}
article section.expanded_quote .item:nth-child(odd) .callout {
  order: 2;
}
article section.expanded_quote .item .text {
  padding: 1em 1em 2em;
  order: 2;
  max-width: 100%;
}
@media only screen  and  (min-width: 770px) {
    article section.expanded_quote .item .text {
        max-width: 45%;
    }
}
article section.expanded_quote .item .text h4 {
  font-size: 18px;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  font-weight: normal;
}
@media only screen  and  (min-width: 770px) {
  article section.expanded_quote .item .text h4 {
    font-size: 25px;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.expanded_quote .item .text {
    text-align: left;
  }
}
article section.expanded_quote .item .image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  position: relative;
  padding: 0;
  min-height: 25em;
  order: 1;
  width: 100%;
}
@media only screen  and  (min-width: 770px) {
    article section.expanded_quote .item .image {
        max-width: 65%;
    }
}
article section.expanded_quote .item .image .quote {
  background-color: #ffffff;
  padding: 2em;
  position: absolute;
  max-width: 60%;
  right: 0;
  top: 60%;
}
article section.expanded_quote .item .image .quote p {
  font-size: 12px;
  font-style: italic;
}
@media only screen  and  (min-width: 770px) {
  article section.expanded_quote .item .image .quote p {
    font-size: 14px;
  }
}
article section.expanded_quote .item .callout {
  background-color: #16647a;
  border-top: 20px solid #2299bb;
  border-right: 20px solid #2299bb;
  color: #ffffff;
  order: 1;
  margin: 2em;
  position: relative;
  max-width: 100%;
}
@media only screen  and  (min-width: 770px) {
    article section.expanded_quote .item .callout {
        max-width: 65%;
    }
}
article section.expanded_quote .item .callout p {
  font-style: italic;
  font-size: 18px;
  padding: 1em;
  z-index: 10;
  position: relative;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  text-align: center;
}
@media only screen  and  (min-width: 1150px) {
  article section.expanded_quote .item .callout p {
    font-size: 25px;
    padding: 2em;
  }
}
article section.expanded_quote .item .callout:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
  bottom: -20px;
  background: rgba(54, 182, 218, 0.3);
  z-index: 0;
}
article section.box1 {
  background-color: #e8e6e1;
}
article section.box2 h4 {
  font-size: 15px;
  line-height: 1.4;
  margin: 3em 0 1em;
  font-weight: normal;
}
@media only screen  and  (min-width: 992px) {
  article section.box2 h4 {
    font-size: 25px;
  }
}
@media only screen  and  (min-width: 770px) {
  article section.box1,
  article section.box2 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  article section.box1 .image,
  article section.box2 .image {
    width: 100%;
    margin-left: 5%;
  }
  article section.box1.image .text,
  article section.box2.image .text {
    vertical-align: middle;
    text-align: left;
  }
  article section.box1.image img,
  article section.box2.image img {
    vertical-align: middle;
    padding-left: 1em;
  }
}
@media only screen  and  (min-width: 1150px) {
  article section.box1 .image,
  article section.box2 .image {
    width: 80%;
    margin-left: 5%;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.box1 .image,
  article section.box2 .image {
    width: 60%;
    margin-left: 5%;
  }
}
article section.link-box {
  background-color: #ffffff;
}
article section.link-box h3 {
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  text-transform: none;
  font-size: 32px;
}
article section.link-box p {
  font-size: 18px;
}
article section.link-box a {
  display: inline-block;
  background-color: #112288;
  color: #ffffff;
  padding: 23px 35px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
article section.contact_link-box {
  background-color: #ffffff;
  padding: 1em 0;
}
@media only screen  and  (min-width: 770px) {
  article section.contact_link-box {
    margin: 0;
    margin-bottom: -3em;
    align-items: center;
  }
}
@media only screen  and  (min-width: 1330px) {
  article section.contact_link-box {
    max-width: 100%;
  }
}
article section.contact_link-box h3 {
  margin: 1em 0 2em;
  font-family: 'Gotham A', 'Gotham B', Gotham, 'Avenir', helvetica, arial, san-serif;
  font-size: 24px;
  position: relative;
}
article section.contact_link-box h3:after {
  content: "";
/*  position: absolute;*/
  width: 11em;
/*  top: 2em;*/
  height: 1px;
  background-color: #888888;
  display: block;
/*  left: 0;*/
  z-index: 50;
  margin: 1em auto -1em;
}
@media only screen  and  (min-width: 770px) {
    article section.contact_link-box h3:after {
        margin: 1em 0 -1em;
    }
}
article section.contact_link-box p {
  font-size: 18px;
}
article section.contact_link-box .text {
  margin: 0 5%;
}
@media only screen  and  (min-width: 770px) {
  article section.contact_link-box .text {
    width: 35%;
    margin: 0 4%;
    text-align: left;
    float: right;
  }
}
article section.contact_link-box .text h4 {
  font-size: 18px;
  font-family: 'Chronicle SSm A', 'Chronicle SSm B', 'Chronicle', serif;
  font-weight: normal;
}
@media only screen  and  (min-width: 770px) {
  article section.contact_link-box .text h4 {
    font-size: 25px;
  }
}
article section.contact_link-box .text p {
  margin: 2em 0;
}
article section.contact_link-box .text a {
  display: inline-block;
  border-color: #112288;
  background: #112288;
  color: #ffffff;
  padding: 2em 2.5em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 1em auto;
  font-family: 'Gotham A', 'Gotham B', Gotham, helvetica, arial, san-serif;
}
article section.contact_link-box .image {
  margin: 1em 0 0;
  width: 100%;
}
@media only screen  and  (min-width: 770px) {
  article section.contact_link-box .image {
    width: 55%;
    margin: 2em 0;
    float: left;
  }
}
footer[role="banner"] {
  padding: 45px 0;
  font-family: 'Gotham A', 'Gotham B', Gotham, helvetica, arial, san-serif;
  font-weight: 400;
  font-style: normal;
  color: #aaaaaa;
  background-color: #333333;
  font-size: 12px;
  text-align: center;
  line-height: 1.44;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] .content {
    margin: 0 5%;
  }
}
@media only screen  and  (min-width: 1330px) {
  footer[role="banner"] .content {
    margin: 0 auto;
    max-width: 1050px;
  }
}
footer[role="banner"] a {
  color: inherit;
  text-decoration: none;
}
footer[role="banner"] a:hover {
  color: #ffffff;
}
footer[role="banner"] section {
  position: relative;
  min-height: 1px;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section {
    float: left;
  }
}
@media only screen  and  (min-width: 1150px) {
  footer[role="banner"] section {
    padding-left: 2%;
    padding-right: 2%;
  }
}
footer[role="banner"] section.logo {
  float: none;
  position: relative;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
footer[role="banner"] section.logo span {
  background: url(/files/footer-logo-new.png) center center no-repeat;
  width: 100%;
  height: 44px;
  margin-bottom: 30px;
  margin-right: 25%;
  display: block;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section.logo {
    float: right;
    width: 40%;
  }
}
@media only screen  and  (min-width: 1150px) {
  footer[role="banner"] section.logo {
    width: 30%;
  }
}
footer[role="banner"] section.menu menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role="banner"] section.menu menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role="banner"] section.menu menu ul li {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section.menu menu ul li {
    margin-bottom: 0px;
  }
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section.menu {
    width: 15%;
  }
}
@media only screen  and  (min-width: 1150px) {
  footer[role="banner"] section.menu {
    width: 12.5%;
  }
}
footer[role="banner"] section.contact address {
  margin-bottom: 1.4em;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section.contact {
    width: 15%;
  }
}
footer[role="banner"] section.copyright {
  color: #888888;
  font-size: 11px;
  line-height: 1.75;
  float: none;
  clear: both;
}
footer[role="banner"] section.copyright p {
  margin: 20px 10px 0px 10px;
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section.copyright p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}
@media only screen  and  (min-width: 770px) {
  footer[role="banner"] section {
    text-align: left;
  }
}
