#topsection,
#topsection h1,
#mainsection,
#imagecopycarousel,
#imagecopycarousel h3,
#change,
#otherareas,
#otherways {
    color: #fff;
}

h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 110%;
    color: #222222;
}

h2 {
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 110%;
    color: #222222;
}

#change h2,
#otherways h2,
#questions h2,
#allevents h2,
#allevents h1 {
    color: #ffffff;
}

#topsection {
    /*margin: -259px 0 0 0;*/
    position: relative;
    /*max-height: 900px;*/
    overflow: hidden;
}

#topsection #topimage {
    margin-top: -200px;
}

#topsection p {
    margin-bottom: 0;
}

#topsection img {
    display: block;
    max-width: none;
    min-width: 100%;
    height: auto;
    margin-top: 0;
    line-height: 0;
}

#topsection .copy {
    position: absolute;
    top: 50%;
    left: 14.513888888889%;
    right: 50px;
    /* H1 */
    font-weight: 300;
    font-size: 50px;
    margin: 0 0 40px;
    line-height: 100%;
}

#topsection .copy a {
    line-height: normal;
}

#topsection .copy span {
    display: block;
    margin-bottom: 0.5em;
}

#topsection .copy strong {
    font-weight: 400;
}

#topsection #topcarousel {
    z-index: auto;
}

#topsection #topcarousel img {
    margin-top: -259px;
}

#topsection #topcarousel .owl-nav .owl-prev,
#topsection #topcarousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 13.888888888889%;
    background: none;
    text-indent: -5000000px;
    border-radius: none;
    display: block;
    width: 20px;
    height: 34px;
    margin: -50px 0 0;
    box-sizing: border-box;
    background: url(../images/modules/topcarousel_arrow_prev.png) 0 0 no-repeat;
}

#topsection #topcarousel .owl-nav .owl-next {
    left: auto;
    right: 13.888888888889%;
    background-image: url(../images/modules/topcarousel_arrow_next.png)
}

#topsection #topcarousel .owl-controls {
    margin: 0;
}

#topsection #topcarousel .owl-dots {
    position: absolute;
    left: 48%;
    bottom: 5px;
}

#topsection #topcarousel .owl-dots .owl-dot span {
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
}

#topsection #topcarousel .owl-dots .owl-dot.active span,
#topsection #topcarousel .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.9);
}

#main,
body.noLeft #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#mainsection,
.subsection {
    background: #fff;
    padding: 55px 0 75px;
    color: #222222;
    font-weight: 300;
    overflow: hidden;
}

#breadcrumb,
.breadcrumb {
    width: 1024px;
    padding: 45px 10px 0 10px;
    margin: 0 auto;
    color: #222222;
    font-weight: 300;
}

#breadcrumb a,
.breadcrumb a {
    color: inherit;
    color: #2e57a4;
}

#breadcrumb .divider,
.breadcrumb .divider {
    padding: 0 5px;
}

#mainsection #mainsocial {
    float: right;
    width: 70px;
    text-align: center;
    font-size: 32px;
    position: relative;
    background: #fff;
    z-index: 1;
    margin-top: 20px;
}

#mainsection #mainsocial a {
    display: block;
    color: #bfbfbf;
    text-decoration: none;
}

#mainsection #mainsocial a.toggle {
    border-bottom: 2px #e5e5e5 solid;
    padding: 0 0 15px;
}

#mainsection #mainsocial #mainsocialicons {
    margin: 35px 0 0;
}

#mainsection #mainsocial #mainsocialicons a {
    margin: 0 0 25px;
}

#mainsection #mainsocial #mainsocialicons a:last-child {
    margin-bottom: 0;
}

#mainsection #mainsocial #mainsocialicons a:hover .fa-twitter {
    color: #61aadb;
}

#mainsection #mainsocial #mainsocialicons a:hover .fa-facebook {
    color: #3d549d;
}

#mainsection #mainsocial #mainsocialicons a:hover .fa-envelope {
    color: #c3b6a7;
}

body h1.modulesectionheader {
    /*margin-left: 240px; 	*/
}

body.noLeft h1.modulesectionheader {
    margin-left: 0;
}

body #mainsection #maincontent {
    margin: 0 174px 0 240px;
}

body.noLeft #mainsection #maincontent {
    margin: 0 174px 0 0;
}

#mainsection #maincontent>p {
    margin: 30px 0;
    line-height: 150%;
}

#mainsection #maintabs,
#mainsection #maintabsalt {
    margin: 100px 0 0;
}

#mainsection #maintabs nav,
#mainsection #maintabsalt nav {
    border-bottom: 2px #eaeef6 solid;
    margin: 0 0 40px;
    text-align: center;
}

#mainsection #maintabs nav a,
#mainsection #maintabsalt nav a {
    /*line-height: 66px;*/
    display: inline-block;
    margin: 0 3px;
    font-size: 22px;
    text-decoration: none;
    width: 155px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    background: #eaeef6;
    color: #2e57a4;
}

#mainsection #maintabsalt nav a:focus {
    border: none;
    outline: none;
}

#mainsection #maintabs .tab {
    display: none;
}

#mainsection #maintabs .tab.active {
    display: block;
}

#mainsection #maintabs .tab .image {
    float: left;
    width: 56%;
}

#mainsection #maintabs .tab .image img {
    display: block;
    margin: 0 auto;
}

#mainsection #maintabs .tab .copy {
    float: right;
    width: 39%;
    font-size: 20px;
}

#mainsection #maintabs .tab .copy h3 {
    color: #2e57a4;
    font-size: 38px;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 100%;
}

#mainsection #maintabs nav a.active,
#mainsection #maintabsalt nav a.active {
    background: #2e57a4;
    color: #fff;
}

#mainsection #maintouts {
    margin: 70px -75px 0 0;
    text-align: center;
}

#mainsection #maintouts .tout {
    float: left;
    text-align: left;
    width: 48%;
    box-shadow: 0px 0px 18px rgba(1, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 0 38px;
}

#mainsection #maintouts .tout:nth-child(2n) {
    float: right;
}

#mainsection #maintouts .tout:nth-child(2) {
    margin-top: 78px;
}

#mainsection #maintouts .tout img {
    display: block;
}

#mainsection #maintouts .tout .copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 40px 20px 25px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#mainsection #maintouts .tout h3 {
    color: #fff;
}

#mainsection #maintouts .tout .copy.orange {
    background: #f38533;
    background: rgba(243, 133, 51, 0.75);
}

#mainsection #maintouts .tout .copy.green {
    background: #83a649;
    background: rgba(131, 166, 73, 0.75);
}

