@charset "UTF-8";
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,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.0em;
  line-height: 1.10em;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  font-weight: inherit;
  color: #c03e00;
}
strong a {
  font-weight: inherit;
}
strong,
span,
a {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
ul {
  list-style: none;
}
ul li:before {
  content: "• ";
  color: #005361;
  /* or whatever color you prefer */
  font-size: 20px;
  /* or whatever the bullet size you prefer */
}
.clear-float {
  display: block;
  width: 100%;
  clear: both;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.orange-button {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #c34100;
  background: -moz-linear-gradient(top, #c34100 0%, #a12900 100%);
  background: -webkit-linear-gradient(top, #c34100 0%, #a12900 100%);
  background: linear-gradient(to bottom, #c34100 0%, #a12900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c34100', endColorstr='#a12900', GradientType=0);
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: 100% 180px;
  background-position: 0 -50px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
}
.orange-button a {
  display: inline-block;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.orange-button a:hover {
  color: #ffffff;
}
.orange-button:hover {
  background-position: 0 0;
}
.blue-button {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #003f49;
  background: -moz-linear-gradient(top, #003f49 0%, #006271 100%);
  background: -webkit-linear-gradient(top, #003f49 0%, #006271 100%);
  background: linear-gradient(to bottom, #003f49 0%, #006271 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f49', endColorstr='#006271', GradientType=0);
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: 100% 180px;
  background-position: 0 -50px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.75);
}
.blue-button a {
  display: inline-block;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.blue-button a:hover {
  color: #ffffff;
}
.blue-button:hover {
  background-position: 0 0;
}
.pp_social {
  display: none;
}
h2.h2-main-title {
  color: #004f59;
  font-family: "futura-pt", sans-serif;
  font-size: 41px;
  margin-bottom: 35px;
}
.main-wrapper {
  padding-top: 76px;
}
.top-page-banner-common {
  height: 308px;
  background: no-repeat center center / cover;
  position: relative;
}
.top-page-banner-common .banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.top-page-banner-common .banner-content .container .text {
  padding: 30px 0px;
}
.top-page-banner-common .banner-content .container .text.centered {
  text-align: center;
}
.top-page-banner-common .banner-content .container .text h1 {
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
.top-page-banner-common .banner-content .container .text h1.centered {
  text-align: center;
}
.top-page-banner-common .banner-content .container .text h2 {
  font-size: 41px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
}
.top-page-banner-common .banner-content .container .text h2.centered {
  text-align: center;
}
.top-page-banner-common .banner-content .container .text p {
  padding-top: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
.top-page-banner-common .banner-content .container .text p.centered {
  text-align: center;
}
.top-page-banner-common .banner-content .container .text .button a {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  padding: 23px 144px;
}
.top-page-banner-common .banner-content .container .text .button.centered {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .top-page-banner-common {
    height: 350px;
  }
  .top-page-banner-common .banner-content .container .text h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .top-page-banner-common .banner-content .container .text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .top-page-banner-common .banner-content .container .text p {
    font-size: 16px;
    line-height: 18px;
  }
  .top-page-banner-common .banner-content .container .text .button a {
    font-size: 20px;
    line-height: 26px;
    padding: 21px 120px;
  }
}
@media screen and (max-width: 480px) {
  .top-page-banner-common {
    height: 430px;
  }
  .top-page-banner-common .banner-content .container .text h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .top-page-banner-common .banner-content .container .text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .top-page-banner-common .banner-content .container .text p {
    font-size: 14px;
    line-height: 16px;
  }
  .top-page-banner-common .banner-content .container .text .button a {
    font-size: 16px;
    line-height: 22px;
    padding: 18px 90px;
  }
}
.site-content-and-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 100vh;
}
.site-content-and-footer .site-content {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
header.site-header {
  height: 76px;
  background: #dfe0e0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.75);
}
header.site-header .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
header.site-header .header-container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
header.site-header .header-container .left .header-logo {
  width: 280px;
  margin-right: 10px;
  border-right: 1px solid #c3c4c4;
}
header.site-header .header-container .left .header-logo a {
  position: relative;
  height: 76px;
  width: 100%;
  display: block;
}
header.site-header .header-container .left .header-logo a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 45px;
  width: 205px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.site-header .header-container .left .links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0;
  list-style: none;
}
header.site-header .header-container .left .links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 76px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .header-container .left .links ul li:before {
  content: '';
}
header.site-header .header-container .left .links ul li a {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #3b3839;
  display: block;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .left .links ul li a:hover {
  color: #625d5f;
}
header.site-header .header-container .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header.site-header .header-container .right .search span {
  position: relative;
  padding: 8px 11px;
  cursor: pointer;
  border: 1px solid #909191;
  border-radius: 3px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .header-container .right .search span:hover {
  background: #b2b3b5;
}
header.site-header .header-container .right .search span i {
  position: relative;
  top: -2px;
  color: #3d3d3d;
  font-size: 12px;
}
header.site-header .header-container .right .search-panel {
  background-color: #dfe0e0;
  position: absolute;
  top: 100%;
  left: -20%;
  display: none;
  padding: 23px 28px 23px 28px;
  border: 1px solid #b8baba;
  border-top-width: 0px;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0px 5px 2px -2px rgba(30, 30, 30, 0.15);
}
header.site-header .header-container .right .search-panel form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
header.site-header .header-container .right .search-panel form input[type=text] {
  border-radius: 4px;
  -webkit-appearance: none;
  width: 217px;
  height: 32px;
  border: 1px solid #b8baba;
  padding-left: 10px;
}
header.site-header .header-container .right .search-panel form button[type=submit] {
  border-radius: 4px;
  height: 32px;
  width: 32px;
  -webkit-appearance: none;
  border: 1px solid #b8baba;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .header-container .right .search-panel form button[type=submit]:hover {
  background: #b2b3b5;
}
header.site-header .header-container .right .login {
  margin-left: 15px;
}
header.site-header .header-container .right .login span {
  padding: 8px 21px;
  font-size: 16px;
  color: #3d3d3d;
  cursor: pointer;
  border: 1px solid #909191;
  border-radius: 3px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  font-family: "futura-pt", sans-serif;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .header-container .right .login span:hover {
  background: #b2b3b5;
}
header.site-header .header-container .right .login-panel {
  background-color: #dfe0e0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 23px 28px 23px 28px;
  border: 1px solid #b8baba;
  border-top-width: 0px;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0px 5px 2px -2px rgba(30, 30, 30, 0.15);
}
header.site-header .header-container .right .login-panel form input[type=text] {
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  width: 217px;
  height: 32px;
  border: 1px solid #b8baba;
  padding-left: 10px;
}
header.site-header .header-container .right .login-panel form input[type=password] {
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  width: 217px;
  height: 32px;
  border: 1px solid #b8baba;
  padding-left: 10px;
}
header.site-header .header-container .right .login-panel form input[type=submit] {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #c34100;
  background: -moz-linear-gradient(top, #c34100 0%, #a12900 100%);
  background: -webkit-linear-gradient(top, #c34100 0%, #a12900 100%);
  background: linear-gradient(to bottom, #c34100 0%, #a12900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c34100', endColorstr='#a12900', GradientType=0);
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: 100% 180px;
  background-position: 0 -50px;
  border: 0px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 24px;
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .login-panel form input[type=submit]:hover {
  background-position: 0 0;
}
header.site-header .header-container .right .login-panel form .username-label {
  color: #909191;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .login-panel form .password-label {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .login-panel form .password-label .password {
  font-size: 12px;
  color: #909191;
}
header.site-header .header-container .right .login-panel form .password-label .forgot a {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  color: #006270;
  font-size: 12px;
}
header.site-header .header-container .right .login-panel form .register-label {
  text-align: center;
  color: #909191;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .login-panel form .register-label a {
  font-size: 12px;
  color: #006270;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .lang {
  margin-left: 30px;
}
header.site-header .header-container .right .lang .fa-language {
  font-size: 12px;
  color: #909191;
  padding-right: 8px;
}
header.site-header .header-container .right .lang .selected-language {
  display: inline-block;
  font-size: 16px;
  color: #909191;
  padding-right: 6px;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .lang .fa-angle-down {
  font-size: 12px;
  color: #909191;
}
header.site-header .header-container .right .button-wrapper {
  margin-left: 38px;
}
header.site-header .header-container .right .button-wrapper .donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 247px;
  height: 100px;
  width: 148px;
  border-radius: 0px 0px 0px 6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c34100+0,a12900+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e26900+0,a12900+100 */
  background: #e26900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e26900 0%, #a12900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e26900 0%, #a12900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e26900 0%, #a12900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e26900', endColorstr='#a12900', GradientType=0);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: 100% 180px;
  background-position: 0 -50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
header.site-header .header-container .right .button-wrapper .donate:hover {
  background-position: 0 0;
}
header.site-header .header-container .right .button-wrapper .donate a {
  color: #e7e8e8;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .button-wrapper .donate a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
header.site-header .header-container .right .button-wrapper .adopt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 99px;
  height: 100px;
  width: 148px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006270+0,003f49+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00819b+0,003f49+100 */
  background: #00819b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00819b 0%, #003f49 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00819b 0%, #003f49 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00819b 0%, #003f49 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00819b', endColorstr='#003f49', GradientType=0);
  /* IE6-9 */
  border-radius: 0px 0px 6px 0px;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  background-size: 100% 180px;
  background-position: 0 -50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header.site-header .header-container .right .button-wrapper .adopt:hover {
  background-position: 0 0;
}
header.site-header .header-container .right .button-wrapper .adopt a {
  color: #e7e8e8;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
}
header.site-header .header-container .right .button-wrapper .adopt a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
header.site-header .header-container .right .mobile-menu {
  position: relative;
  width: 99px;
  margin-left: 296px;
  z-index: 10;
}
header.site-header .header-container .right .mobile-menu i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 28px;
  color: #004f59;
  cursor: pointer;
}
header.site-header .header-container .right .mobile-menu:hover i {
  color: #007c8c;
}
header.site-header .header-container .right .header-menu {
  display: none;
}
@media screen and (max-width: 1700px) {
  header.site-header .header-container .left .links {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  header.site-header .header-container .right .member {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  header.site-header .header-container .right .button-wrapper {
    display: none;
  }
  header.site-header .header-container .right .lang {
    display: none;
  }
  header.site-header .header-container .right .mobile-menu {
    margin-left: 0px;
  }
  header.site-header .header-container .right .search-panel {
    left: -40%;
  }
  header.site-header .header-container .right .login-panel {
    left: -30%;
  }
}
@media screen and (max-width: 600px) {
  header.site-header .header-container .right .search {
    display: none;
  }
  header.site-header .header-container .right .search-panel {
    left: 2000px;
  }
  header.site-header .header-container .right .login {
    display: none;
  }
  header.site-header .header-container .right .login-panel {
    left: 2000px;
  }
}
@media screen and (max-width: 420px) {
  header.site-header .header-container .left .header-logo {
    width: auto;
    border-right: 0px solid #c3c4c4;
  }
  header.site-header .header-container .left .header-logo a {
    margin-left: 15px;
    width: 180px;
    margin-right: 0px;
  }
  header.site-header .header-container .left .header-logo a img {
    width: inherit;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.donate-adopt-under-header {
  top: 76px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: none;
}
.donate-adopt-under-header .left-donate {
  width: 50%;
}
.donate-adopt-under-header .left-donate .button {
  border-radius: 0;
  width: 100%;
}
.donate-adopt-under-header .left-donate .button a {
  font-size: 20px;
  padding: 18px 0px;
  width: 100%;
}
.donate-adopt-under-header .right-adopt {
  width: 50%;
}
.donate-adopt-under-header .right-adopt .button {
  border-radius: 0;
  width: 100%;
}
.donate-adopt-under-header .right-adopt .button a {
  font-size: 20px;
  padding: 18px 0px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .donate-adopt-under-header {
    display: flex;
  }
}
footer.site-footer .footer-wrapper .top-section {
  padding-top: 62px;
  padding-bottom: 26px;
  background-color: #4d4c4c;
}
footer.site-footer .footer-wrapper .top-section .container .top .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 70px;
}
footer.site-footer .footer-wrapper .top-section .container .top .logo img {
  width: 195px;
  height: 42px;
}
footer.site-footer .footer-wrapper .top-section .container .middle {
  padding-bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col {
  width: 20%;
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col h4 {
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col h4 a {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col ul li {
  padding-right: 10px;
  list-style: none;
  margin-bottom: 10px;
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col ul li:before {
  content: '';
}
footer.site-footer .footer-wrapper .top-section .container .middle .footer-col ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: "futura-pt", sans-serif;
}
footer.site-footer .footer-wrapper .top-section .container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
footer.site-footer .footer-wrapper .top-section .container .bottom a {
  color: #707070;
  margin: 0px 37px;
  font-family: "Hind", sans-serif;
}
footer.site-footer .footer-wrapper .bottom-section {
  padding-top: 23px;
  padding-bottom: 20px;
  background-color: #3b3839;
}
footer.site-footer .footer-wrapper .bottom-section .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .left p {
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #a8a8a8;
  font-family: "Hind", sans-serif;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a {
  padding: 5px 10px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a img {
  color: #ffffff;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .facebook {
  height: 20px;
  width: 11px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .twitter {
  height: 21px;
  width: 15px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .wordpress {
  height: 19px;
  width: 19px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .youtube {
  height: 16px;
  width: 24px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .instagram {
  height: 18px;
  width: 18px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .middle a .pintrest {
  height: 18px;
  width: 18px;
}
footer.site-footer .footer-wrapper .bottom-section .container .content .right p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: #a8a8a8;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 1100px) {
  footer.site-footer .footer-wrapper .top-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  footer.site-footer .footer-wrapper .top-section .container {
    padding: 0 35px;
  }
  footer.site-footer .footer-wrapper .top-section .container .top .logo {
    padding-bottom: 50px;
  }
  footer.site-footer .footer-wrapper .top-section .container .middle {
    display: none;
  }
  footer.site-footer .footer-wrapper .bottom-section .container {
    padding: 0 35px;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content .middle {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  footer.site-footer .footer-wrapper .top-section .container .bottom {
    font-size: 14px;
  }
  footer.site-footer .footer-wrapper .top-section .container .bottom a {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 750px) {
  footer.site-footer .footer-wrapper .top-section {
    padding-bottom: 30px;
  }
  footer.site-footer .footer-wrapper .top-section .container {
    padding: 0 10px;
    max-width: 500px;
    width: 100%;
  }
  footer.site-footer .footer-wrapper .top-section .container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer.site-footer .footer-wrapper .top-section .container .bottom a {
    padding-bottom: 30px;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content .left {
    width: 100%;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer-wrapper .top-section {
    padding-bottom: 20px;
  }
  footer.site-footer .footer-wrapper .top-section .container .bottom {
    font-size: 12px;
  }
  footer.site-footer .footer-wrapper .top-section .container .bottom a {
    margin-right: 10px;
    margin-left: 10px;
  }
  footer.site-footer .footer-wrapper .bottom-section .container {
    padding: 0 5px;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content .left p {
    font-size: 10px;
  }
  footer.site-footer .footer-wrapper .bottom-section .container .content .right p {
    font-size: 10px;
  }
}
.container {
  width: 1330px;
  max-width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
.container.vertical-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.container-1000 {
  width: 1100px;
}
.container.container-850 {
  width: 950px;
}
.container.container-810 {
  width: 910px;
}
.container.container-900 {
  width: 1000px;
}
.container.container-950 {
  width: 1050px;
}
.container.container-1000 {
  width: 1100px;
}
.container.container-1050 {
  width: 1150px;
}
.container.container-1150 {
  width: 1250px;
}
.container.container-1230 {
  width: 1330px;
}
.container.container-1250 {
  width: 1350px;
}
.container.container-1300 {
  width: 1400px;
}
.container.container-1420 {
  width: 1520px;
}
.container.container-1600 {
  width: 1700px;
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}
.banner-breadcrumb {
  background: rgba(255, 255, 255, 0.67);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-breadcrumb .breadcrumbComponent {
  height: 100%;
}
.banner-breadcrumb .breadcrumbComponent .breadcrumbseparator {
  display: none;
}
.banner-breadcrumb .breadcrumbComponent a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0;
  color: #b23500;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
}
.banner-breadcrumb .breadcrumbComponent a:first-child {
  background: rgba(178, 53, 0, 0.8);
  display: none;
}
.banner-breadcrumb .breadcrumbComponent a:hover {
  background: rgba(0, 98, 112, 0.8);
  color: #e7e8e8;
}
.banner-breadcrumb .breadcrumbComponent a i.fa {
  color: #e7e8e8;
}
.sidebar-included-links-navigation,
.sidebar-page-navigation {
  position: absolute;
  top: 0;
  left: -500px;
  background: #ebebea;
  padding: 92px 50px 92px 28px;
  z-index: 50;
  max-width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sidebar-included-links-navigation .right,
.sidebar-page-navigation .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  background: #b0b0b0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar-included-links-navigation .right i,
.sidebar-page-navigation .right i {
  font-size: 30px;
  color: #004f59;
}
.sidebar-included-links-navigation ul li,
.sidebar-page-navigation ul li {
  list-style: none;
  margin-bottom: 20px;
}
.sidebar-included-links-navigation ul li a,
.sidebar-page-navigation ul li a {
  color: #888888;
  font-family: "futura-pt", sans-serif;
}
.sidebar-included-links-navigation ul li.current,
.sidebar-page-navigation ul li.current {
  position: relative;
}
.sidebar-included-links-navigation ul li.current a,
.sidebar-page-navigation ul li.current a {
  font-weight: 600;
  color: #0d4c5b;
}
.sidebar-included-links-navigation ul li::before,
.sidebar-page-navigation ul li::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -30px;
  height: 30px;
  width: 6px;
  background: #c34100;
  border-radius: 0px 2px 2px 0px;
}
.sidebar-included-links-navigation.open,
.sidebar-page-navigation.open {
  left: 0px;
}
.sidebar-included-links-navigation.open .right .fa-caret-left,
.sidebar-page-navigation.open .right .fa-caret-left {
  display: block;
  margin-left: -3px;
}
.sidebar-included-links-navigation.open .right .fa-caret-right,
.sidebar-page-navigation.open .right .fa-caret-right {
  display: none;
}
.sidebar-included-links-navigation.closed,
.sidebar-page-navigation.closed {
  left: 0px;
  -webkit-transform: translateX(calc(-100% + 18px));
  -ms-transform: translateX(calc(-100% + 18px));
  transform: translateX(calc(-100% + 18px));
}
.sidebar-included-links-navigation.closed .right .fa-caret-left,
.sidebar-page-navigation.closed .right .fa-caret-left {
  display: none;
}
.sidebar-included-links-navigation.closed .right .fa-caret-right,
.sidebar-page-navigation.closed .right .fa-caret-right {
  display: block;
}
.sidebar-included-links-navigation.no-transition-time,
.sidebar-page-navigation.no-transition-time {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.sidebar-included-links-navigation.fixed,
.sidebar-page-navigation.fixed {
  position: fixed;
}
.sidebar-included-links-navigation {
  position: absolute;
  top: 500px;
  left: 0px;
}
.sidebar-included-links-navigation ul li:hover a {
  color: #b23500;
}
.affiliates-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 14px;
  background: no-repeat top center / cover;
}
.affiliates-panel .title {
  width: 100%;
}
.affiliates-panel .title h1,
.affiliates-panel .title h2,
.affiliates-panel .title h3,
.affiliates-panel .title h4,
.affiliates-panel .title h5,
.affiliates-panel .title h6 {
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  color: #4b4a4b;
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
}
.affiliates-panel .sponsor-images {
  max-width: 975px;
  min-height: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.affiliates-panel .sponsor-images .sponsor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.affiliates-panel .sponsor-images .sponsor.active {
  visibility: visible;
  opacity: 1;
}
.affiliates-panel .sponsor-images .sponsor p {
  font-size: 26px;
  line-height: 30px;
  color: #4b4a4b;
  font-family: "futura-pt", sans-serif;
}
.affiliates-panel .sponsor-images .sponsor img {
  width: 100%;
}
.affiliates-panel .logo-section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.affiliates-panel .logo-section #item-763947750 {
  width: 100%;
}
.affiliates-panel .logo-section .container {
  position: relative;
}
.affiliates-panel .logo-section .container .prev-arrow {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 20px;
}
.affiliates-panel .logo-section .container .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
}
.affiliates-panel .logo-section .container .logo-rotator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
.affiliates-panel .logo-section .container .logo-rotator .affiliate {
  padding: 0px 10px;
  height: 50px;
  width: 20.66%;
}
.affiliates-panel .logo-section .container .logo-rotator .affiliate .image-wrapper {
  position: relative;
  height: 100%;
}
.affiliates-panel .logo-section .container .logo-rotator .affiliate .image-wrapper img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.donate-panel {
  padding-top: 137px;
  padding-bottom: 140px;
  background: no-repeat center center / cover;
}
.donate-panel .container .donate-text {
  width: 100%;
  maxw-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.donate-panel .container .donate-text h3 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 41px;
  line-height: 43px;
  color: #fbfafb;
  font-family: "futura-pt", sans-serif;
}
.donate-panel .container .donate-text p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fbfafb;
  margin-bottom: 43px;
  font-family: "futura-pt", sans-serif;
}
.donate-panel .container .donate-text .button a {
  padding: 32px 152px;
  font-size: 24px;
}
@media screen and (max-width: 550px) {
  .donate-panel {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .donate-panel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .donate-panel .container .donate-text .button {
    width: 100%;
    border-radius: 0;
  }
  .donate-panel .container .donate-text .button a {
    width: 100%;
    padding: 32px 0px;
    font-size: 20px;
  }
}
.social-media-buttons-panel {
  position: fixed;
  right: 0;
  top: calc(50% - 153px);
  top: -moz-calc(50% - 153px);
  top: -webkit-calc(50% - 153px);
  top: -o-calc(50% - 153px);
  width: 45px;
  height: 51px;
  display: none;
  z-index: 5;
}
.social-media-buttons-panel .social-media-buttons-container a img {
  display: block;
}
.social-media-buttons-panel.visible {
  display: block;
}
@media screen and (max-width: 600px) {
  .social-media-buttons-panel .social-media-buttons-container {
    display: none;
  }
}
.main-wrapper .landing-page .landing-top-page-section {
  background: no-repeat center center / cover;
  position: relative;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 {
  padding-top: 140px;
  padding-bottom: 292px;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content .left {
  width: 50%;
  padding-right: 15%;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content .left .heading h2 {
  margin-bottom: 50px;
  color: #006270;
  font-size: 41px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content .left .text p {
  color: #4c4d4f;
  font-size: 18px;
  line-height: 28px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content .right {
  width: 50%;
}
.main-wrapper .landing-page .landing-top-page-section .container-1230 .content .right img {
  max-height: 569px;
  max-width: 100%;
  height: auto;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading {
  overflow: hidden;
  width: 100%;
  z-index: 2;
  position: static;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading.overflow-hidden {
  overflow: hidden;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading.active {
  position: fixed;
  top: 100px;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner {
  padding: 30px 0px;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 41px;
  color: #0d4c5b;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner h2.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner h2.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner h2.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #4c4d4f;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner p.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner p.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-heading-outer .sub-heading .sub-heading-inner p.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section {
  padding-top: 130px;
  padding-bottom: 80px;
  background: no-repeat center center / cover;
  background-attachment: fixed;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container {
  z-index: 1;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading {
  max-width: 100%;
  width: 100%;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading p {
  text-align: center;
  margin-bottom: 120px;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading p.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading p.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading p.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading ul {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading ul.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading ul.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading ul.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2 {
  text-align: center;
  color: #ffffff;
  font-size: 41px;
  line-height: 43px;
  margin-bottom: 110px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h3 {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h3.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h3.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h3.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item p.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item p.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item p.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item ul {
  margin-bottom: 20px;
  list-style-position: inside;
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item ul.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item ul.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item ul.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item li {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item li.left {
  text-align: left;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item li.right {
  text-align: right;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item li.center {
  text-align: center;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item .button {
  margin-bottom: 88px;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item .button a {
  padding: 14px 34px;
  color: #ffffff;
}
.main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item:last-of-type .button {
  margin-bottom: 0px;
}
.main-wrapper .related-resources {
  padding-top: 87px;
  padding-bottom: 132px;
  background-color: #ffffff;
}
.main-wrapper .related-resources .container {
  position: relative;
}
.main-wrapper .related-resources .container .heading h3 {
  text-align: center;
  color: #0d4c5b;
  font-size: 41px;
  line-height: 23px;
  margin-bottom: 48px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .related-resources .container .heading p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4c4d4f;
  margin-bottom: 75px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .related-resources .container .arrow {
  position: absolute;
  top: 50%;
  height: 63px;
  width: 45px;
  border: 5px solid #004f59;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: none;
}
.main-wrapper .related-resources .container .arrow i {
  position: absolute;
  font-size: 30px;
  color: #004f59;
}
.main-wrapper .related-resources .container .prev-arrow {
  left: 75px;
}
.main-wrapper .related-resources .container .prev-arrow i {
  top: 23%;
  left: 17%;
  padding-right: 2px;
}
.main-wrapper .related-resources .container .next-arrow {
  right: 75px;
}
.main-wrapper .related-resources .container .next-arrow i {
  top: 23%;
  right: 17%;
  padding-left: 5px;
}
.main-wrapper .related-resources .container .related-posts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  max-height: 455px;
  overflow: hidden;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item {
  height: 455px;
  width: 334px;
  background: no-repeat center center / cover;
  position: relative;
  overflow: hidden;
  margin-left: 14px;
  margin-right: 14px;
  min-width: 334px;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item:hover .top-gradient {
  height: calc(100%);
  height: -moz-calc(100%);
  height: -webkit-calc(100%);
  height: -o-calc(100%);
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item:hover .title-and-excerpt .text-transition-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background: #011719;
  opacity: .86;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .top-gradient::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  height: 120px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+0,011719+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .title-and-excerpt {
  position: relative;
  padding: 32px 35px;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .title-and-excerpt h3 {
  font-size: 26px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 22px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .title-and-excerpt .text-transition-wrapper {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .title-and-excerpt .text-transition-wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .button-container {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-wrapper .related-resources .container .related-posts-wrapper .related-item .button-container .button a {
  padding: 18px 97px;
}
.main-wrapper .donate-panel {
  padding-top: 137px;
  padding-bottom: 140px;
  background: no-repeat center center / cover;
}
.main-wrapper .donate-panel .container .donate-text {
  width: 100%;
  maxw-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.main-wrapper .donate-panel .container .donate-text h3 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 41px;
  line-height: 43px;
  color: #fbfafb;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .donate-panel .container .donate-text p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fbfafb;
  margin-bottom: 43px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .donate-panel .container .donate-text .button a {
  padding: 32px 152px;
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  .main-wrapper .landing-page .landing-top-page-section .container-1230 .content .left {
    padding-right: 6%;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper .landing-page .landing-top-page-section .container-1230 .content .left {
    width: 100%;
  }
  .main-wrapper .landing-page .landing-top-page-section .container-1230 .content .right {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section {
    padding-top: 80px;
  }
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item.type-heading p {
    margin-bottom: 80px;
  }
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h2 {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 80px;
  }
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .landing-page .landing-title-scroll-section .sub-section .container .landing-item .button {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper .donate-panel {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .main-wrapper .donate-panel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-wrapper .donate-panel .container .donate-text .button {
    width: 100%;
    border-radius: 0;
  }
  .main-wrapper .donate-panel .container .donate-text .button a {
    width: 100%;
    padding: 32px 0px;
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .main-wrapper .related-resources .container {
    padding: 0;
  }
  .main-wrapper .related-resources .container .arrow {
    border: 5px solid #ffffff;
  }
  .main-wrapper .related-resources .container .arrow i {
    color: #ffffff;
  }
  .main-wrapper .related-resources .container .prev-arrow {
    left: 15px;
  }
  .main-wrapper .related-resources .container .next-arrow {
    right: 15px;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper {
    padding: 0;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper .related-item {
    width: 100%;
    min-width: initial;
    margin: 0;
    padding: 0 20px;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper .related-item .title-and-excerpt {
    padding: 32px 15px;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper .related-item .button-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper .related-item .button-container .button {
    width: 100%;
  }
  .main-wrapper .related-resources .container .related-posts-wrapper .related-item .button-container .button a {
    width: 100%;
    padding: 18px 0px;
  }
}
.main-wrapper {
  padding-top: 76px;
}
.main-wrapper .top-page-rotator {
  position: relative;
  overflow: hidden;
}
.main-wrapper .top-page-rotator .arrow {
  position: absolute;
  top: 50%;
  height: 63px;
  width: 45px;
  border: 5px solid #ffffff;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
}
.main-wrapper .top-page-rotator .arrow i {
  font-size: 30px;
  color: #ffffff;
}
.main-wrapper .top-page-rotator .prev-arrow {
  left: 50px;
}
.main-wrapper .top-page-rotator .prev-arrow i {
  padding-right: 2px;
}
.main-wrapper .top-page-rotator .next-arrow {
  right: 50px;
}
.main-wrapper .top-page-rotator .next-arrow i {
  padding-left: 5px;
}
.main-wrapper .top-page-rotator .down-arrow {
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 45px;
  width: 63px;
}
.main-wrapper .top-page-rotator .down-arrow i {
  padding-bottom: 3px;
}
.main-wrapper .top-page-rotator .rotator-container {
  height: calc(100vh -  76px );
  width: 100%;
  position: relative;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: no-repeat center center / cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
  visibility: hidden;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -33%);
  -moz-transform: translate(-50%, -33%);
  -ms-transform: translate(-50%, -33%);
  transform: translate(-50%, -33%);
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text {
  padding: 30px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h2 {
  font-size: 41px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text p {
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 30px;
}
.main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text .button a {
  padding: 13px 33px;
}
.main-wrapper .home-page .news-newsletter {
  padding-top: 146px;
  padding-bottom: 165px;
  background: no-repeat bottom center / cover;
  overflow: hidden;
}
.main-wrapper .home-page .news-newsletter .container .register {
  text-align: center;
}
.main-wrapper .home-page .news-newsletter .container .register p {
  color: #00505c;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 45px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .register .button {
  margin-bottom: 142px;
}
.main-wrapper .home-page .news-newsletter .container .register .button a {
  padding: 16px 100px;
  font-size: 26px;
  line-height: 39px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 596px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  width: 36.733%;
  margin: 4px 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate {
  background: no-repeat center center / cover;
  position: relative;
  height: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper {
  padding: 36px 34px 30px 34px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  opacity: .86;
  background: #011719;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+24,011719+24,011719+100&1+24,0+100 */
  background: -moz-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text {
  position: relative;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h1,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h2,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h3,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h4,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h5,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h6 {
  color: #ffffff;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 26px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 440px;
  width: 100%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .button a {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  padding: 15px 0;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .left .donate .wrapper .inner-wrapper .button a i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 5px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 26.534%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top {
  width: 100%;
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  margin: 4px 4px;
  border-radius: 4px;
  background: #5b94a1;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action {
  overflow: hidden;
  padding: 30px 30px;
  position: relative;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title {
  margin-bottom: 23px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h1,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h2,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h3,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h4,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h5,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .title h6 {
  font-size: 26px;
  line-height: 29px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .text {
  margin-bottom: 60px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .text p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .top .action .button a {
  padding: 14px 36px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom {
  width: 100%;
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  margin: 4px 4px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #004f59;
  border-radius: 4px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news {
  overflow: hidden;
  padding: 30px 30px;
  position: relative;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading {
  margin-bottom: 29px;
  position: relative;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h1,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h2,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h3,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h4,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h5,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading h6 {
  font-size: 26px;
  line-height: 29px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading .prev-arrow {
  position: absolute;
  top: 20%;
  left: 85%;
  height: 100%;
  width: 100%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading .prev-arrow i {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading .next-arrow {
  position: absolute;
  top: 20%;
  left: 95%;
  height: 100%;
  width: 100%;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .heading .next-arrow i {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item {
  display: none;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title {
  margin-bottom: 23px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h1,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h2,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h3,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h4,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h5,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .title h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #efebdc;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .text {
  margin-bottom: 60px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item .text p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .news-item.active {
  display: block;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .middle .bottom .news .button a {
  padding: 14px 36px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  margin: 4px 4px;
  width: 36.733%;
  padding: 36px 34px 30px 34px;
  background: no-repeat center center / cover;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  opacity: .86;
  background: #011719;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+24,011719+24,011719+100&1+24,0+100 */
  background: -moz-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text {
  position: relative;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h1,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h2,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h3,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h4,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h5,
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text h6 {
  color: #ffffff;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 26px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper .title-and-text img {
  display: block;
  margin: 0 auto;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form input[type=text] {
  display: block;
  width: 284px;
  height: 48px;
  border: 0px solid #3d3d3d;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 14px;
  -webkit-appearance: none;
  color: #004f59;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form input[type=submit] {
  margin-top: 20px;
  width: 149px;
  height: 42px;
  border: 0px solid #3d3d3d;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 0px;
  margin-bottom: 14px;
  -webkit-appearance: none;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form ::-webkit-input-placeholder {
  color: #004f59;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form :-moz-placeholder {
  /* Firefox 18- */
  color: #004f59;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #004f59;
}
.main-wrapper .home-page .news-newsletter .container .item-wrapper .right .inner-wrapper form :-ms-input-placeholder {
  color: #004f59;
}
.main-wrapper .home-page .what-we-do {
  padding-top: 123px;
  padding-bottom: 119px;
  background: no-repeat top center / cover;
  position: relative;
}
.main-wrapper .home-page .what-we-do .title {
  text-align: center;
  font-size: 41px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 44px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .what-we-do .container-900 .prev-arrow {
  display: none;
  position: absolute;
  top: 45%;
  left: 3%;
  height: 100%;
  z-index: 5;
}
.main-wrapper .home-page .what-we-do .container-900 .prev-arrow i {
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
}
.main-wrapper .home-page .what-we-do .container-900 .next-arrow {
  display: none;
  position: absolute;
  top: 45%;
  left: 90%;
  height: 100%;
  z-index: 5;
}
.main-wrapper .home-page .what-we-do .container-900 .next-arrow i {
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item {
  width: 33.333333%;
  padding: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 242px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner {
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 242px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text {
  margin: 5px;
  width: 100%;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h1,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h2,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h3,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h4,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h5,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h6 {
  text-align: center;
  font-size: 26px;
  line-height: 29px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .image {
  height: 90px;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .image img {
  margin-bottom: 20px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .image img.blue {
  display: none;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner {
  background: #ffffff;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h1,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h2,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h3,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h4,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h5,
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h6 {
  color: #1b626d;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .image img.white {
  display: none;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .image img.blue {
  display: flex;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-1 .item-inner img {
  width: 40px;
  height: 60px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-2 .item-inner img {
  width: 56px;
  height: 59px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-3 .item-inner img {
  width: 62px;
  height: 56px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-4 .item-inner img {
  width: 80px;
  height: 42px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-5 .item-inner img {
  width: 70px;
  height: 70px;
}
.main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item-6 .item-inner img {
  width: 58px;
  height: 58px;
}
.main-wrapper .home-page .large-bottom {
  background: no-repeat bottom center / cover;
  padding-top: 180px;
  padding-bottom: 120px;
}
.main-wrapper .home-page .large-bottom .container .photo-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  margin-bottom: 170px;
  min-height: 598px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  overflow: hidden;
  width: 50%;
  margin: 4px 4px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new {
  background: no-repeat center center / cover;
  position: relative;
  padding: 42px 38px 36px 38px;
  height: 100%;
  min-height: 598px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 350px;
  width: 100%;
  opacity: .86;
  background: #011719;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+35,011719+100&1+35,0+100 */
  background: -moz-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text {
  position: relative;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 26px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .button a {
  padding: 14px 36px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 50%;
  text-overflow: ellipsis;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .top {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  overflow: hidden;
  margin: 4px 4px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: no-repeat center center / cover;
  position: relative;
  padding: 31px 38px 31px 34px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .top .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  opacity: .86;
  background: #011719;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+35,011719+100&1+35,0+100 */
  background: -moz-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .top h3 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 26px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .top .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .top .button a {
  padding: 14px 36px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .bottom {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  overflow: hidden;
  margin: 4px 4px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: no-repeat center center / cover;
  position: relative;
  padding: 31px 38px 31px 34px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  opacity: .86;
  background: #011719;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+35,011719+100&1+35,0+100 */
  background: -moz-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 35%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .bottom h3 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 26px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .button a {
  padding: 14px 36px;
}
.main-wrapper .home-page .large-bottom .social-nav-container {
  padding-bottom: 85px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button {
  position: relative;
  padding: 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #152829;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .facebook-icon {
  height: 20px;
  width: 11px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .twitter-icon {
  height: 21px;
  width: 15px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .wordpress-icon {
  height: 19px;
  width: 19px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .youtube-icon {
  height: 16px;
  width: 24px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .instagram-icon {
  height: 18px;
  width: 18px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .left .pintrest-icon {
  height: 18px;
  width: 18px;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  background: #3e4546;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button .right span {
  margin-top: 2px;
  color: #ffffff;
  font-family: "Hind", sans-serif;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button:hover .left {
  background: #213f41;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button:hover .right {
  background: #4f5859;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2px;
  height: 5px;
  width: 0;
  background-color: #b23500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .home-page .large-bottom .social-nav-container .container .social-nav .social-media-button.selected::after {
  width: calc(100% - 4px);
  width: -moz-calc(100% - 4px);
  width: -webkit-calc(100% - 4px);
  width: -o-calc(100% - 4px);
}
.main-wrapper .home-page .large-bottom .social-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-wrapper .home-page .large-bottom .social-panels .facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
  background: transparent;
}
.main-wrapper .home-page .large-bottom .social-panels .facebook.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .facebook .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .facebook .right {
  width: 100%;
}
.main-wrapper .home-page .large-bottom .social-panels .twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
}
.main-wrapper .home-page .large-bottom .social-panels .twitter.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .twitter .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .twitter .right {
  width: 100%;
}
.main-wrapper .home-page .large-bottom .social-panels .wordpress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
}
.main-wrapper .home-page .large-bottom .social-panels .wordpress.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .wordpress .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .wordpress .right {
  width: 100%;
}
.main-wrapper .home-page .large-bottom .social-panels .youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
}
.main-wrapper .home-page .large-bottom .social-panels .youtube.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .youtube .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .youtube .right {
  width: 100%;
}
.main-wrapper .home-page .large-bottom .social-panels .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
}
.main-wrapper .home-page .large-bottom .social-panels .instagram.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .instagram .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .instagram .right {
  width: 100%;
}
.main-wrapper .home-page .large-bottom .social-panels .pintrest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  width: 475px;
  height: 475px;
}
.main-wrapper .home-page .large-bottom .social-panels .pintrest.active {
  display: block;
}
.main-wrapper .home-page .large-bottom .social-panels .pintrest .left {
  width: 0%;
}
.main-wrapper .home-page .large-bottom .social-panels .pintrest .right {
  width: 100%;
}
@media screen and (max-width: 1537px) {
  .main-wrapper .top-page-rotator .down-arrow {
    display: none;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 850px;
    -webkit-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}
@media screen and (max-width: 1150px) {
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 650px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-weight: 500;
  }
}
@media screen and (max-width: 850px) {
  .main-wrapper .top-page-rotator .prev-arrow {
    left: 25px;
  }
  .main-wrapper .top-page-rotator .next-arrow {
    right: 25px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 550px;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media screen and (max-width: 650px) {
  .main-wrapper .top-page-rotator .prev-arrow {
    left: 10px;
  }
  .main-wrapper .top-page-rotator .next-arrow {
    right: 10px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 400px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h2 {
    font-size: 26px;
    line-height: 29px;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper .top-page-rotator .arrow {
    height: 47px;
    width: 34px;
  }
  .main-wrapper .top-page-rotator .arrow i {
    font-size: 20px;
  }
  .main-wrapper .top-page-rotator .rotator-container {
    max-height: 600px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 280px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text .button {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .main-wrapper .top-page-rotator .rotator-container {
    max-height: 420px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 230px;
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 330px) {
  .main-wrapper .top-page-rotator .rotator-container {
    max-height: 320px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 {
    max-width: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-wrapper .top-page-rotator .rotator-container .rotator-background-image .rotator-text .container-1230 .text h1 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1400px) {
  .main-wrapper .home-page .news-newsletter {
    padding-top: 130px;
  }
  .main-wrapper .home-page .news-newsletter .container .register .button {
    margin-bottom: 120px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text {
    text-align: center;
    min-height: 560px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    width: -o-calc(50% - 8px);
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    width: -o-calc(50% - 8px);
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right {
    min-height: 596px;
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text {
    text-align: center;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper form {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 950px) {
  .main-wrapper .home-page .news-newsletter {
    padding-bottom: 75px;
  }
  .main-wrapper .home-page .news-newsletter .container .register p {
    font-size: 22px;
    line-height: 24px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 {
    padding: 0 35px;
  }
}
@media screen and (max-width: 700px) {
  .main-wrapper .home-page .news-newsletter .container .register p {
    font-size: 18px;
    line-height: 24px;
  }
  .main-wrapper .home-page .news-newsletter .container .register .button a {
    font-size: 20px;
    line-height: 24px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 {
    padding: 0 10px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h1,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h2,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h3,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h4,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h5,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .title-and-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .button a {
    font-size: 14px;
    line-height: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .left .donate .wrapper .inner-wrapper .button a i {
    font-size: 14px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h1,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h2,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h3,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h4,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h5,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .title h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .top .action .button a {
    font-size: 14px;
    line-height: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news {
    width: 100%;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h1,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h2,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h3,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h4,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h5,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .heading h6 {
    font-size: 20px;
    line-height: 27px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h1,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h2,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h3,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h4,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h5,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .title h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .middle .bottom .news .button a {
    font-size: 14px;
    line-height: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right {
    padding: 30px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h1,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h2,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h3,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h4,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h5,
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .title-and-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper .button a {
    font-size: 14px;
    line-height: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 400px) {
  .main-wrapper .home-page .news-newsletter {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .main-wrapper .home-page .news-newsletter .container .register p {
    font-size: 16px;
    line-height: 22px;
  }
  .main-wrapper .home-page .news-newsletter .container .register .button {
    margin-bottom: 50px;
  }
  .main-wrapper .home-page .news-newsletter .container .register .button a {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-wrapper .home-page .news-newsletter .container-1420 .item-wrapper .right .inner-wrapper form input[type=text] {
    width: 230px;
  }
}
@media screen and (max-width: 900px) {
  .main-wrapper .home-page .what-we-do .container-900 {
    padding: 0 10px;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h1,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h2,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h3,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h4,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h5,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .main-wrapper .home-page .what-we-do {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-wrapper .home-page .what-we-do .container-900 {
    padding: 0 10px;
  }
  .main-wrapper .home-page .what-we-do .container-900 .prev-arrow,
  .main-wrapper .home-page .what-we-do .container-900 .next-arrow {
    display: inline-block;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item {
    max-width: 100%;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner {
    max-width: 230px;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h1,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h2,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h3,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h4,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h5,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item .item-inner .text h6 {
    font-size: 24px;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner {
    background: none;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h1,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h2,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h3,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h4,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h5,
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .text h6 {
    color: #ffffff;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .image img.white {
    display: flex;
  }
  .main-wrapper .home-page .what-we-do .container-900 .what-we-do-item-wrapper .item.active .item-inner .image img.blue {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .main-wrapper .home-page .large-bottom {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 45px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left {
    width: 100%;
    min-height: 590px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .button {
    left: initial;
    right: 30px;
    max-width: 200px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top {
    width: 100%;
    min-height: 291px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top .button {
    left: initial;
    right: 30px;
    max-width: 200px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom {
    width: 100%;
    min-height: 291px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .button {
    left: initial;
    right: 30px;
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper .home-page .large-bottom {
    padding-top: 74px;
  }
  .main-wrapper .home-page .large-bottom .container {
    padding: 0 10px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left {
    min-height: 290px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new {
    padding: 25px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text h4 {
    font-size: 14px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .title-and-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .button {
    left: 30px;
    right: initial;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .left .whats-new .button a {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top {
    min-height: 175px;
    padding: 25px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top .button {
    left: 30px;
    right: initial;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .top .button a {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom {
    min-height: 175px;
    padding: 25px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .button {
    left: 30px;
    right: initial;
  }
  .main-wrapper .home-page .large-bottom .container .photo-new .right .bottom .button a {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 1400px) {
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 {
    max-width: 800px;
    width: 100%;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-button {
    padding: 2px;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-button::after {
    bottom: 2px;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper .home-page .large-bottom .social-nav-container {
    padding-bottom: 0px;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-button.selected::after {
    width: 0px;
  }
  .main-wrapper .home-page .large-bottom .social-panels {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 25px;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-link {
    display: block;
    width: 33%;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-link .social-media-button {
    width: 100%;
  }
  .main-wrapper .home-page .large-bottom .social-nav-container .container-1250 .social-nav .social-media-link .social-media-button .right {
    display: none;
  }
}
.main-wrapper .donations .top-page-banner {
  height: 483px;
  background: no-repeat center center / cover;
}
.main-wrapper .donations .top-page-banner .banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.main-wrapper .donations .top-page-banner .banner-content .container-850 .text {
  text-align: center;
  padding: 30px 0px;
}
.main-wrapper .donations .top-page-banner .banner-content .container-850 .text h1 {
  font-size: 41px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 30px;
}
.main-wrapper .donations .top-page-banner .banner-content .container-850 .text p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}
.main-wrapper .donations .top-page-banner .banner-content .container-850 .text .button a {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  padding: 23px 144px;
}
.main-wrapper .donations .statistics {
  padding-top: 59px;
  padding-bottom: 62px;
  background: #e9e8e9;
}
.main-wrapper .donations .statistics .container .text {
  text-align: center;
}
.main-wrapper .donations .statistics .container .text p {
  font-size: 18px;
  line-height: 28px;
  color: #4c4d4f;
}
.main-wrapper .donations .statistics .container .text .percentages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 41px;
}
.main-wrapper .donations .statistics .container .text .percentages .stats {
  padding-left: 25px;
  padding-right: 25px;
}
.main-wrapper .donations .statistics .container .text .percentages .stats span {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #c34000;
}
.main-wrapper .donations .statistics .container .text .percentages .stats p {
  font-size: 16px;
  line-height: 28px;
  color: #00606f;
}
.main-wrapper .donations .donation-methods {
  background: #fbfafb;
  padding-top: 110px;
  padding-bottom: 72px;
}
.main-wrapper .donations .donation-methods .container-900 .heading {
  padding-top: 35px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 118px;
  border-top: 1px solid #d2d1d2;
  border-bottom: 1px solid #d2d1d2;
}
.main-wrapper .donations .donation-methods .container-900 .heading h2 {
  font-size: 41px;
  line-height: 41px;
  color: #00606f;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring {
  background: #e9e8e9;
  width: 30%;
  -webkit-box-ordinal-group: -10;
  -ms-box-ordinal-group: -10;
  -ms-flex-order: -10;
  -webkit-order: -10;
  order: -10;
  margin-bottom: 50px;
  margin-right: 37px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text {
  padding: 80px 54px 60px 54px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text .title h3 {
  font-size: 26px;
  line-height: 28px;
  color: #0d4c5b;
  margin-bottom: 40px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text .text p {
  font-size: 18px;
  line-height: 28px;
  color: #4c4d4f;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 80px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div {
  position: relative;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #0d4c5b;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a img {
  color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .facebook {
  height: 20px;
  width: 11px;
  top: 10px;
  left: 13px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .twitter {
  height: 21px;
  width: 15px;
  top: 10px;
  left: 13px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .wordpress {
  height: 19px;
  width: 19px;
  top: 10px;
  left: 11px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .youtube {
  height: 16px;
  width: 24px;
  top: 12px;
  left: 8px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .instagram {
  height: 18px;
  width: 18px;
  top: 11px;
  left: 11px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .social-buttons div a .pintrest {
  height: 18px;
  width: 18px;
  top: 11px;
  left: 11px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container {
  -webkit-box-ordinal-group: -9;
  -ms-box-ordinal-group: -9;
  -ms-flex-order: -9;
  -webkit-order: -9;
  order: -9;
  width: 66.6666%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: #e9e8e9;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .prev-arrow {
  position: absolute;
  top: 45%;
  left: 3%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .prev-arrow i {
  font-size: 28px;
  color: #c34100;
  cursor: pointer;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .next-arrow {
  position: absolute;
  top: 45%;
  left: 93%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .next-arrow i {
  font-size: 28px;
  color: #c34100;
  cursor: pointer;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text {
  padding: 80px 98px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .title h3 {
  font-size: 26px;
  line-height: 28px;
  color: #0d4c5b;
  margin-bottom: 40px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote {
  display: none;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote .text p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #4c4d4f;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote .name {
  margin-top: 35px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote .name p {
  font-size: 16px;
  line-height: 28px;
  color: #929498;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote .position p {
  font-size: 16px;
  line-height: 28px;
  color: #929498;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .quote.active {
  display: block;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .inset-image {
  -webkit-box-ordinal-group: -4;
  -ms-box-ordinal-group: -4;
  -ms-flex-order: -4;
  -webkit-order: -4;
  order: -4;
  width: 66.6666%;
  margin-bottom: 90px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .inset-image img {
  max-width: 100%;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method {
  width: 33.3333%;
  padding-right: 95px;
  margin-top: 40px;
  margin-bottom: 65px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .title h3 {
  font-size: 26px;
  line-height: 28px;
  color: #0d4c5b;
  margin-bottom: 40px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .title h4 {
  font-size: 18px;
  line-height: 28px;
  color: #0d4c5b;
  margin-bottom: 40px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .text p {
  font-size: 18px;
  line-height: 28px;
  color: #4c4d4f;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .button {
  margin-top: 39px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .button a {
  font-size: 16px;
  line-height: 23px;
  padding: 13px 35px;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-1 {
  -webkit-box-ordinal-group: -13;
  -ms-box-ordinal-group: -13;
  -ms-flex-order: -13;
  -webkit-order: -13;
  order: -13;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-2 {
  -webkit-box-ordinal-group: -12;
  -ms-box-ordinal-group: -12;
  -ms-flex-order: -12;
  -webkit-order: -12;
  order: -12;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-3 {
  -webkit-box-ordinal-group: -11;
  -ms-box-ordinal-group: -11;
  -ms-flex-order: -11;
  -webkit-order: -11;
  order: -11;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-4 {
  -webkit-box-ordinal-group: -8;
  -ms-box-ordinal-group: -8;
  -ms-flex-order: -8;
  -webkit-order: -8;
  order: -8;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-5 {
  -webkit-box-ordinal-group: -7;
  -ms-box-ordinal-group: -7;
  -ms-flex-order: -7;
  -webkit-order: -7;
  order: -7;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-6 {
  -webkit-box-ordinal-group: -6;
  -ms-box-ordinal-group: -6;
  -ms-flex-order: -6;
  -webkit-order: -6;
  order: -6;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-7 {
  -webkit-box-ordinal-group: -5;
  -ms-box-ordinal-group: -5;
  -ms-flex-order: -5;
  -webkit-order: -5;
  order: -5;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-8 {
  -webkit-box-ordinal-group: -3;
  -ms-box-ordinal-group: -3;
  -ms-flex-order: -3;
  -webkit-order: -3;
  order: -3;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-9 {
  -webkit-box-ordinal-group: -2;
  -ms-box-ordinal-group: -2;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
}
.main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-10 {
  -webkit-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
@media screen and (max-width: 1300px) {
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: -11;
    -ms-box-ordinal-group: -11;
    -ms-flex-order: -11;
    -webkit-order: -11;
    order: -11;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container {
    width: 100%;
    -webkit-box-ordinal-group: -10;
    -ms-box-ordinal-group: -10;
    -ms-flex-order: -10;
    -webkit-order: -10;
    order: -10;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .inset-image {
    -webkit-box-ordinal-group: -5;
    -ms-box-ordinal-group: -5;
    -ms-flex-order: -5;
    -webkit-order: -5;
    order: -5;
    width: 100%;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .inset-image img {
    width: 100%;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method {
    width: 50%;
    margin-top: 0;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-1 {
    -webkit-box-ordinal-group: -13;
    -ms-box-ordinal-group: -13;
    -ms-flex-order: -13;
    -webkit-order: -13;
    order: -13;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-2 {
    -webkit-box-ordinal-group: -12;
    -ms-box-ordinal-group: -12;
    -ms-flex-order: -12;
    -webkit-order: -12;
    order: -12;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-3 {
    -webkit-box-ordinal-group: -9;
    -ms-box-ordinal-group: -9;
    -ms-flex-order: -9;
    -webkit-order: -9;
    order: -9;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-4 {
    -webkit-box-ordinal-group: -8;
    -ms-box-ordinal-group: -8;
    -ms-flex-order: -8;
    -webkit-order: -8;
    order: -8;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-5 {
    -webkit-box-ordinal-group: -7;
    -ms-box-ordinal-group: -7;
    -ms-flex-order: -7;
    -webkit-order: -7;
    order: -7;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-6 {
    -webkit-box-ordinal-group: -6;
    -ms-box-ordinal-group: -6;
    -ms-flex-order: -6;
    -webkit-order: -6;
    order: -6;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-7 {
    -webkit-box-ordinal-group: -4;
    -ms-box-ordinal-group: -4;
    -ms-flex-order: -4;
    -webkit-order: -4;
    order: -4;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-8 {
    -webkit-box-ordinal-group: -3;
    -ms-box-ordinal-group: -3;
    -ms-flex-order: -3;
    -webkit-order: -3;
    order: -3;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-9 {
    -webkit-box-ordinal-group: -2;
    -ms-box-ordinal-group: -2;
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method-10 {
    -webkit-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 1300px) {
  .main-wrapper .donations .donation-methods .container-1420 {
    padding: 0 30px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method {
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .main-wrapper .donations .top-page-banner .banner-content .container-850 .text h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .main-wrapper .donations .top-page-banner .banner-content .container-850 .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method {
    width: 100%;
    padding-right: 0px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper .donations .top-page-banner {
    height: 550px;
  }
  .main-wrapper .donations .top-page-banner .banner-content .container-850 .text .button {
    max-width: 100%;
    width: 100%;
  }
  .main-wrapper .donations .top-page-banner .banner-content .container-850 .text .button a {
    width: 100%;
    font-size: 20px;
    padding: 20px 0;
  }
  .main-wrapper .donations .statistics .container .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .main-wrapper .donations .statistics .container .text .percentages .stats {
    padding-left: 18px;
    padding-right: 18px;
  }
  .main-wrapper .donations .statistics .container .text .percentages .stats span {
    font-size: 24px;
    line-height: 24px;
  }
  .main-wrapper .donations .statistics .container .text .percentages .stats p {
    font-size: 14px;
    line-height: 22px;
  }
  .main-wrapper .donations .donation-methods {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .main-wrapper .donations .donation-methods .container-900 .heading {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .main-wrapper .donations .donation-methods .container-900 .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .main-wrapper .donations .donation-methods .container-1420 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text {
    padding: 50px 30px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text .title h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .sharing-is-caring .title-and-text .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text {
    padding: 50px 40px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .title h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .name p {
    font-size: 14px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .in-your-words-container .in-your-words .title-and-text .position p {
    font-size: 14px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .title h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .title h4 {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .donations .donation-methods .container-1420 .donation-wrapper .method .title-and-text .button a {
    font-size: 14px;
    padding: 12px 32px;
  }
}
@media screen and (max-width: 400px) {
  .main-wrapper .donations .statistics .container .text .percentages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 20px;
  }
  .main-wrapper .donations .statistics .container .text .percentages .stats {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .main-wrapper .donations .statistics .container .text .percentages .stats span {
    margin-right: 5%;
    font-size: 30px;
  }
  .main-wrapper .donations .donation-methods .container-900 .heading {
    margin-bottom: 60px;
  }
  .main-wrapper .donations .donation-methods .container-900 .heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.main-wrapper .gallery-page {
  padding-bottom: 75px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section {
  max-width: 1145px;
  margin: 0 auto;
  padding: 45px 10px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-nav-years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-nav-years a {
  background-color: #c0c0c0;
  padding: 16px 20px;
  color: #ffffff;
  display: block;
  margin: 4px 0px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-nav-years a.active,
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-nav-years a:hover {
  background-color: #004f59;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-buttons .gallery-btn-div {
  margin: 18px 0px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-buttons .gallery-btn-div a {
  padding: 14px 20px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-buttons .gallery-top-button-submitentry {
  margin-left: 20px;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-description {
  padding-top: 30px ;
}
.main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-description p {
  color: #4c4d4f;
  font-size: 18px;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-single-image-section {
  margin-bottom: 27px;
  position: relative;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content {
  height: 400px;
  overflow: hidden;
  width: 555px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .image-gradient {
  background: #011719;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content {
  position: absolute;
  bottom: 65px;
  left: 55px;
  opacity: 0;
  color: white;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content h4 {
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content p {
  color: #ffffff;
  padding-bottom: 30px;
  font-size: 18px;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content a {
  color: #ffffff;
  padding: 14px 20px;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content:hover .image-gradient {
  height: 100%;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content:hover .photographer-desc-hover-content {
  opacity: 1;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-photographer-desc {
  background-color: #eaeaea;
}
.main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-photographer-desc p {
  color: #4b4a4b;
  line-height: 45px;
  padding-left: 21px;
}
.main-wrapper .gallery-page .gallery-bottom-runnerup-section .gallery-bottom-runnerup-inner-section .runnerup-container {
  text-align: center;
  padding: 20px 0;
}
.main-wrapper .gallery-page .gallery-bottom-runnerup-section .gallery-bottom-runnerup-inner-section .runnerup-container a {
  padding: 14px 20px;
  background: #006270;
  background: -moz-linear-gradient(top, #006270 0%, #003f49 100%);
  background: -webkit-linear-gradient(top, #006270 0%, #003f49 100%);
  background: linear-gradient(to bottom, #006270 0%, #003f49 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
}
@media screen and (max-width: 1150px) {
  .main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-nav-years {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .main-wrapper .gallery-page .gallery-top-section .gallery-top-inner-section .gallery-top-nav-menu .gallery-top-buttons {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content {
    opacity: 1;
  }
  .main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .image-gradient {
    opacity: 0.25;
    height: 100%;
  }
}
@media screen and (max-width: 638px) {
  .main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content {
    height: auto;
    width: 100%;
  }
  .main-wrapper .gallery-page .gallery-image-section .gallery-image-inner-section .gallery-image-content .photographer-desc-hover-content {
    bottom: 23px;
    left: 9px;
  }
}
.main-wrapper .cwf-register-page {
  padding-bottom: 100px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container {
  padding-top: 100px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container p {
  font-size: 20px;
  color: #4c4d4f;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container p span {
  color: #00606f;
  font-weight: 700;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-top-container .form-top-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-top-container .form-top-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-bottom-container .check-to-recieve {
  margin: 20px 0 0 15px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-bottom-container .orange-button {
  color: #ffffff;
  border: medium none;
  height: 50px;
  width: 175px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row {
  padding-bottom: 30px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row p.field-label {
  font-size: 20px;
  padding-bottom: 10px;
  color: #4c4d4f;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row input[type="text"] {
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  font-size: 19px;
  height: 42px;
  padding: 6px;
  width: 355px;
  max-width: 90%;
  background-color: #fdfdfd;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row select {
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
  overflow: hidden;
  background: url(../images/icons/dropdown_arrow_blue.png) no-repeat right #ddd;
  background-color: #ffffff;
  height: 42px;
  width: 190px;
  cursor: pointer;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row .dob-field-container select {
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
  overflow: hidden;
  background: url(../images/icons/dropdown_arrow_blue.png) no-repeat right #ddd;
  background-color: #ffffff;
  height: 42px;
  width: 115px;
  margin-right: 15px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row .interest-chkbox {
  margin-bottom: 30px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .survey-row .interest-chkbox label {
  margin-left: 5px;
  font-size: 20px;
  color: #4c4d4f;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .dob-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .interests-field-container {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .interests-field-container .interest-left {
  -webkit-box-flex: 0.7;
  -moz-box-flex: 0.7;
  -webkit-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
  margin-left: 15px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .interests-field-container .interest-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .chkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 25px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .chkbox-group .chkbox-group-checkbox {
  margin-top: 5px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .chkbox-group .chkbox-group-para {
  margin-left: 15px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .chkbox-group p {
  color: #4c4d4f;
  font-size: 20px;
}
.main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .chkbox-group p a {
  color: #00606f;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 638px) {
  .main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-top-container .form-top-left {
    max-width: 100%;
  }
  .main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .form-top-container .form-top-right {
    max-width: 100%;
  }
  .main-wrapper .cwf-register-page .cwf-register-form-container .cwf-register-form-inner-container .dob-field-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.main-wrapper .cwf-donation-page {
  padding-bottom: 100px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container {
  padding-top: 100px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .panel-heading h2,
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation_heading h2 {
  font-size: 24px;
  color: #006270;
  font-weight: 700;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .form-group label {
  font-size: 20px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .field_container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container strong {
  color: #4c4d4f;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container p.p-monthly-donation {
  margin-top: 8px;
  color: #4c4d4f;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container input[type="text"] {
  width: 355px;
  max-width: 100%;
  height: 42px;
  padding: 6px;
  border: 1px solid #cccccc;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container input[type="text"].small-text {
  width: 100px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container input[type="email"] {
  width: 355px;
  max-width: 100%;
  height: 42px;
  padding: 6px;
  border: 1px solid #cccccc;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container select {
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
  overflow: hidden;
  background: url(../images/icons/dropdown_arrow_blue.png) no-repeat right #ddd;
  background-color: #ffffff;
  height: 42px;
  width: 355px;
  padding: 6px;
  cursor: pointer;
  max-width: 100%;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container select.small-select {
  width: 190px;
  max-width: 100%;
  height: 42px;
  padding: 6px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container select.smaller-select {
  width: 162px;
  max-width: 100%;
  height: 42px;
  padding: 6px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container textarea {
  width: 355px;
  max-width: 100%;
  height: 135px;
  padding: 6px;
  border: 1px solid #cccccc;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container h4 {
  font-size: 20px;
  color: #4c4d4f;
  margin-bottom: 12px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container h5 {
  font-size: 16px;
  color: #4c4d4f;
  margin-bottom: 12px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container h6 {
  font-size: 18px;
  color: #4c4d4f;
  text-align: center;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .field_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .field_flex_container .field-row {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 28px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .email-chkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .email-chkbox input[type="checkbox"] {
  margin-top: 5px;
  min-width: 30px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .email-chkbox label {
  font-size: 18px;
  padding-left: 14px;
  line-height: 25px;
  color: #4c4d4f;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .email-chkbox label span {
  color: #006270;
  font-weight: 700;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container #other-amount-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .exp-date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .exp-date-container .exp-month-sel {
  margin-right: 30px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .orange-button {
  border: medium none;
  color: #ffffff;
  height: 50px;
  width: 220px;
  max-width: 100%;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-submit-btn {
  margin-top: 28px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: start;
  justify-content: start;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container {
  margin-bottom: 28px;
  margin-right: 36px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container .ecard-single-img-container {
  width: 165px;
  height: 120px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container .ecard-single-img-container img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container .ecard-title-container {
  text-align: center;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container .ecard-title-container h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container #donation-errors .alert-danger {
  color: #ff0000;
  padding: 7px;
  border: 1px solid #4d4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 7px 0;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .donation_amt_radio_grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 28px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .radio-field {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #006270;
  padding: 15px;
  margin: 0 15px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .radio-field input[type="radio"] {
  display: none;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .radio-field label {
  font-size: 25px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .radio-field label {
  cursor: pointer;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .radio-field:hover {
  background: #006270 none repeat scroll 0 0;
  color: #ffffff;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group .other-amt-radio {
  max-width: 190px;
  margin-bottom: 28px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group #other-amount-input-group .dollar-text {
  max-width: 45px;
  color: #006270;
  font-size: 17px;
  margin-right: -4px;
  padding: 0 15px;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group #other-amount-input-group span {
  border: 1px solid #ccc;
  height: 42px;
  margin-right: -4px;
  padding: 9px 16px 9px;
  color: #006270;
}
.main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .donation-amt-field-group #other-amount-input-group input[type="text"] {
  width: 320px;
}
@media screen and (max-width: 960px) {
  .main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .field_flex_container {
    flex-direction: column;
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
  }
  .main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .ecard-image-grid .layout-choice-thumbnail-container {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container input[type="text"]#other-amount {
    max-width: calc(65%);
  }
  .main-wrapper .cwf-donation-page .cwf-donation-form-container .cwf-donation-form-inner-container .field_container {
    padding: 30px 5px;
  }
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container p {
  color: #4c4d4f;
  font-size: 20px;
  line-height: 26px;
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container h2 {
  color: #006270;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container h3 {
  color: #006270;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container .contact-info {
  margin-bottom: 25px;
}
.main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container .contactus-iframe {
  height: 950px;
}
@media screen and (max-width: 480px) {
  .main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container .contactus-iframe {
    height: 1050px;
  }
}
@media screen and (max-width: 360px) {
  .main-wrapper .cwf-contact-page .cwf-contact-form-container .cwf-contact-form-inner-container .contactus-iframe {
    height: 1150px;
  }
}
.main-wrapper .interior .top-page-banner {
  height: 273px;
  width: 100%;
  background: no-repeat center center / cover;
  position: relative;
}
.main-wrapper .interior .top-page-banner .banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h1 {
  font-size: 52px;
  line-height: 53px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h2 {
  font-size: 41px;
  line-height: 43px;
  color: #ffffff;
}
.main-wrapper .interior .top-page-banner .banner-content .container-1250 .text p {
  padding-top: 10px;
  color: #ffffff;
  line-height: 22px;
}
.main-wrapper .interior .top-bottom-padding-180 {
  padding: 90px 0px;
}
.main-wrapper .interior .top-bottom-padding-160 {
  padding: 80px 0px;
}
.main-wrapper .interior .top-bottom-padding-140 {
  padding: 70px 0px;
}
.main-wrapper .interior .top-bottom-padding-120 {
  padding: 60px 0px;
}
.main-wrapper .interior .top-bottom-padding-100 {
  padding: 50px 0px;
}
.main-wrapper .interior .top-bottom-padding-80 {
  padding: 40px 0px;
}
.main-wrapper .interior .top-bottom-padding-60 {
  padding: 30px 0px;
}
.main-wrapper .interior .top-bottom-padding-40 {
  padding: 20px 0px;
}
.main-wrapper .interior .top-bottom-padding-20 {
  padding: 10px 0px;
}
.main-wrapper .interior .container .two-item-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .interior .container .two-item-panel .left,
.main-wrapper .interior .container .two-item-panel .right {
  width: 50%;
  margin: 0px 30px;
}
.main-wrapper .interior .container .two-item-panel .left img,
.main-wrapper .interior .container .two-item-panel .right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 0px;
}
.main-wrapper .interior .container .two-item-panel .left h1,
.main-wrapper .interior .container .two-item-panel .right h1,
.main-wrapper .interior .container .two-item-panel .left h2,
.main-wrapper .interior .container .two-item-panel .right h2,
.main-wrapper .interior .container .two-item-panel .left h3,
.main-wrapper .interior .container .two-item-panel .right h3,
.main-wrapper .interior .container .two-item-panel .left h4,
.main-wrapper .interior .container .two-item-panel .right h4,
.main-wrapper .interior .container .two-item-panel .left h5,
.main-wrapper .interior .container .two-item-panel .right h5,
.main-wrapper .interior .container .two-item-panel .left h6,
.main-wrapper .interior .container .two-item-panel .right h6,
.main-wrapper .interior .container .two-item-panel .left p,
.main-wrapper .interior .container .two-item-panel .right p,
.main-wrapper .interior .container .two-item-panel .left span,
.main-wrapper .interior .container .two-item-panel .right span {
  color: #4c4d4f;
}
.main-wrapper .interior .container .two-item-panel .left h1,
.main-wrapper .interior .container .two-item-panel .right h1 {
  font-size: 41px;
  line-height: 43px;
  margin-bottom: 35px;
}
.main-wrapper .interior .container .two-item-panel .left h2,
.main-wrapper .interior .container .two-item-panel .right h2 {
  font-size: 41px;
  line-height: 43px;
  margin-bottom: 35px;
}
.main-wrapper .interior .container .two-item-panel .left h3,
.main-wrapper .interior .container .two-item-panel .right h3 {
  font-size: 41px;
  line-height: 43px;
  margin-bottom: 35px;
}
.main-wrapper .interior .container .two-item-panel .left h4,
.main-wrapper .interior .container .two-item-panel .right h4 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
}
.main-wrapper .interior .container .two-item-panel .left h5,
.main-wrapper .interior .container .two-item-panel .right h5 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
}
.main-wrapper .interior .container .two-item-panel .left h6,
.main-wrapper .interior .container .two-item-panel .right h6 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px;
}
.main-wrapper .interior .container .two-item-panel .left span,
.main-wrapper .interior .container .two-item-panel .right span {
  font-size: 18px;
  line-height: 28px;
}
.main-wrapper .interior .container .two-item-panel .left p,
.main-wrapper .interior .container .two-item-panel .right p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
.main-wrapper .interior .container .two-item-panel .left.right-padding-large,
.main-wrapper .interior .container .two-item-panel .right.right-padding-large {
  padding-right: 60px;
}
.main-wrapper .interior .container .two-item-panel .left.right-padding-medium,
.main-wrapper .interior .container .two-item-panel .right.right-padding-medium {
  padding-right: 30px;
}
.main-wrapper .interior .container .two-item-panel .left.right-padding-small,
.main-wrapper .interior .container .two-item-panel .right.right-padding-small {
  padding-right: 10px;
}
.main-wrapper .interior .container .two-item-panel .left.left-padding-large,
.main-wrapper .interior .container .two-item-panel .right.left-padding-large {
  padding-left: 60px;
}
.main-wrapper .interior .container .two-item-panel .left.left-padding-medium,
.main-wrapper .interior .container .two-item-panel .right.left-padding-medium {
  padding-left: 30px;
}
.main-wrapper .interior .container .two-item-panel .left.left-padding-small,
.main-wrapper .interior .container .two-item-panel .right.left-padding-small {
  padding-left: 10px;
}
.main-wrapper .interior .container .two-item-panel .left.box-shadow,
.main-wrapper .interior .container .two-item-panel .right.box-shadow {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
}
.main-wrapper .interior .container .two-item-panel.fourty-sixty .left {
  width: 40%;
}
.main-wrapper .interior .container .two-item-panel.fourty-sixty .right {
  width: 60%;
}
.main-wrapper .interior .container .two-item-panel.fifty-fifty .left {
  width: 50%;
}
.main-wrapper .interior .container .two-item-panel.fifty-fifty .right {
  width: 50%;
}
.main-wrapper .interior .container .two-item-panel.sixty-fourty .left {
  width: 60%;
}
.main-wrapper .interior .container .two-item-panel.sixty-fourty .right {
  width: 40%;
}
.main-wrapper .interior .container .image-item-panel-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 298px;
  width: 100%;
}
.main-wrapper .interior .container .image-item-panel-small.one-item .item {
  width: 50%;
}
.main-wrapper .interior .container .image-item-panel-small.two-items .item {
  width: 50%;
}
.main-wrapper .interior .container .image-item-panel-small.three-items .item {
  width: 33.333%;
}
.main-wrapper .interior .container .image-item-panel-small .item {
  margin: 0 30px;
  position: relative;
  background: no-repeat center center / cover;
  border-radius: 2px;
  overflow: hidden;
  padding: 30px 68px 0px 68px;
}
.main-wrapper .interior .container .image-item-panel-small .item .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 298px;
  width: 100%;
  opacity: .86;
  background: -moz-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 24%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .interior .container .image-item-panel-small .item a {
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.main-wrapper .interior .container .image-item-panel-small .item a h3 {
  color: #ffffff;
  position: relative;
  font-size: 26px;
  line-height: 29px;
}
.main-wrapper .interior .container .image-item-panel-small .item a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-wrapper .interior .container .image-item-panel-small .item.box-shadow {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .arrow {
  position: absolute;
  top: 50%;
  height: 63px;
  width: 45px;
  border: 5px solid #ffffff;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  display: none;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .arrow i {
  font-size: 30px;
  color: #ffffff;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .prev-arrow {
  left: 90px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .prev-arrow i {
  padding-right: 2px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .next-arrow {
  right: 90px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .next-arrow i {
  padding-left: 5px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large.one-item .item {
  width: 50%;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large.two-items .item {
  width: 50%;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large.three-items .item {
  width: 33.333%;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item {
  width: 50%;
  height: 455px;
  margin: 0 30px;
  background: no-repeat center center / cover;
  overflow: hidden;
  position: relative;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item:hover .top-gradient {
  height: calc(100%);
  height: -moz-calc(100%);
  height: -webkit-calc(100%);
  height: -o-calc(100%);
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item:hover .title-and-excerpt .text-transition-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  opacity: .86;
  background: #011719;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .top-gradient::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  height: 120px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011719+0,011719+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011719 0%, rgba(1, 23, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011719', endColorstr='#00011719', GradientType=0);
  /* IE6-9 */
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .title-and-excerpt {
  position: relative;
  padding: 32px 35px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .title-and-excerpt h3 {
  font-size: 26px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 22px;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .title-and-excerpt .text-transition-wrapper {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .title-and-excerpt .text-transition-wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .button-container {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item .button-container .button a {
  padding: 18px 97px;
}
.main-wrapper .interior .container .image-item-panel-large-wrapper .image-item-panel-large .item.box-shadow {
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
}
.main-wrapper .interior .container .full-width-title {
  text-align: center;
}
.main-wrapper .interior .container .full-width-title h1,
.main-wrapper .interior .container .full-width-title h2,
.main-wrapper .interior .container .full-width-title h3,
.main-wrapper .interior .container .full-width-title h4,
.main-wrapper .interior .container .full-width-title h5,
.main-wrapper .interior .container .full-width-title h6,
.main-wrapper .interior .container .full-width-title p,
.main-wrapper .interior .container .full-width-title span {
  color: #4c4d4f;
}
.main-wrapper .interior .container .full-width-title h1 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .full-width-title h2 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .full-width-title h3 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .full-width-title h4 {
  font-size: 36px;
  line-height: 38px;
}
.main-wrapper .interior .container .full-width-title h5 {
  font-size: 30px;
  line-height: 32px;
}
.main-wrapper .interior .container .full-width-title h6 {
  font-size: 26px;
  line-height: 28px;
}
.main-wrapper .interior .container .full-width-title span {
  font-size: 18px;
  line-height: 28px;
}
.main-wrapper .interior .container .full-width-title p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
.main-wrapper .interior .container .three-column-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-wrapper .interior .container .three-column-panel .item {
  width: 33%;
  padding: 0px 30px 60px 30px;
}
.main-wrapper .interior .container .three-column-panel h1,
.main-wrapper .interior .container .three-column-panel h2,
.main-wrapper .interior .container .three-column-panel h3,
.main-wrapper .interior .container .three-column-panel h4,
.main-wrapper .interior .container .three-column-panel h5,
.main-wrapper .interior .container .three-column-panel h6,
.main-wrapper .interior .container .three-column-panel p,
.main-wrapper .interior .container .three-column-panel span {
  color: #4c4d4f;
}
.main-wrapper .interior .container .three-column-panel h1 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .three-column-panel h2 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .three-column-panel h3 {
  font-size: 41px;
  line-height: 43px;
}
.main-wrapper .interior .container .three-column-panel h4 {
  font-size: 36px;
  line-height: 38px;
}
.main-wrapper .interior .container .three-column-panel h5 {
  font-size: 30px;
  line-height: 32px;
}
.main-wrapper .interior .container .three-column-panel h6 {
  font-size: 26px;
  line-height: 28px;
}
.main-wrapper .interior .container .three-column-panel span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.main-wrapper .interior .container .three-column-panel p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.main-wrapper .interior .container .three-column-panel a.title-link {
  color: #0d4c5b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 26px;
  line-height: 28px;
  display: block;
  margin-bottom: 30px;
}
.main-wrapper .interior .container .three-column-panel a.title-link:hover {
  color: #e55000;
}
.main-wrapper .interior .container .map-embed {
  margin: 0 auto;
}
.main-wrapper .interior .container .map-embed .map-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  background: #4d6a79;
  height: 55px;
  width: 100%;
}
.main-wrapper .interior .container .map-embed .map-header span {
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
}
.main-wrapper .interior .container .map-embed.box-shadow {
  width: 85%;
  -webkit-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -14px rgba(0, 0, 0, 0.75);
}
.main-wrapper .interior .container .quote-panel {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper {
  margin: 0 auto;
  max-width: 820px;
  padding: 60px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .left {
  position: relative;
  width: 36.6%;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .left img.bio {
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .left img.quote-marks {
  position: absolute;
  top: -20px;
  left: -20px;
  height: 68px;
  width: 92px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right {
  width: 63.4%;
  padding-right: 80px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .text p {
  font-size: 18px;
  line-height: 28px;
  color: #4c4d4f;
  margin-bottom: 24px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .name span {
  font-size: 18px;
  line-height: 28px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .name span.blue-text {
  color: #165c68;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .name span.black-text {
  color: #4c4d4f;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .link {
  margin-top: 40px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .link a {
  font-size: 18px;
  line-height: 28px;
  color: #e55000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .link a i {
  font-size: 14px;
  line-height: 28px;
}
.main-wrapper .interior .container .quote-panel .inner-wrapper .right .link a:hover {
  color: #165c68;
}
.main-wrapper .interior .container .sponsor {
  min-height: 145px;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-wrapper .interior .container .sponsor p {
  font-size: 26px;
  line-height: 30px;
  color: #4b4a4b;
}
@media screen and (max-width: 1100px) {
  .main-wrapper .interior .container {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 700px) {
  .main-wrapper .interior .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper .interior .container {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .main-wrapper .interior .top-page-banner {
    height: 300px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h1 {
    font-size: 42px;
    line-height: 43px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen and (max-width: 650px) {
  .main-wrapper .interior .top-page-banner {
    height: 350px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h1 {
    font-size: 34px;
    line-height: 35px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper .interior .top-page-banner {
    height: 400px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-wrapper .interior .top-page-banner .banner-content .container-1250 .text h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .main-wrapper .interior .container .two-item-panel .left,
  .main-wrapper .interior .container .two-item-panel .right {
    margin: 0px 15px;
  }
  .main-wrapper .interior .container .two-item-panel .left h1,
  .main-wrapper .interior .container .two-item-panel .right h1,
  .main-wrapper .interior .container .two-item-panel .left h2,
  .main-wrapper .interior .container .two-item-panel .right h2,
  .main-wrapper .interior .container .two-item-panel .left h3,
  .main-wrapper .interior .container .two-item-panel .right h3 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .main-wrapper .interior .container .two-item-panel .left h4,
  .main-wrapper .interior .container .two-item-panel .right h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-wrapper .interior .container .two-item-panel .left h5,
  .main-wrapper .interior .container .two-item-panel .right h5 {
    font-size: 24px;
    line-height: 26px;
  }
  .main-wrapper .interior .container .two-item-panel .left h6,
  .main-wrapper .interior .container .two-item-panel .right h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .interior .container .two-item-panel .left span,
  .main-wrapper .interior .container .two-item-panel .right span {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .interior .container .two-item-panel .left p,
  .main-wrapper .interior .container .two-item-panel .right p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .main-wrapper .interior .container .two-item-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-wrapper .interior .container .two-item-panel .left,
  .main-wrapper .interior .container .two-item-panel .right {
    width: 100%;
    text-align: center;
  }
  .main-wrapper .interior .container .two-item-panel .left.right-padding-large,
  .main-wrapper .interior .container .two-item-panel .right.right-padding-large {
    padding-right: 0px;
  }
  .main-wrapper .interior .container .two-item-panel .left.right-padding-medium,
  .main-wrapper .interior .container .two-item-panel .right.right-padding-medium {
    padding-right: 0px;
  }
  .main-wrapper .interior .container .two-item-panel .left.right-padding-small,
  .main-wrapper .interior .container .two-item-panel .right.right-padding-small {
    padding-right: 0px;
  }
  .main-wrapper .interior .container .two-item-panel .left.left-padding-large,
  .main-wrapper .interior .container .two-item-panel .right.left-padding-large {
    padding-left: 0px;
  }
  .main-wrapper .interior .container .two-item-panel .left.left-padding-medium,
  .main-wrapper .interior .container .two-item-panel .right.left-padding-medium {
    padding-left: 0px;
  }
  .main-wrapper .interior .container .two-item-panel .left.left-padding-small,
  .main-wrapper .interior .container .two-item-panel .right.left-padding-small {
    padding-left: 0px;
  }
  .main-wrapper .interior .container .two-item-panel.fourty-sixty .left {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.fourty-sixty .left.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel.fourty-sixty .right {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.fourty-sixty .right.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel.fifty-fifty .left {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.fifty-fifty .left.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel.fifty-fifty .right {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.fifty-fifty .right.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel.sixty-fourty .left {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.sixty-fourty .left.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel.sixty-fourty .right {
    width: 100%;
  }
  .main-wrapper .interior .container .two-item-panel.sixty-fourty .right.top {
    width: 75%;
  }
  .main-wrapper .interior .container .two-item-panel .top {
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 60px;
  }
  .main-wrapper .interior .container .two-item-panel .bottom {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 1050px) {
  .main-wrapper .interior .top-bottom-padding-180 {
    padding: 70px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-160 {
    padding: 60px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-140 {
    padding: 50px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-120 {
    padding: 40px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-100 {
    padding: 30px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-80 {
    padding: 25px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-60 {
    padding: 20px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-40 {
    padding: 15px 0px;
  }
  .main-wrapper .interior .top-bottom-padding-20 {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 1050px) {
  .main-wrapper .interior .container .three-column-panel .item {
    width: 50%;
    padding: 0px 15px 35px 15px;
  }
}
@media screen and (max-width: 600px) {
  .main-wrapper .interior .container .three-column-panel .item {
    width: 100%;
    padding: 0px 20px 40px 20px;
    text-align: center;
  }
  .main-wrapper .interior .container .three-column-panel .item h1,
  .main-wrapper .interior .container .three-column-panel .item h2,
  .main-wrapper .interior .container .three-column-panel .item h3 {
    font-size: 34px;
    line-height: 37px;
  }
  .main-wrapper .interior .container .three-column-panel .item h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-wrapper .interior .container .three-column-panel .item h5 {
    font-size: 26px;
    line-height: 28px;
  }
  .main-wrapper .interior .container .three-column-panel .item h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .interior .container .three-column-panel .item span {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .interior .container .three-column-panel .item p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .main-wrapper .interior .container .image-item-panel-large-wrapper .arrow {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .main-wrapper .interior .container.container-full-width {
    padding: 0px;
  }
  .main-wrapper .interior .container.container-full-width .image-item-panel-large-wrapper .prev-arrow {
    top: 70%;
    left: 45px;
  }
  .main-wrapper .interior .container.container-full-width .image-item-panel-large-wrapper .next-arrow {
    top: 70%;
    right: 45px;
  }
  .main-wrapper .interior .container.container-full-width .image-item-panel-large-wrapper .image-item-panel-large .item {
    margin: 0px;
  }
  .main-wrapper .interior .container.container-full-width .image-item-panel-large-wrapper .image-item-panel-large .item .button-container .button a {
    padding: 17px 45px;
  }
}
@media screen and (max-width: 750px) {
  .main-wrapper .interior .container .quote-panel .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .left {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .left img.quote-marks {
    left: 33.33%;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .right {
    padding: 0px 30px;
    text-align: center;
    width: 100%;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .right .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .right .name span {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .interior .container .quote-panel .inner-wrapper .right .link a {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .main-wrapper .interior .container .quote-panel .inner-wrapper .left img.quote-marks {
    left: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .main-wrapper .interior .container .image-item-panel-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-wrapper .interior .container .image-item-panel-small.one-item .item {
    width: 100%;
  }
  .main-wrapper .interior .container .image-item-panel-small.two-items .item {
    width: 100%;
  }
  .main-wrapper .interior .container .image-item-panel-small.three-items .item {
    width: 100%;
  }
  .main-wrapper .interior .container .image-item-panel-small .item {
    height: 280px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper .interior .container.container-full-width {
    padding: 0;
  }
  .main-wrapper .interior .container.container-full-width .image-item-panel-small .item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .main-wrapper .interior .container .full-width-title h1,
  .main-wrapper .interior .container .full-width-title h2,
  .main-wrapper .interior .container .full-width-title h3 {
    font-size: 34px;
    line-height: 37px;
  }
  .main-wrapper .interior .container .full-width-title h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-wrapper .interior .container .full-width-title h5 {
    font-size: 26px;
    line-height: 28px;
  }
  .main-wrapper .interior .container .full-width-title h6 {
    font-size: 20px;
    line-height: 22px;
  }
  .main-wrapper .interior .container .full-width-title span {
    font-size: 16px;
    line-height: 25px;
  }
  .main-wrapper .interior .container .full-width-title p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
/* 
 * MOBY.LESS VERSION 1.7.3
 */
.moby-ul-overflow {
  overflow: hidden !important;
}
#moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#moby-overlay.dark {
  background: rgba(0, 0, 0, 0.85);
}
#moby-overlay.light {
  background: rgba(255, 255, 255, 0.65);
}
#moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
#moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00505c;
  -webkit-transition: all 0.4s, visibility 0s;
  -moz-transition: all 0.4s, visibility 0s;
  -o-transition: all 0.4s, visibility 0s;
  -ms-transition: all 0.4s, visibility 0s;
  transition: all 0.4s, visibility 0s;
  padding: 20px;
  right: 0;
}
#moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#moby.moby-hidden {
  visibility: hidden;
}
#moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  width: 280px;
}
#moby.right-side.moby-active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  border-left: solid 1px rgba(0, 0, 0, 0.08);
}
#moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
#moby.fade.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
}
#moby.fade ul {
  width: 100% !important;
}
#moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 280px;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
#moby.left-side.moby-active {
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
#moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.top-full ul {
  width: 100% !important;
}
#moby.top-full.moby-active {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
#moby.bottom-full ul {
  width: 100% !important;
}
#moby.bottom-full.moby-active {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
#moby.grow-out ul {
  width: 100% !important;
}
#moby.grow-out.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
#moby.shrink-in ul {
  width: 100% !important;
}
#moby.shrink-in.moby-active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#moby ul {
  list-style: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#moby ul ul {
  display: none;
}
#moby ul li ul a {
  padding: 10px 60px 10px 20px;
  font-weight: 300;
}
#moby ul li a {
  border-bottom: solid 1px #00353d;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 60px 10px 20px;
}
#moby ul li a .moby-expand {
  position: absolute;
  background: #00353d;
  width: 40px;
  text-align: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px;
}
#moby ul li a .moby-expand span {
  font-size: 12px;
}
#moby ul li a .moby-expand i,
#moby ul li a .moby-expand span {
  width: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
#moby ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
#moby ul li a:hover::before {
  background-color: #00353d;
  width: 100%;
}
#moby:not(.moby-has-multi-level) #moby-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 20px;
}
#moby:not(.moby-has-multi-level) #moby-close span {
  font-weight: bold;
  margin-right: 10px;
}
#moby.moby-has-multi-level {
  padding: 0;
}
#moby.moby-has-multi-level ul {
  height: calc(100vh - 78px);
  top: 78px;
  position: fixed;
  width: 280px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background: #00505c;
}
#moby.moby-has-multi-level ul ul {
  display: block;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li ul {
  height: calc(100vh - 78px);
  top: 78px;
  z-index: 2;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul {
  z-index: 3;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul {
  z-index: 4;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul li ul {
  z-index: 5;
}
#moby.moby-has-multi-level.moby-ie-fix nav > ul > li > ul > li > ul li ul li ul li ul {
  z-index: 6;
}
#moby.moby-has-multi-level nav ul li::before {
  content: none;
}
#moby.moby-has-multi-level nav > ul {
  -webkit-transform: translate3d(280px,0,0);
  -moz-transform: translate3d(280px,0,0);
  -ms-transform: translate3d(280px,0,0);
  transform: translate3d(280px,0,0);
  -webkit-transition: all 0s 0.4s;
  -moz-transition: all 0s 0.4s;
  -o-transition: all 0s 0.4s;
  -ms-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
}
#moby.moby-has-multi-level nav > ul > li ul {
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul {
  z-index: 3;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul {
  z-index: 4;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul li ul {
  z-index: 5;
}
#moby.moby-has-multi-level nav > ul > li > ul > li > ul li ul li ul li ul {
  z-index: 6;
}
#moby.moby-has-multi-level ul.moby-ul-active {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#moby.moby-has-multi-level.left-side nav > ul {
  -webkit-transform: translate3d(-280px,0,0);
  -moz-transform: translate3d(-280px,0,0);
  -ms-transform: translate3d(-280px,0,0);
  transform: translate3d(-280px,0,0);
  -webkit-transform: all 0s 0.4s;
  -moz-transform: all 0s 0.4s;
  -ms-transform: all 0s 0.4s;
  transform: all 0s 0.4s;
}
#moby.moby-has-multi-level.left-side nav > ul > li ul {
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
#moby.moby-has-multi-level.moby-active nav > ul {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
#moby.moby-has-multi-level:not(.moby-prev-visible) #moby-top-wrap #moby-close {
  width: 100%;
}
#moby.moby-has-multi-level:not(.moby-prev-visible) #moby-top-wrap #moby-prev {
  display: none;
}
#moby.moby-has-multi-level #moby-top-wrap {
  padding: 20px;
  height: 78px;
}
#moby.moby-has-multi-level #moby-top-wrap::after {
  content: '';
  clear: both;
  height: 0.0001em;
  width: 100%;
  display: block;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close {
  float: right;
  line-height: 38px;
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close i {
  color: #ffffff;
  margin-right: 5px;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close span {
  font-weight: bold;
  margin-right: 5px;
  color: #ffffff;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-close span span {
  color: #ffffff;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-prev {
  float: left;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
#moby.moby-has-multi-level #moby-top-wrap #moby-prev > * {
  display: block;
}
#moby.moby-has-multi-level #moby-clone nav {
  padding: 0 20px 20px 20px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
p.field-label {
  font-size: 20px;
  padding-bottom: 10px;
  color: #4c4d4f;
}
input[type="text"] {
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  font-size: 19px;
  height: 42px;
  padding: 6px;
  max-width: 90%;
  background-color: #fdfdfd;
}
input[type="email"] {
  max-width: 100%;
  height: 42px;
  padding: 6px;
  border: 1px solid #cccccc;
}
input[type="checkbox"] {
  margin-top: 5px;
  min-width: 30px;
}
select {
  height: 42px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  color: #4b4a4b;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
  overflow: hidden;
  background: url(../images/icons/dropdown_arrow_blue.png) no-repeat right #ddd;
  background-color: #ffffff;
}
label {
  margin-left: 5px;
  font-size: 20px;
  color: #4c4d4f;
}
textarea {
  max-width: 100%;
  height: 135px;
  padding: 6px;
  border: 1px solid #cccccc;
}