#mainsection #maintouts .tout .copy.yellow {
    background: #d29f29;
    background: rgba(210, 159, 41, 0.75);
}

#mainsection #maintouts .tout .copy.slate {
    background: #86879d;
    background: rgba(134, 135, 157, 0.75);
}

#mainsection #maintouts .tout .copy:after {
    position: absolute;
    content: '';
    text-align: center;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: url(../images/modules/main_touts_arrow.png) 50% 50% no-repeat;
}

#mainsection #maintouts .tout .copy.orange:hover,
#mainsection #maintouts .tout .copy.orange:after {
    background-color: #f38533;
}

#mainsection #maintouts .tout .copy.green:hover,
#mainsection #maintouts .tout .copy.green:after {
    background-color: #83a649;
}

#mainsection #maintouts .tout .copy.yellow:hover,
#mainsection #maintouts .tout .copy.yellow:after {
    background-color: #d29f29;
}

#mainsection #maintouts .tout .copy.slate:hover,
#mainsection #maintouts .tout .copy.slate:after {
    background-color: #86879d;
}

#mainsection #maintouts .tout .copy h3 {
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

#mainsection #maintouts .tout .copy p {
    margin: 0;
}

#mainsection #maintouts .tout .copy strong {
    font-weight: 400;
}

#mainsection #maintouts>.button {
    margin: 53px 0 0;
}

#mainaccordion,
.subsection #mainaccordion {
    margin: 90px 0 0;
    border-top: 1px #dfdfdf solid;
}

#mainaccordion .bellow {
    border-bottom: 1px #dfdfdf solid;
    position: relative;
}

#mainaccordion .bellow h5 {
    padding: 20px 50px 20px 30px;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
}

#mainaccordion .bellow .yellow {
    color: #e9ad21;
}

#mainaccordion .bellow .orange {
    color: #f38533;
}

#mainaccordion .bellow .green {
    color: #95a246;
}

#mainaccordion .bellow .blue {
    color: #4887c0;
}

#mainaccordion .bellow .slate {
    color: #86879d;
}

#mainaccordion .bellow .royalblue {
    color: #2e57a4;
}

#mainaccordion .bellow h2:after,
#mainaccordion .bellow h5:after {
    position: absolute;
    content: '';
    width: 21px;
    height: 12px;
    top: 50%;
    margin: -6px 0 0;
    right: 15px;
    background: url(../images/modules/mainaccordion_arrow_down.png) 0 0 no-repeat;
    z-index: 1;
}

#mainaccordion .bellow h2.active,
#mainaccordion .bellow h5.active {
    position: static;
}

#mainaccordion .bellow h2.active:after,
#mainaccordion .bellow h5.active:after {
    background-image: url(../images/modules/mainaccordion_arrow_up.png);
    top: auto;
    bottom: 35px;
    margin: 0;
}

#mainaccordion .bellow .content {
    display: none;
}

#mainaccordion .bellow .content .copy {
    width: 47.058823529412%;
    padding: 0 0 30px 30px;
    box-sizing: border-box;
    float: left;
    color: #636363;
    font-size: 20px;
}

#mainaccordion .bellow .content .image {
    width: 52.352941176471%;
    float: right;
}

#mainaccordion .bellow .content .image img {
    display: block;
}

#mainsection #mainblocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 85px 0 0;
}

#mainsection #mainblocks .block {
    float: left;
    width: 50%;
    padding: 50px 45px;
    color: #fff;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    font-size: 21px;
    border-radius: 5px;
}

#mainsection #mainblocks .block:nth-child(2n) {
    float: right;
    margin: 0 0 0 2%;
}

#mainsection #mainblocks .block:nth-child(2n+1) {
    clear: both;
}

#mainsection #mainblocks .block.green {
    background: #7bb74a;
}

#mainsection #mainblocks .block.blue {
    background: #2e57a4;
}

#mainsection #mainblocks .block h2 {
    font-size: 44px;
    font-weight: 300;
    margin: 0 0 40px;
}

#mainsection #mainblocks .block h3 {
    font-size: 28px;
    font-weight: 300;
}

#mainsection #mainitems {
    margin: 95px 0 0;
}

#mainsection #mainitems h2 {
    font-size: 44px;
    font-weight: 300;
    margin: 0 0 30px;
}

#mainsection #mainitems .item {
    padding: 43px 0;
    border-top: 1px #e5e5e5 solid;
    font-size: 20px;
}

#mainsection #mainitems .item:last-child {
    padding-bottom: 0;
}

#mainsection #mainitems .item .header {
    width: 240px;
    color: #2e57a4;
    font-size: 36px;
    float: left;
}

#mainsection #mainitems .item .copy {
    margin: 0 0 0 270px;
}

#mainsection #mainform form {
    display: block;
    color: #636363;
    font-weight: 400;
    margin: 95px 0 0;
}

#mainsection #mainform form fieldset {
    border: none;
}

#mainsection #mainform form fieldset legend,
#mainsection #mainform form label.large {
    display: block;
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
}

#mainsection #mainform form label.small {
    display: none;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
}

#mainsection #mainform form .row {
    margin: 0 0 45px;
}

#mainsection #mainform form .row .column.half {
    float: left;
    width: 48.8%;
}

#mainsection #mainform form .row .column.full {
    float: left;
    width: 100%;
}

#mainsection #mainform form .row .column.half:last-child {
    float: right;
}

#mainsection #mainform form .row .column input[type="text"],
#mainsection #mainform form .row .column input[type="email"],
#mainsection #mainform form .row .column input[type="password"],
#mainsection #mainform form .row .column input[type="tel"],
#mainsection #mainform form .row .column select,
#mainsection #mainform form .row .column textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 55px;
    background: #f4f5f6;
    padding: 0 25px;
    margin: 0;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.22) inset;
    color: #707070;
    font-size: 17px;
}

#mainsection #mainform form .row .column ::-webkit-input-placeholder {
    color: #707070;
}

#mainsection #mainform form .row .column :-moz-placeholder {
    color: #707070;
}

#mainsection #mainform form .row .column ::-moz-placeholder {
    color: #707070;
}

#mainsection #mainform form .row .column :-ms-input-placeholder {
    color: #707070;
}

#mainsection #mainform form .row .column select {
    background-image: url(../images/modules/mainform_select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 91px;
}

#mainsection #mainform form .row .column select::-ms-expand {
    display: none;
}

#mainsection #mainform form .row .column textarea {
    resize: none;
    height: 225px;
    padding: 10px 25px;
}

#mainsection #mainform form .row .column .checkboxfontawesome,
#mainsection #mainform form .row .column .radiofontawesome {
    position: relative;
    overflow: hidden;
}

#mainsection #mainform form .row .column .checkboxfontawesome input[type="checkbox"],
#mainsection #mainform form .row .column .radiofontawesome input[type="radio"] {
    position: absolute;
    left: -9999999px;
}

#mainsection #mainform form .row .column .checkboxfontawesome label,
#mainsection #mainform form .row .column .radiofontawesome label {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    display: block;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    min-height: 30px;
}

#mainsection #mainform form .row .column .checkboxfontawesome label:before,
#mainsection #mainform form .row .column .radiofontawesome label:before {
    content: '\f096';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 28px;
    color: #3a61a8;
}

#mainsection #mainform form .row .column .radiofontawesome label:before {
    content: '\f1db';
    font-size: 26px;
}

#mainsection #mainform form .row .column .checkboxfontawesome input[type="checkbox"]:checked+label:before,
#mainsection #mainform form .row .column .radiofontawesome input[type="radio"]:checked+label:before {
    content: '\f14a';
    font-size: 26px;
}

#mainsection #mainform form .row .column .radiofontawesome input[type="radio"]:checked+label:before {
    content: '\f058';
}

#mainsection #mainform form .row.submit {
    text-align: center;
}

#mainsection #mainform form .row.submit input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #3a61a8;
    color: #fff;
    cursor: pointer;
    width: 400px;
    display: inline-block;
    line-height: 55px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
}

#mainsection #mainform form .row .column input[type="text"].error,
#mainsection #mainform form .row .column input[type="email"].error,
#mainsection #mainform form .row .column input[type="password"].error,
#mainsection #mainform form .row .column input[type="tel"].error,
#mainsection #mainform form .row .column select.error,
#mainsection #mainform form .row .column textarea.error {
    border: 1px #ff0000 solid;
}

#mainsection #mainform form .row .column div.error,
#mainsection #mainform form .row .column label.error,
#mainsection #mainform form div.error {
    font-size: 80%;
    background: #ff0000;
    margin: 10px 0;
    display: block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

#mainsection #maingrid {
    margin: 75px 0 0;
}

#mainsection #maingrid #maingridtools {
    margin: 0 0 45px;
}

#mainsection #maingrid #maingridtools>form {
    display: block;
}

#mainsection #maingrid #maingridtools #maingridsort,
#mainsection #maingrid #maingridtools #maingridsearch {
    float: left;
    width: 300px;
    position: relative;
}

#mainsection #maingrid #maingridtools #maingridsearch {
    float: right;
}

#mainsection #maingrid #maingridtools>form input[type="text"],
#mainsection #maingrid #maingridtools>form select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 54px;
    background: #f4f5f6;
    padding: 0 25px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.22) inset;
    color: #707070;
    font-size: 17px;
    padding-right: 0;
}

#mainsection #maingrid #maingridtools>form ::-webkit-input-placeholder {
    color: #707070;
}

#mainsection #maingrid #maingridtools>form :-moz-placeholder {
    color: #707070;
}

#mainsection #maingrid #maingridtools>form ::-moz-placeholder {
    color: #707070;
}

#mainsection #maingrid #maingridtools>form :-ms-input-placeholder {
    color: #707070;
}

#mainsection #maingrid #maingridtools>form select {
    background-image: url(../images/modules/maingrid_select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 87px;
}

#mainsection #maingrid #maingridtools>form select::-ms-expand {
    display: none;
}

#mainsection #maingrid #maingridtools #maingridsearch input[type="text"] {
    border-radius: 5px 0 0 5px;
    padding-right: 88px;
}

#mainsection #maingrid #maingridtools #maingridsearch input[type="image"] {
    border: none;
    cursor: pointer;
    width: 63px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

#mainsection #maingrid #maingriditems .item {
    float: left;
    width: 30.235294117647%;
    margin: 0 4.6470588235295% 60px 0;
    position: relative;
    font-size: 24px;
    color: #636363;
    font-weight: 300;
    cursor: pointer;
}

#mainsection #maingrid #maingriditems .item:nth-child(3n) {
    margin-right: 0;
}

#mainsection #maingrid #maingriditems .item:nth-child(3n+1) {
    clear: left;
}

#mainsection #maingrid #maingriditems .item strong {
    font-weight: 400;
}

#mainsection #maingrid #maingriditems .item img.plus {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 30px;
}

#mainsection #maingrid #maingriditems .item img.image {
    display: block;
    margin: 0 0 20px;
    width: 100%;
}

#mainsection #maingrid #maingridloadmore {
    margin: 35px 0 0;
}

#mainsection #maingrid #maingridloadmore a {
    display: block;
    background: #3a61a8;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    line-height: 75px;
    display: none;
}

#mainsection #mainlinks {
    margin: 85px 0 0;
}

#mainsection #mainlinks a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    background: #3a61a8;
    line-height: 55px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 15px;
}

#mainsection #mainlinks.two a {
    float: left;
    width: 47%;
    margin: 0 6% 0 0;
}

#mainsection #mainlinks.two a:nth-child(2n) {
    margin-right: 0;
}

#mainsection #mainpasteventdropdown {
    margin: 55px 0 95px;
}

#mainsection #mainpasteventdropdown select {
    display: block;
    width: 300px;
    box-sizing: border-box;
    height: 55px;
    background: #f4f5f6 url(../images/modules/pastevents_select_arrow.jpg) right center no-repeat;
    padding: 0 25px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.22) inset;
    color: #707070;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 87px;
}

#mainsection #mainpasteventdropdown select::-ms-expand {
    display: none;
}

#mainsection #mainpasteventintro {
    margin: 0 0 110px;
}

#mainsection #mainpasteventintro .image {
    float: left;
    width: 145px;
}

#mainsection #mainpasteventintro .copy {
    margin: 0 0 0 175px;
    font-size: 20px;
}

#mainsection #mainpasteventintro .copy h2 {
    margin-bottom: 55px;
}

#mainsection #mainpasteventinfo .event {
    float: left;
    text-align: center;
}

#mainsection #mainpasteventinfo .event.fundsraised {
    width: 17%;
    padding-right: 7%;
}

#mainsection #mainpasteventinfo .event.fundraisingcause {
    width: 30%;
    padding-right: 7%;
}

#mainsection #mainpasteventinfo .event.committee {
    width: 39%;
}

#mainsection #mainpasteventinfo .event .image {
    text-align: center;
    height: 68px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#mainsection #mainpasteventinfo .event h4 {
    font-size: 23px;
    font-weight: 300;
    margin: 20px 0 10px;
    height: 64px;
}

#mainsection #mainpasteventinfo .event h5 {
    font-size: 40px;
    font-weight: 300;
    color: #2e57a4;
}

#mainsection #mainupcomingevents {
    margin: 55px 0 0;
}

#mainsection #mainupcomingevents #mainupcomingeventslinks {
    border-bottom: 1px #e5e5e5 solid;
    text-align: center;
}

#mainsection #mainupcomingevents #mainupcomingeventslinks a {
    display: inline-block;
    padding: 0 35px;
    line-height: 66px;
    color: #2e57a4;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    background: #eaeef6;
    border-radius: 5px 5px 0 0;
    margin: 0 3px;
}

#mainsection #mainupcomingevents #mainupcomingeventslinks a.active {
    font-weight: 400;
    color: #fff;
    background: #2e57a4;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category {
    display: none;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category.active {
    display: block;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event {
    position: relative;
    font-weight: 300;
    font-size: 20px;
    padding: 32px 0 45px;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event:nth-child(2n) {
    background: #f7f7f7;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event a.eventtoggle {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 21px;
    height: 12px;
    padding: 10px;
    background: url(../images/modules/upcomingevents_arrowdown.png) 50% 50% no-repeat;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event a.eventtoggle.active {
    background-image: url(../images/modules/upcomingevents_arrowup.png);
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event>.image {
    width: 206px;
    float: left;
    text-align: center;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy {
    margin: 0 0 0 226px;
    padding: 0 20px 0 0;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .date {
    font-size: 22px;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy h5 {
    font-weight: 300;
    font-size: 36px;
    margin: 23px 0 0;
    color: #3a61a8;
    line-height: 1.1em;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .location {
    font-size: 17px;
    margin: 40px 0 0;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .location strong {
    font-weight: 400;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links {
    color: #3e3e3e;
    font-size: 18px;
    padding: 30px 0 0;
    text-align: center;
    border-top: 1px #e5e5e5 solid;
    margin: 20px 0 0;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links strong {
    font-weight: normal;
    font-weight: 300;
    font-size: 24px;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links p {
    margin-top: 0.25em;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link {
    float: left;
    margin: 0 40px 0 0;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link:last-child {
    margin-right: 0;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link a {
    color: inherit;
    text-decoration: none;
    display: block;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link .image {
    height: 48px;
    margin: 0 0 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link .image img {
    margin: 0 auto;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .hidden {
    display: none;
    margin: 33px 0 0;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: auto;
}

#mainsection #mainupcomingevents #mainupcomingeventscategories .category .event:nth-child(n+4) {
    display: none;
}

#mainsection #mainupcomingevents .mainupcomingeventsloadmore {
    padding: 80px 0 0;
    border-top: 1px #e5e5e5 solid;
    text-align: center;
}

#mainsection #mainupcomingevents .mainupcomingeventsloadmore a {
    background: #3a61a8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    line-height: 75px;
    margin: 0 auto;
    padding: 14px 24px;
}

#pasteventpictures {
    background: #e5e9f3;
    padding: 85px 0;
}

#pasteventpictures #pasteventpicturesdropdown {
    margin: 0 0 35px;
}

#pasteventpictures #pasteventpicturesdropdown select {
    display: block;
    width: 300px;
    box-sizing: border-box;
    height: 55px;
    background: #f4f5f6 url(../images/modules/pastevents_select_arrow.jpg) right center no-repeat;
    padding: 0 25px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.22) inset;
    color: #707070;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 87px;
}

#pasteventpictures #pasteventpicturesdropdown select::-ms-expand {
    display: none;
}

#pasteventpictures #pasteventpictureslisting .picture {
    float: left;
    width: 22.65625%;
    margin: 0 3.125% 3.125% 0;
}

#pasteventpictures #pasteventpictureslisting .picture:nth-child(4n) {
    margin-right: 0;
}

#pasteventpictures #pasteventpictureslisting .picture:nth-child(4n+1) {
    clear: left;
}

#pasteventpictures #pasteventpictureslisting .picture img {
    display: block;
}

#pasteventpictures #pasteventpicturesloadmore {
    margin: 65px 0 0;
}

#pasteventpictures #pasteventpicturesloadmore a {
    background: #3a61a8;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    line-height: 75px;
    display: none;
}

#allevents {
    background: #375ea7;
    padding: 55px 0 75px;
}

#allevents #alleventslisting {
    margin: 95px 0 0;
}

#allevents #alleventslisting .event {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
}

#allevents #alleventslisting .event a {
    text-decoration: none;
    color: #fff;
}

#allevents #alleventslisting .event img.main {
    display: block;
    margin: 0 auto 40px;
}

#allevents #alleventslisting .event .heading {
    font-size: 36px;
    display: block;
    color: #fff;
    margin: 0 0 35px;
    padding: 0 40px 0 0;
    background: url(../images/modules/allevents_arrow.png) 100% 50% no-repeat;
}

#allevents #alleventslisting .event strong {
    font-weight: 400;
}

#allevents #alleventslisting.owl-theme .owl-controls {
    margin: 0;
}

#allevents #alleventslisting.owl-carousel .owl-controls .owl-nav .owl-prev {
    display: none !important;
}

#allevents #alleventslisting.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 130px;
    right: -50px;
    margin: -17px 0 0;
    background: url(../images/modules/allevents_arrowright.png) 50% 50% no-repeat;
    width: 20px;
    height: 34px;
    text-indent: -500000px;
}

#landing,
.landing {
    background: #eaeef6;
    padding: 55px 0 75px;
    color: #222222;
    font-weight: 300;
    overflow: hidden;
}

#landing #landingtouts .tout,
.landing .landingtouts .tout {
    float: left;
    width: 30%;
    margin: 45px 5% 0 0;
    color: #636363;
    text-align: center;
}

#landing #landingtouts.two .tout,
#landing #landingtouts.two .tout:nth-child(3n),
.landing .landingtouts.two .tout,
.landing .landingtouts.two .tout:nth-child(3n) {
    margin: 100px 10% 0;
}

#landing #landingtouts .tout:nth-child(3n),
.landing .landingtouts .tout:nth-child(3n) {
    margin-right: 0;
}

#landing #landingtouts .tout:nth-child(3n+1),
.landing .landingtouts .tout:nth-child(3n+1),
#landing #landingtouts.two .tout:nth-child(2n+1),
.landing .landingtouts.two .tout:nth-child(2n+1) {
    clear: left;
}

#landing #landingtouts.two .tout:nth-child(3n+1),
.landing .landingtouts.two .tout:nth-child(3n+1) {
    clear: none;
}

#landing #landingtouts .tout a,
.landing .landingtouts .tout a {
    color: inherit;
    text-decoration: none;
}

#landing #landingtouts .tout img,
.landing .landingtouts .tout img {
    display: block;
    margin: 0 auto 40px;
}

#landing #landingtouts .tout h3,
.landing .landingtouts .tout h3 {
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 40px;
}

#landing #landingtouts .tout p,
.landing .landingtouts .tout p {
    margin: 0;
    font-size: 24px;
}

#landing #landingtouts .tout p strong,
.landing .landingtouts .tout p strong {
    font-weight: 400;
}

#imagecopycarousel {
    background: #2e57a4;
    position: relative;
}

#imagecopycarousel .slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#imagecopycarousel .slide .image {
    float: left;
    width: 44.444444444444%;
}

#imagecopycarousel .slide .image img {
    display: block;
}

#imagecopycarousel .slide .copy {
    float: right;
    width: 52.5%;
    padding: 2.5% 2.5% 40px 2.5%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 300;
}

#imagecopycarousel .slide .copy .content {
    max-width: 424px;
}

#imagecopycarousel .slide .copy h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    margin: 0 0 3.792452830189%;
}

#imagecopycarousel .slide .copy .button {
    background: #3a61a8;
    width: 90%;
    text-align: center;
    margin: 3.433962264151% 0 0;
}

#imagecopycarousel .owl-nav .owl-prev,
#imagecopycarousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 6.541666666667%;
    background: none;
    text-indent: -5000000px;
    border-radius: none;
    display: block;
    width: 20px;
    height: 34px;
    margin: -17px 0 0;
    background: url(../images/modules/imagecopycarousel_arrow_prev.png) 0 0 no-repeat;
}

#imagecopycarousel .owl-nav .owl-next {
    left: auto;
    right: 6.541666666667%;
    background-image: url(../images/modules/imagecopycarousel_arrow_next.png)
}

#imagecopycarousel .owl-controls {
    margin: 0;
}

#imagecopycarousel .owl-dots {
    position: absolute;
    left: 48%;
    bottom: 5px;
}

#imagecopycarousel .owl-dots .owl-dot span {
    background: #fff;
    background: rgba(255, 255, 255, 0.4);
}

#imagecopycarousel .owl-dots .owl-dot.active span,
#imagecopycarousel .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.9);
}

#change {
    background: #7bb74a;
    padding: 100px 0 100px;
    font-size: 24px;
    max-width: 100%;
}

#change h2 br {
    display: none;
}

#change #items {
    margin: 75px 0 0;
}

#change #items .item {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
}

#change #items .item:last-child {
    margin-right: 0;
}

#change #items .item a {
    text-decoration: none;
    color: inherit;
    display: block;
    line-height: 1em;
}

#change #items .item .image {
    margin: 0 0 30px;
    height: 68px;
}

#change #items .item h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #ffffff;
}

#otherareas {
    background: #eaeef6;
    padding: 95px 0;
    color: #222222;
}

#otherareas #otherareaslinks {
    margin: 85px 0 0;
    display: flex;
    flex-flow: row wrap;
}

#otherareas #otherareaslinks a {
    float: left;
    width: 30%;
    margin: 0 5% 65px 0;
    color: #222222;
    text-decoration: none;
    border-bottom: 2px #b1b1b1 solid;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    line-height: 120%;
}

#otherareas #otherareaslinks a:nth-child(3n) {
    margin-right: 0;
}

#otherareas #otherareaslinks a:nth-child(3n+1) {
    clear: left;
}

#otherareas #otherareaslinks a span {
    position: relative;
    z-index: 1;
    color: inherit;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}

#otherareas #otherareaslinks a .background {
    z-index: 0;
    height: 0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}

#otherareas #otherareaslinks a .background.orange {
    background: #f38533;
}

#otherareas #otherareaslinks a .background.green {
    background: #83a649;
}

#otherareas #otherareaslinks a .background.lightblue {
    background: #4887c0;
}

#otherareas #otherareaslinks a .background.slate {
    background: #86879d;
}

#otherareas #otherareaslinks a .background.darkblue {
    background: #2e57a4;
}

#otherareas #otherareaslinks a:hover .background {
    height: 100%;
}

#otherareas #otherareaslinks a:hover span {
    color: #fff;
}

#overlay_fadeout {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.overlay_new {
    position: absolute;
    top: 463px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1024px;
    max-width: 95%;
    min-width: 480px;
    z-index: 102;
    display: none;
    border-radius: 8px;
    overflow: hidden;
}

.overlay_new a.close {
    position: absolute;
    background: #8db769;
    color: #fff;
    text-decoration: none;
    top: 15px;
    right: 22px;
    border-radius: 50%;
    width: 30px;
    height: 24px;
    padding-top: 6px;
    line-height: 30px;
    text-align: center;
}

.overlay_new a.close .fa-times:before {
    padding-left: 2px;
}

.overlay_new .image {
    position: relative;
}

.overlay_new .image img {
    display: block;
    max-width: none;
    width: 100%;
}

.overlay_new .image .copy {
    width: 470px;
    bottom: 60px;
    left: 80px;
    position: absolute;
}

.overlay_new .image .copy h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2px;
    color: #fff;
}

.overlay_new .image .copy h2 strong {
    font-weight: 400;
}

.overlay_new .content {
    background: #f4f5f6;
    padding: 75px 80px;
    color: #222222;
}

.overlay_new .content h3 {
    color: #222222;
}

.overlay_new .content .social {
    float: right;
    width: 70px;
    text-align: center;
    font-size: 32px;
    position: relative;
    background: #f4f5f6;
    z-index: 1;
}

.overlay_new .content .social a {
    display: block;
    color: #bfbfbf;
    text-decoration: none;
}

.overlay_new .content .social a.toggle {
    border-bottom: 2px #e5e5e5 solid;
    padding: 0 0 15px;
}

.overlay_new .content .social .icons {
    margin: 35px 0 0;
}

.overlay_new .content .social .icons a {
    margin: 0 0 25px;
}

.overlay_new .content .social .icons a:last-child {
    margin-bottom: 0;
}

.overlay_new .content .social .icons a:hover .fa-twitter {
    color: #61aadb;
}

.overlay_new .content .social .icons a:hover .fa-facebook {
    color: #3d549d;
}

.overlay_new .content .social .icons a:hover .fa-envelope {
    color: #c3b6a7;
}

.overlay_new .content .copy {
    margin: 0 155px 0 0;
    font-size: 20px;
    font-weight: 300;
}

.overlay_new .content .copy h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 75px 0 45px;
}

.overlay_new .content .copy h3:first-child {
    margin-top: 0;
}

.overlay_new .content .copy p {
    margin: 0 0 45px;
}

.overlay_new .content .cta {
    text-align: center;
}

.overlay_new .content .cta a {
    line-height: 120%;
    padding-top: 16px;
    padding-bottom: 15px;
}

.copy h3 {
    line-height: normal;
}

.green h3 a,
.green p a {
    color: #ffffff;
}

.green h3 a:hover,
.green p a:hover,
.green h3 a:focus,
.green p a:focus,
.orange h3 a:hover,
.orange p a:hover,
.orange h3 a:focus,
.orange p a:focus,
.yellow h3 a:hover,
.yellow p a:hover,
.yellow h3 a:focus,
.yellow p a:focus,
.slate h3 a:hover,
.slate p a:hover,
.slate h3 a:focus,
.slate p a:focus {
    text-decoration: none;
}

#otherways {
    background: #7bb74a;
    padding: 55px 0;
    color: #fff;
}

#otherways p {
    width: 100%;
}

#otherways #otherwayslinks {
    margin: 85px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

#otherways #otherwayslinks a {
    float: left;
    width: 30%;
    margin: 0 5% 65px 0;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px #fff solid;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    line-height: 120%;
}

#otherways #otherwayslinks a:nth-child(3n) {
    margin-right: 0;
}

#otherways #otherwayslinks a:nth-child(3n+1) {
    clear: left;
}

#otherways #otherwayslinks a span {
    position: relative;
    z-index: 1;
    color: inherit;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}

#otherways #otherwayslinks a .background {
    z-index: 0;
    height: 0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    background: #2e57a4;
}

#otherways #otherwayslinks a:hover .background {
    height: 100%;
}

#wayshowto {
    background: #eaeef6;
    padding: 100px 0 95px;
    color: #222222;
    font-weight: 300;
    overflow: hidden;
    color: #636363;
}

#wayshowto #wayshowtosteps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    margin: 70px 0 75px;
}

#wayshowto #wayshowtosteps .step {
    float: left;
    width: 33.333333%;
    box-sizing: border-box;
    padding: 25px 4.705882352941% 15px 4.705882352941%;
    font-size: 22px;
    text-align: center;
    border-right: 1px #c4c6cb solid;
}

#wayshowto #wayshowtosteps .step:last-child {
    border-right: none;
}

#wayshowto #wayshowtosteps .step h5 {
    color: #2e57a4;
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 300;
}

#wayshowto #wayshowtocta {
    text-align: center;
}

#wayshowto #wayshowtocta a {
    width: 400px;
}

#questions {
    background: #8c8d90;
    padding: 55px 0 75px;
}

#questions #questioncategories {
    margin: 80px 0 0;
}

#questions #questioncategories .category {
    float: left;
    width: 40%;
    padding: 0 3%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

#questions #questioncategories.three .category {
    width: 27.33333333333333%;
}

#questions #questioncategories .category .image {
    position: relative;
    height: 64px;
}

#questions #questioncategories .category .image .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#questions #questioncategories .category .image .bottom img {
    display: block;
    margin: 0 auto;
}

#questions #questioncategories .category h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0 25px;
    color: #fff;
}

#questions #questioncategories .category a {
    color: inherit;
    word-wrap: break-word;
}

@media all and (max-width: 1044px) {
    #topsection #topimage {
        margin-top: -100px;
    }
    #topsection .copy {
        top: 40%;
    }
    #topsection #topcarousel .owl-nav .owl-prev,
    #topsection #topcarousel .owl-nav .owl-next {
        margin-top: 33px;
    }
    #mainsection #mainupcomingevents #mainupcomingeventscategories .category .event>.image {
        width: 134px;
        padding: 0 20px;
    }
    #mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy {
        margin-left: 174px;
        padding-right: 20px;
    }
    #mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links {
        margin-left: -174px;
        padding-left: 20px;
    }
    #mainsection #mainupcomingevents #mainupcomingeventscategories .category .event .copy .links .link {
        margin-right: 17px;
    }
    #imagecopycarousel .slide .copy {
        font-size: 16px;
        padding-right: 50px;
    }
    #imagecopycarousel .slide .copy h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #imagecopycarousel .slide .copy h3 br {
        display: none;
    }
    #imagecopycarousel .slide .copy .button {
        margin-top: 5px;
    }
    #imagecopycarousel .slide .copy .content {
        max-width: none;
    }
    #imagecopycarousel .owl-nav .owl-prev {
        left: 10px;
    }
    #imagecopycarousel .owl-nav .owl-next {
        right: 10px;
    }
}

@media all and (max-width: 1023px) {
    #topsection {
        overflow: visible;
    }
    #topsection .copy br {
        display: none;
    }
    #topsection .copy br.donthide {
        display: inherit;
    }
    #mainsection #maintouts .tout .copy {
        font-size: 16px;
    }
    #mainsection #maintouts .tout .copy h3 {
        font-size: 20px;
    }
    #change #items .item br {
        display: none;
    }
}

@media all and (max-width: 950px) {
    #topsection .copy {
        top: 35%;
    }
}

@media all and (max-width: 900px) {
    h2 {
        font-size: 42px;
    }
    #topsection h1 {
        font-size: 44px;
    }
    #mainsection #maintouts .tout .copy {
        font-size: 14px;
    }
    #mainsection #maintouts .tout .copy h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #mainsection #mainblocks {
        display: block;
    }
    #mainsection #mainblocks .block,
    #mainsection #mainblocks .block:nth-child(2n) {
        float: none;
        width: auto;
        margin: 0 0 30px;
    }
    #mainsection #mainblocks .block:last-child {
        margin-bottom: 0;
    }
    #mainsection #mainitems .item .header {
        width: 200px;
        font-size: 28px;
    }
    #mainsection #mainitems .item .copy {
        margin: 0 0 0 230px;
    }
    #mainsection #maingrid #maingridtools #maingridsort,
    #mainsection #maingrid #maingridtools #maingridsearch {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    #mainsection #maingrid #maingridtools #maingridsort {
        margin: 0 0 20px;
    }
    #mainsection #maingrid #maingriditems .item {
        width: 48%;
        margin-right: 4%;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(3n) {
        margin-right: 4%;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(3n+1) {
        clear: none;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(2n) {
        margin-right: 0;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(2n+1) {
        clear: left;
    }
    #mainsection #mainlinks.two a {
        float: none;
        width: auto;
        width: 500px;
    }
    #mainsection #mainlinks.two a,
    #mainsection #mainlinks.two a:nth-child(2n) {
        margin: 0 auto 15px;
    }
    #mainsection #mainlinks.two a:last-child {
        margin-bottom: 0;
    }
    #change #items .item h3 {
        font-size: 23px;
    }
    .overlay_new .content {
        padding: 50px;
    }
    .overlay_new .content .copy {
        margin-right: 100px;
    }
    #landing #landingtouts .tout,
    .landing .landingtouts .tout {
        width: 48%;
        margin-right: 4%;
    }
    #landing #landingtouts .tout:nth-child(3n),
    .landing .landingtouts .tout:nth-child(3n) {
        margin-right: 4%;
    }
    #landing #landingtouts .tout:nth-child(3n+1),
    .landing .landingtouts .tout:nth-child(3n+1) {
        clear: none;
    }
    #landing #landingtouts .tout:nth-child(2n),
    .landing .landingtouts .tout:nth-child(2n) {
        margin-right: 0;
    }
    #landing #landingtouts .tout:nth-child(2n+1),
    .landing .landingtouts .tout:nth-child(2n+1) {
        clear: left;
    }
    #landing #landingtouts.two .tout,
    .landing .landingtouts.two .tout {
        width: 30%;
        margin: 100px 10% 0;
    }
}

@media all and (max-width: 767px) {
    #topsection {
        /*overflow: hidden;*/
        margin-top: 0;
    }
    #topsection h1 {
        font-size: 36px;
    }
    #topsection #topcarousel .owl-nav .owl-next {
        margin-top: -17px;
        right: 6.25%;
    }
    #topsection #topcarousel .owl-nav .owl-prev {
        display: none !important;
    }
    #topsection img {
        max-width: 140%;
        /*margin: -150px -20% 0 0;*/
    }
    #topsection #topimage {
        margin-top: 0;
    }
    #topsection img.full {
        margin-top: 0px;
    }
    #topsection .copy {
        left: 3.8125%;
        right: 3.8125%;
        top: 25%;
    }
    #topsection .copy {
        font-size: 36px;
        margin: 0 0 20px;
    }
    #breadcrumb,
    .breadcrumb {
        margin-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #breadcrumb .divider,
    .breadcrumb .divider {
        padding: 0 2px;
    }
    #mainsection #mainsocial {
        position: static;
        margin: -82px 0 0;
        width: 60px;
        display: none;
        /*temporary*/
    }
    #mainsection #mainsocial a.toggle {
        padding-bottom: 5px;
    }
    #mainsection #mainsocial #mainsocialicons {
        margin-top: 20px;
    }
    #mainsection #mainsocial #mainsocialicons a {
        margin-bottom: 15px;
    }
    #mainsection #maincontent {
        margin-right: 0 !important;
    }
    #mainsection #maincontent h2 {
        margin-right: 75px;
    }
    #mainsection #maintabs,
    #mainsection #maintabsalt {
        margin-top: 70px;
    }
    #mainsection #maintabs .tab .image,
    #mainsection #maintabs .tab .copy {
        float: none;
        width: auto;
    }
    #mainsection #maintabs .tab .image {
        margin: 0 0 40px;
    }
    #mainsection #maintabs .tab .image img {
        width: 100%;
    }
    #mainsection #maintouts {
        margin-right: 0;
        margin-top: 50px;
    }
    #mainsection #maintouts .tout,
    #mainsection #maintouts .tout:nth-child(2n) {
        float: none;
        width: auto;
    }
    #mainsection #maintouts .tout:nth-child(2) {
        margin-top: 0;
    }
    #mainsection #maintouts .tout .copy {
        font-size: 24px;
    }
    #mainsection #maintouts .tout .copy h3 {
        font-size: 34px;
    }
    #mainsection #maintouts>.button {
        display: block;
    }
    #mainsection #maintouts {
        padding-bottom: 0;
    }
    #mainsection #maintouts .tout {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 0 auto 30px;
        padding: 0;
        width: 100%;
    }
    #mainsection #maintouts .tout .copy {
        padding-top: 0;
        padding-bottom: 30px;
        position: static;
        opacity: 1 !important;
    }
    #mainsection #maintouts .tout .copy h3 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #mainsection #maintouts .tout img {
        opacity: 0;
        height: 0 !important;
    }
    #mainsection #maintouts .tout.slate {
        background: #86879d;
        background: rgba(134, 135, 157, 0.8);
    }
    #mainsection #maintouts .tout.orange {
        background: #f38533;
        background: rgba(243, 133, 51, 0.8);
    }
    #mainsection #maintouts .tout.blue {
        background: #4887c0;
        background: rgba(72, 135, 192, 0.8);
    }
    #mainsection #maintouts .tout.yellow {
        background: #ecb026;
        background: rgba(236, 176, 38, 0.8);
    }
    #mainsection #maintouts .tout.green {
        background: #83a649;
        background: rgba(131, 166, 73, 0.8);
    }
    #mainsection #maintouts .tout h3 {
        margin: 0;
        background: none !important;
        font-size: 24px;
        margin: -20px;
        padding: 20px 100px 20px 20px;
    }
    #mainsection #maintouts .tout h3:after {
        /*background-image: url(../images/home/how_arrow_down.png);
        background-position: 50% 50%;*/
    }
    #mainsection #maintouts.show>.close {
        display: none;
    }
    #mainsection #maintouts.show>nav {
        display: none;
    }
    #mainsection #maintouts.show .tout,
    #mainsection #maintouts.show .tout.active {
        width: 100%;
        display: block;
        height: auto;
        margin: 35px auto 0;
    }
    #mainsection #maintouts.show .tout.active {
        height: 467px;
        background-size: cover;
    }
    #mainaccordion .bellow .content .copy {
        float: none;
        width: auto;
        padding-right: 50px;
    }
    #mainaccordion .bellow .content .image {
        display: none;
    }
    #mainsection #mainitems .item {
        padding: 35px 0;
    }
    #mainsection #mainitems .item .header {
        font-size: 38px;
        float: none;
        margin: 0 0 40px;
        width: auto;
    }
    #mainsection #mainitems .item .copy {
        margin: 0;
    }
    #mainsection #mainform form .row .column.half,
    #mainsection #mainform form .row .column.half:last-child {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    #mainsection #maingrid #maingriditems .item {
        float: none;
        width: auto;
        margin-right: 0;
        font-size: 32px;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(3n) {
        margin-right: 0;
    }
    #mainsection #maingrid #maingriditems .item img.plus {
        top: 20px;
        right: 20px;
        width: auto;
    }
    #mainsection #maingrid #maingriditems .item:nth-child(n+4) {
        /*display: none;*/
    }
    #mainsection #maingrid #maingridloadmore a {
        display: block;
    }
    #mainsection #mainlinks.two a {
        width: auto;
        margin-bottom: 30px;
    }
    #mainsection #mainpasteventdropdown select {
        width: 100%;
    }
    #mainsection #mainpasteventintro .copy {
        font-size: 26px;
    }
    #mainsection #mainpasteventintro .copy h2 {
        padding-top: 30px;
    }
    #mainsection #mainpasteventintro .copy p {
        margin: 70px 0 0 -175px;
        clear: left;
    }
    #mainsection #mainpasteventinfo .event.fundsraised,
    #mainsection #mainpasteventinfo .event.fundraisingcause,
    #mainsection #mainpasteventinfo .event.committee {
        float: none;
        width: auto;
        padding: 0;
        margin: 90px 0 0;
    }
    #mainsection #mainpasteventinfo .event h4 {
        font-size: 26px;
        height: auto;
    }
    #mainsection #mainpasteventinfo .event h5 {
        font-size: 46px;
    }
    #mainsection #mainupcomingevents .mainupcomingeventsloadmore a {
        width: 100%;
    }
    #allevents #alleventslisting.owl-carousel .owl-controls .owl-nav .owl-next {
        top: 270px;
    }
    #pasteventpictures #pasteventpicturesdropdown select {
        width: 100%;
    }
    #pasteventpictures #pasteventpictureslisting .picture {
        margin: 0;
        width: 50%;
    }
    #pasteventpictures #pasteventpictureslisting .picture:nth-child(n+9) {
        display: none;
    }
    #pasteventpictures #pasteventpictureslisting .picture img {
        width: 100%;
    }
    #pasteventpictures #pasteventpicturesloadmore a {
        display: block;
    }
    #landing #landingtouts .tout,
    #landing #landingtouts .tout {
        float: none;
        width: auto;
        margin-right: 0;
    }
    #landing #landingtouts .tout:nth-child(3n),
    .landing .landingtouts .tout:nth-child(3n) {
        margin-right: 0;
    }
    #landing #landingtouts .tout:nth-child(2n+1),
    .landing .landingtouts .tout:nth-child(2n+1) {
        clear: none;
    }
    #landing #landingtouts.two .tout,
    .landing .landingtouts.two .tout {
        width: auto;
    }
    #imagecopycarousel .slide {
        display: block;
    }
    #imagecopycarousel .slide .image {
        float: none;
        width: auto;
        overflow: hidden;
    }
    #imagecopycarousel .slide .image img {
        width: 100%;
        margin: -50px 0 -150px;
    }
    #imagecopycarousel .slide .copy {
        float: none;
        width: auto;
        padding: 50px;
        font-size: 20px;
    }
    #imagecopycarousel .slide .copy .content {
        margin-right: 50px;
    }
    #imagecopycarousel .slide .copy h3 {
        margin-bottom: 40px;
        margin-right: 50px;
        font-size: 36px;
    }
    #imagecopycarousel .slide .copy h3 br {
        display: block;
    }
    #imagecopycarousel .slide .copy .button {
        margin-top: 40px;
        width: 100%;
    }
    #imagecopycarousel .owl-nav .owl-prev {
        display: none !important;
    }
    #imagecopycarousel .owl-nav .owl-next {
        top: 58%;
        right: 50px;
    }
    #otherareas #otherareaslinks {
        display: block;
        margin-top: 75px;
    }
    #otherareas #otherareaslinks a {
        float: none;
        width: auto;
        margin-right: 0;
        display: block;
        margin-bottom: 50px;
    }
    #change h2 br {
        display: block;
    }
    #change #items .item {
        float: none;
        width: auto;
        margin: 0 0 85px;
        font-size: 26px;
    }
    #change #items .item br {
        display: block;
    }
    #change #items .item .image {
        height: auto;
    }
    #change #items .item h3 {
        font-size: 40px;
    }
    .overlay_new {
        top: 0;
        border-radius: 0;
    }
    .overlay_new a.close {
        width: 60px;
        line-height: 60px;
        font-size: 150%;
        padding-top: 14px;
        height: 46px;
    }
    .overlay_new .image img {
        max-width: none;
        /*width: 180%;*/
        /*margin: 0 -40%;*/
    }
    .overlay_new .image .copy {
        left: 50px;
        bottom: 50px;
        width: 410px;
    }
    .overlay_new .image .copy h2 {
        font-size: 40px;
    }
    .overlay_new .content .social {
        position: static;
        width: 60px;
        margin-top: 44px
    }
    .overlay_new .content .social a.toggle {
        padding-bottom: 5px;
    }
    .overlay_new .content .social .icons {
        display: none;
        margin-top: 20px;
    }
    .overlay_new .content .social .icons a {
        margin-bottom: 15px;
    }
    .overlay_new .content .copy {
        margin-right: 0;
        font-size: 24px;
    }
    .overlay_new .content .copy h3 {
        font-size: 42px;
        line-height: 100%;
    }
    .overlay_new .content .copy h3:first-child {
        margin-right: 75px;
    }
    .overlay_new .content .cta {
        min-height: 80px;
    }
    #otherways #otherwayslinks {
        display: block;
        margin-top: 50px;
    }
    #otherways #otherwayslinks a {
        float: none;
        width: auto;
        display: block;
        padding: 15px;
        margin: 0 0 50px;
        font-size: 32px;
    }
    #wayshowto #wayshowtosteps {
        display: block;
        margin: 0;
    }
    #wayshowto #wayshowtosteps .step {
        float: none;
        width: auto;
        border-right: none;
        border-bottom: 1px #c4c6cb solid;
        padding: 55px 80px;
        margin: 0 45px;
    }
    #wayshowto #wayshowtosteps .step:last-child {
        border-bottom: none;
    }
    #questions #questioncategories .category,
    #questions #questioncategories.three .category {
        float: none;
        width: auto;
        margin: 0 0 115px;
        padding: 0;
    }
    #questions #questioncategories .category:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    #topsection .copy {
        top: 15%;
    }
    #breadcrumb,
    .breadcrumb {
        margin-right: 70px;
    }
}