@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
         font-weight:400;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('../fonts/MyriadProSemibold.woff') format('woff'),
         url('../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
         font-weight:600;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBold.woff2') format('woff2'),
         url('../fonts/MyriadProBold.woff') format('woff'),
         url('../fonts/MyriadProBold.ttf') format('truetype'),
         url('../fonts/MyriadProBold.svg#MyriadProBold') format('svg');
         font-weight:bold;
}

/** --------------------------------------------------------------------
  Accessible Modal Dialog Start
--------------------------------------------------------------------- */
.a11y-modal {display: -ms-flexbox;display: -webkit-flex;display: flex;height: 100%;left: 0;opacity: 0;overflow: auto;padding:10px; position: fixed;top: 0;transition: opacity .2s ease-in-out;visibility: hidden;width: 100%;z-index: -1;background: rgba(0, 0, 0, 0.5);}
.a11y-modal[aria-hidden="false"] {opacity: 1;visibility: visible;z-index: 99;}
.a11y-modal[aria-hidden="false"] .modal {transform: scale(1) translateY(0px);}
.modal {background: #fff;border: 1px solid rgba(0, 0, 0, 0.5);border-radius: 4px;margin: 20px auto;max-height: 90%;max-width: 800px;min-width: 220px;overflow: auto;overflow-x: hidden;padding: 32px;position: relative;transition: transform .3s ease-in-out;width: 100%; }
.modal--sm {max-width: 400px; }
.modal--full-width {max-width: 100%; }
.modal--take-over {height: 100%;max-height: 100%;max-width: 100%; }
.modal--content-scroll {overflow: hidden; }
.modal--content-scroll .modal__content {border: 1px solid #ccc;height: 300px;overflow: auto;transition: height .2s ease-in-out; }
@media screen and (min-height: 41.25em) {
.modal--content-scroll .modal__content {
height: 400px; } }
@media screen and (min-height: 47.9375em) {
.modal--content-scroll .modal__content {
height: 500px; } }
@media screen and (min-height: 53.75em) {
.modal--content-scroll .modal__content {
height: 600px; } }
@media screen and (min-height: 64em) {
.modal--content-scroll .modal__content {height: 700px;}
}
.modal__outro__close {background: transparent;display: block;height: 32px;position: absolute;right: 8px;text-decoration: none;top:8px;width:32px; cursor:pointer;}
.modal__outro__close svg {bottom: 0;fill: #000;height: 70%;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 70%; }
.modal__outro__close:hover, .modal__outro__close:focus {background: rgba(0, 0, 0, 0.9); }
.modal__outro__close:hover svg, .modal__outro__close:focus svg {fill: #fff; }
.modal {box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 12px rgba(0, 0, 0, 0.5);margin: auto;transform: scale(0.8) translateY(-30px); }
.no-js .no-js-hide,
.no-js button[data-action='modal-open'],
.no-js .modal__outro__close {display: none; }
.no-js .no-js-hide:target {display: block; }
/** --------------------------------------------------------------------
  Accessible Modal Dialog End
--------------------------------------------------------------------- */

@media screen and (min-width:768px) {
/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/
}
/* ===== RESET ================================================== */
a, main, abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:normal; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins{text-decoration:none;} abbr[title], dfn[title]{border-bottom:1px dotted; cursor:help;} table{border-collapse:collapse; border-spacing:0;} hr{display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;} input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */

body{padding-top:102px; font-family:'MyriadPro'; font-size:16px; color:#64747D; overflow-x:hidden;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
html[lang=en-US]{margin-top:0 !important;}
:focus{outline:0 none;}
:focus{text-decoration:none; color:#55bdb6; outline: none;}
a{text-decoration:none; color:#55bdb6; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#4691ce;}
a:focus{outline:0; outline: none;}
h1,h2,h3,h4,h5,h6{font-weight:bold; color:#fff; font-family:'MyriadPro'; line-height:normal; margin:0 0 20px}
h2, h1{font-size:52px;}
h3{font-size:40px;}
h4{font-size:30px;}
h5{font-size:24px;}
h6{font-size:22px;}

p{font-family:'MyriadPro'; font-size:16px; color:#64747D; line-height:30px; letter-spacing:0.2px;}
::-webkit-input-placeholder{color:#9E9E9E; opacity:1;}
:-moz-placeholder{color:#9E9E9E; opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:#9E9E9E; opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:#9E9E9E; opacity:1;}
/*Form Input Field*/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea,
body input, body  textarea, body  select {background:#fff; border:1px solid #979797 !important; width:100%; padding:5px 20px; margin:0; font-size:16px; color:#9E9E9E; font-weight:500;line-height:normal; letter-spacing:0; font-family:'MyriadPro'; height:60px; outline:none; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; box-shadow:none;}
body  input[type="button"], body  input[type="submit"] {cursor:pointer; width:auto; height:auto;}
body input[type="checkbox"], body  input[type="radio"] {border:none; width:auto; height:auto;}
body textarea {height:90px; padding:12px 20px; resize:none;}
body .select-box {display:block; width:100%; height:40px; background:#fff; border:0; line-height:40px; position:relative; cursor:pointer; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
body .select-box:after {color:#9E9E9E; position:absolute; right:20px; content:'\f2f9'; font-family:'Material-Design-Iconic-Font'; font-size: 14px; line-height:40px; top:50%; z-index:1; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%);}
body .select-box select {display:block; width:100%; height:100%; font-size:14px; color:#9E9E9E; line-height:normal; padding:0 40px 0 20px; background:transparent; border:none; -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none; position:relative; z-index:2; cursor:pointer;}
body input[type="button"], body input[type="submit"], body  input[type="image"], body input[type="file"], body input[type="search"] {-webkit-appearance:none;}
body input#addressSubmit {-webkit-appearance:none !important ; }
body input[type="radio"], body  input[type="checkbox"] {-webkit-appearance:normal;}

img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:900;}
.hide {display: none;}
.align-center {text-align: center;}
.grid-container{max-width:1230px; padding:0 15px;}

.button, .btn {display:inline-block; padding:0 30px; background:#55bdb6; border:0; color:#fff; font-size:16px; font-weight:bold; text-transform:none; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:148px; height:50px; line-height:54px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.button:before, .btn:before {display:block; content:""; background:#fff; position:absolute; width:0; height:0; left:50%; right:50%; top:50%; bottom:50%; opacity:0.1; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; z-index:0; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before {width:auto; height:auto; left:-1px; right:-1px; top:-1px; bottom:-1px;}
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus {background:#55bdb6; border-color:#55bdb6; color:#fff; text-decoration:none;}

/* ===== Header ================================================== */
.header {position:fixed; top:0; width:100%; z-index:10;background:#fff; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-inner {display:flex; display:-webkit-flex; padding:0 60px; height:102px;align-items: center;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .title-bar {padding: 0;margin-left: 10px;height: 40px;background: #55bdb6;border-radius: 2px;width: 40px;}
.header-inner .title-bar-left {width: auto;flex: inherit;flex-basis:136px;}
.header .title-bar-right{display:flex; display:-webkit-flex;width: auto;flex: inherit; margin-left:auto;}
.header .title-bar-title {color: #fff;font-size: 20px;margin-right: 15px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .menu-icon{width:22px; height:14px; margin:0 auto;}
.header .menu-icon::after{background:#fff;-webkit-box-shadow:0 8px 0 #fff, 0 16px 0 #fff;box-shadow:0 8px 0 #fff, 0 16px 0 #fff;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}

.header-btn .btn {font-size: 18px;border-radius: 0;min-width: 176px;height: 102px;line-height:106px;margin-right: -60px; margin-left:55px;}
.header-btn .phone-link {margin-left: 55px;color: #004988;font-size: 30px;font-weight: bold;}
.header-btn .phone-link i{display:none;}
.header-btn .phone-link:focus, .header-btn .phone-link:hover{color:#55bdb6;}

.home .header .title-bar-title {color: #55bdb6; display:none;}
.home .header .menu-icon::after{background:#fff;-webkit-box-shadow:0 6px 0 #fff, 0 12px 0 #fff;box-shadow:0 6px 0 #fff, 0 12px 0 #fff;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-right-inner{margin-left:auto; display:flex; display:-webkit-flex; align-items: center;}
.nav-menu {z-index:10; margin-left:auto;}
.nav-menu ul {padding: 20px 0;}
.nav-menu ul li {display: inline-block;}
.nav-menu ul li a {padding:10px 22px !important; font-size:14px; text-transform:uppercase; color:#4C4C4C; font-weight:bold;}
.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:focus, .nav-menu ul li a:hover{color:#55bdb6;}

.header.sticky {box-shadow:0 0 10px rgba(0,0,0,0.2);}
.header.sticky .header-inner{height:80px;}
.header.sticky .menu-icon::after{background:#fff;}
.header.sticky .title-bar-title {color: #fff;}
.header.sticky .header-btn .btn{height:80px; line-height:84px;}

.social-icons-fixed {position: fixed;right: 0;top: 50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%); z-index:5;}
.social-icons-fixed .icon {width: 50px;height: 50px;display:block;background-color: #55bdb6; cursor:pointer;}
.social-icons-fixed .icon.share-icon{background:#55bdb6 url(../images/social-share.svg) no-repeat center; background-size:70%;}
.social-icons-fixed .icon.email-icon{background:#55bdb6 url(../images/mail.svg) no-repeat center; background-size:70%;}
.social-icons-fixed .icon.chat-icon{background:#55bdb6 url(../images/chats.svg) no-repeat center; background-size:70%;}
.social-icons-fixed .icon.donation-icon{background:#55bdb6 url(../images/heart.svg) no-repeat center; background-size:70%;}
.social-icons-fixed .icon.fontsize-icon{background:#55bdb6 url(../images/font-size.svg) no-repeat center; background-size:70%;}
.icons-main{position:relative;}
.icons-main + .icons-main{margin-top:1px;}
.social-icons-fixed .right-icon{position: absolute;height: 50px;background: #55bdb6; right:-500px; top:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.social-icons-fixed .icons-main:hover .right-icon{right:50px;}
.social-icons-fixed .social-links ul {display: flex; display:-webkit-flex;}
.social-icons-fixed .social-links ul li a {display:block; text-align: center; width: 50px; height: 50px;line-height: 50px; position: relative; font-size: 20px; color: #fff; border-radius: 0;}
.icons-main .text-btn a {padding:0 30px;color: #fff;font-size: 14px;text-transform: uppercase;font-weight: bold;white-space: nowrap;line-height: 54px;letter-spacing: 0.025em; display:block;}
.social-icons-fixed .social-links ul li {width:50px; text-align: center;}
.social-icons-fixed .social-links ul li > span {display:block; text-align: center; width:32px; height:50px;line-height:50px; position: relative; font-size: 20px; color: #fff; border-radius: 0; margin:0 auto;}
.social-icons-fixed .social-links ul li > span i {display: block; line-height: 50px; text-align: center; position: relative; z-index: 0;}
.social-icons-fixed .social-links ul li .stButton {display:block; width:32px; position: absolute; left: 0; right: 0; top: 0; z-index: 2; opacity: 0;}
.social-icons-fixed .social-links ul li .stButton .stLarge {display:block; width: 32px; height: 50px;}

.fonts-size ul {display: flex; display:-webkit-flex}
.fonts-size ul li a{padding:0 10px;color: #fff;text-transform: uppercase;white-space: nowrap;line-height: 54px;letter-spacing: 0.025em; display:block;}
.fonts-size ul li.large-fonts a{font-size:20px;}
.fonts-size ul li.medium-fonts a{font-size:16px;}
.fonts-size ul li.small-fonts a.{font-size:12px;}

.middle-section{min-height:400px; overflow-x:hidden;}
.home-banner-section{height:850px; padding-top:50px; position:relative; display:flex; display:-webkit-flex; align-items:center; background-size:cover !important;}
.home-banner-section:before{position:absolute; left:0; right:0; top:0; bottom:0; content:""; background:#004988;opacity: 0.27;}
.caption-bg{max-width:648px;margin: 0 auto;background: rgba(0, 73, 136, 0.61);text-align: center; padding:30px;} 
.banner-caption{width:100%; position: relative; z-index:1;}
.banner-caption h1, .banner-caption h2{font-size:48px; line-height:60px; color:#fff; margin:0; font-weight:bold;}
.banner-caption h4 {margin:0;}
.home-banner-section .banner-caption{position:absolute; left:0; right:0; bottom:80px; margin:0 auto;}

/** Section 1 Start **/
.section1{padding:50px 0;}
.section1 .grid-padding-x {margin: 0 -25px !important;}
.section1 .grid-padding-x .cell {padding: 25px;}
.s1-box {border: 1px solid #004988;height:234px;width: 100%;align-items: center;display: flex; display:-webkit-flex; position: relative;}
.s1-box a {width: 100%;display: flex; display:-webkit-flex;}
span.icon-with-text {width: 100%;padding: 40px 140px 40px 30px; text-align:center;}
span.icon-with-text strong {display: block;color: #004988;font-size: 24px;font-weight: bold;line-height:28px; text-transform:uppercase; margin-top:10px;}
.s1-box span.arrow-icon {background: #004988 url(../images/arrow-left.svg) no-repeat center;width: 115px;position: absolute;top: 0;bottom: 0;right: 0;}

/** Section 2 Start **/
.green-bg-color{background:#004988;}
.section2{padding:85px 0;}
.section2 h2 {margin-bottom: 70px;}
.section2 .right-block video,
.section2 .right-block img {width: 100%;height: 360px;display: block;object-fit: cover;object-position: center;}
.section2 .right-block iframe{width: 100% !important;height: 360px !important;}

.events-list {padding-right: 30px;}
.events-list h5{margin:0 0 6px 0;}
.events-list h5 .post-date{color:#55bdb6;font-weight:bold;}
.events-list h5 a{color: #FFFFFF;font-weight: bold;line-height: normal;}
.events-list p{color: #FFFFFF;letter-spacing:0.4px;line-height: 26px;}
.events-list p a{color:#fff; text-decoration:underline;}
.events-list h5 a:hover, .events-list h5 a:focus,
.events-list p a:hover, .events-list p a:focus{color:#55bdb6;}
.events-item{position: relative; padding-left:40px;}
.events-item:before {width: 8px;height: 8px;position: absolute;left: 0;top: 8px;content: "";transform: rotate(315deg);background: #55bdb6;}
.events-item + .events-item {margin-top:50px;}

/** Section 3 Start **/
.section3{position: relative; padding:65px 0; background-size:cover !important; background-attachment:fixed !important;}
.section3:before{position:absolute; content:""; left:0; right:0; top:0; bottom:0; background:#004988;opacity:0.4;}
.section3 .grid-container{position:relative; z-index:1;}
.section3 .left-block{padding-top:80px;}
.section3 .right-block{padding:0 15px;}
.donation-area{background-color: #004988; width:100%; padding:35px;}
.donation-area h6{font-size:20px; margin-bottom:25px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-area ul li {background: #fff;border: 1px solid #fff;padding: 25px;min-height: 120px;display: flex; display:-webkit-flex; align-items: center; position: relative;}
.donation-area ul li .radio-icon {min-width:84px; position: relative;text-align: center; padding-right:25px; margin-top:-40px; z-index:1;} 
.donation-area ul li .radio-icon:before {width: 34px;height: 34px;position: absolute;border: 1px solid #004988;content: "";left:0;right:0; bottom:0; top:0; margin:0 auto; background: #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-area ul li .radio-icon:after {width:12px;height:12px;position: absolute;content: "";left:0;right: 0;bottom: 0;top:11px;margin:0 auto;background: #004988; z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-area ul li .price{color: #004988;font-size:44px;font-weight: bold; padding-right:25px;z-index:1;}
.donation-text {max-width: 230px; width:100%; position: relative;z-index: 1;}
.donation-text p{color: #004988;line-height: 26px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}

.donation-area ul li .overlay {position: absolute;left: 0;right: 0;top: -1px;background: #fff;bottom: -1px;z-index: 0;border-top: 1px solid #004988;border-bottom: 1px solid #004988;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-area ul li:first-child .overlay{border-top:1px solid #fff;}
.donation-area ul li:last-child .overlay{border-bottom:1px solid #fff;}
.donation-area ul li input {position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;opacity: 0; z-index:5;}
.donation-area ul li input[type="radio"]:checked + .radio-icon:after{opacity:1;}
.donation-area ul li input[type="radio"]:checked + i + .price + .donation-text p{color:#fff;}
.donation-area ul li input[type="radio"]:checked + i + .price{color:#fff;}
.donation-area ul li input[type="radio"]:checked + i + .price + .donation-text + .overlay{background:#004988;}

.enter-amount {display: block;margin: 20px 0 0;color: #fff;}
.enter-amount span{text-decoration:underline; cursor:pointer;}
.amount-box {height: 0;opacity: 0;visibility: hidden; z-index:-5; position: relative;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.amount-box input{margin-top:15px; height:50px;}
.enter-amount.opened .amount-box{height:60px; visibility: visible; z-index: 1; opacity:1;}

.donation-area .btn-box{margin-top:20px; text-align:right;}
.donation-area .btn-box .btn {min-width: 220px;background: #fff;color: #4C4C4C;line-height: 52px;}
.donation-area .btn-box .btn:hover, .donation-area .btn-box .btn:focus{background:#55bdb6; color:#fff;}

/*Donation Area Start*/
.donation-box{background:#004988; width:100%; padding:50px 40px;}
.donation-box h1, .donation-box h2,
.donation-box form[id*=give-form] legend{font-size:24px; font-weight:bold; color:#fff !important; font-family:'MyriadPro'; line-height:normal; text-transform:capitalize; margin-bottom:20px !important;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-box form.give-form {margin:0;}
/*.donation-box .give_warning {display: none;}*/
.donation-box form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {border:0; background:#fff; font-size: 24px; line-height: 40px; color: #004988; font-weight:bold;height: 40px;}
.donation-box form[id*=give-form] .give-donation-amount #give-amount {background:#fff; height:40px; min-width: 150px; font-size:18px; line-height:normal; color:#004988; font-weight:normal; padding:2px 10px; border:0 !important; border-left:1px solid #004988 !important;}
.donation-box ul {background:#fff; padding:1px 0 !important; margin:0;}
.donation-box ul li {background: #fff;border-left:1px solid #fff; border-right:1px solid #fff; position: relative;}
.donation-box ul li label {padding:20px 20px 20px 110px; display:flex !important; display:-webkit-flex !important; align-items: center; min-height:90px; border-top:2px solid #004988; position: relative; font-size: 44px; line-height: 50px; color: #004988; font-weight:bold; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-box ul li:first-child label {border:0;}
.donation-box ul li label:before {width: 34px;height: 34px;position: absolute; background: #fff; border: 1px solid #004988;content: "";left:50px; top:50%; margin-top:-17px; background: #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-box ul li label:after {width:12px;height:12px;position: absolute;content: "";left:61px; top:50%;margin-top:-6px;background: #004988; z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.donation-box ul li input[type="radio"] {position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;opacity: 0; z-index:5;}
.donation-box ul li input[type="radio"]:checked + label:after{opacity:1;}
.donation-box ul li input[type="radio"]:checked + label {background:#004988; color: #fff;}
.donation-box .give-btn {display:inline-block; padding:0 30px; background:#fff; border:0 !important; color:#4C4C4C; font-size:16px; font-weight:bold; text-transform:none; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:220px; height:50px; line-height:52px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.donation-box .give-btn:hover {background:#55bdb6; border-color:#55bdb6; color:#fff; text-decoration:none;}
.donation-box [id*=give-form].give-display-reveal .give-btn {margin:0; float: right;}
.donation-box .give-recurring-donors-choice {position: relative;}
.donation-box .give-recurring-donors-choice label {display:inline-block; position: relative; padding:0 0 0 24px !important; font-size: 15px; line-height: 40px; color: #fff; white-space: nowrap;}
.donation-box .give-recurring-donors-choice input[type="checkbox"] {position: absolute !important; left: 0; top: 0;z-index: 2; width: 40px; height: 40px; opacity: 0;}
.donation-box .give-recurring-donors-choice label:before {display:block; height:18px;width:18px; background:#fff; border:1px solid #004988; content:""; font-family:'FontAwesome'; position:absolute; left:0; top:10px; text-align:center; font-size:12px; color:#004988; line-height:16px;}
.donation-box .give-recurring-donors-choice input[type="checkbox"]:checked ~ label:before {content:"\f00c";}
.donation-box [id*=give-form] .give-recurring-donors-choice-period {padding:0 15px; font-size: 15px; line-height: normal; color: #fff; width: 140px; height: 40px; background:#55bdb6; border:0 !important; margin-left:10px;}
.donation-box .give-recurring-donors-choice label:after{display:block; height:40px;width:20px; content:"\f107"; font-family:'FontAwesome'; position:absolute; right:10px; top:0; text-align:center; color:#fff; line-height:40px; z-index:2;}
.donation-box fieldset .give-label {font-size: 15px;line-height: normal;color: #fff;font-weight: normal;}
.donation-box form[id*=give-form] .give-required-indicator {color: red;}
.donation-box form.give-form .give-tooltip, form[id*=give-form] .give-tooltip {color: #fff;}
.donation-box fieldset .give-input {width: 100%; height: 40px; border:0 !important; background: #fff; font-size: 16px; line-height: normal; color:#4C4C4C; padding:4px 15px !important;}
.donation-box fieldset .form-row .give-stripe-cc-field {width: 100%; height: 40px; border:0 !important; background: #fff; font-size: 16px; line-height: normal; color:#4C4C4C; padding:10px 15px;}
.donation-box fieldset span {color: #fff;}
.donation-box form[id*=give-form] #give-final-total-wrap .give-donation-total-label {border:0; background:#fff; font-size: 18px; line-height:44px; color: #004988; font-weight:normal;height: 40px;}
.donation-box form[id*=give-form] #give-final-total-wrap .give-final-total-amount {background:#fff; height:40px; font-size:20px; line-height:44px; color:#004988; font-weight:bold; padding:0 20px; border:0 !important; border-left:1px solid #004988 !important;}
.donation-box #give-recurring-modal-period-wrap {height: 40px;line-height: 42px;}
#give-recurring-modal-period-wrap span {color: #55bdb6;}
.donation-box form.give-form .give-tooltip, .give-icon {display:none; outline: 0;border: 0;}
.donation-box form[id*=give-form] legend + legend {margin-top:20px;}
.donation-box form[id*=give-form] legend {border: 0;padding: 0;}
#give-register-account-fields-141 {padding: 20px 0 0;}
#give-register-account-fields-141 .form-row label{display:inline-block; position: relative; padding:0 0 0 24px !important; font-size: 15px; line-height:24px; color: #fff; white-space: nowrap; margin: 0;}
#give-register-account-fields-141 .form-row label input[type="checkbox"]{position: absolute !important; left: 0; top: 0;z-index: 2; width: 40px; height:24px; opacity:1; padding:0 !important; margin:0; background:none;border:0 !important; -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;}
#give-register-account-fields-141 .form-row label input[type="checkbox"]:after{display:block; height:18px;width:18px; background:#fff; border:1px solid #004988; content:""; font-family:'FontAwesome'; position:absolute; left:0; top:1px; text-align:center; font-size:12px; color:#004988; line-height:16px;}
#give-register-account-fields-141 .form-row label input[type="checkbox"]:checked:after{content:"\f00c";}
.give-login-account-wrap p,
.give-new-account-link {color: #fff;font-size: 15px;line-height: 24px;}
.give-login-account-wrap .give-checkout-login,
.give-new-account-link a {font-weight: 600;color: #55bdb6;}
.give-login-account-wrap .give-checkout-login:hover,
.give-new-account-link a:hover {color: #55bdb6; text-decoration: underline;}
.give_login_forgot_password {padding: 0 0 20px;}

/*.donation-box .give_error:before,
.donation-box .give_success:before, .give_warning:before {left:0;}*/
body .give_success {border-color:#55bdb6;}
body .give_success:before {background-color:#55bdb6;}
.give-total-wrap {overflow: hidden;margin:50px 0 0;padding: 0;}
.donation-box form[id*=give-form] .give-donation-amount {margin:0;}
.donation-box .give-custom-amount-text {font-size:18px;line-height: normal;font-weight: bold;color: #55bdb6;margin:-70px 0 70px;}
#give_cc_fields {margin-top: 20px;}
.header .title-bar-title {display: none;}

.give-success h1,
.give-failed-transaction h1,
.give-test-mode h1,
.give-donation-history h1{color:#004988;}
.give-success .site-main,
.give-failed-transaction .site-main,
.give-test-mode .site-main,
.give-donation-history .site-main {width:100%; max-width:1110px;margin:0 auto;padding:60px 20px 80px;}
table#give_donation_receipt .give-receipt-thead-text {font-size: 18px;text-align: center;color: #004988;display: block;}
.give-test-mode .give-form form p {margin: 0 0 20px;}
.give-test-mode .give-form form label{display: inline-block; margin:0 0 10px;}
.give-test-mode form#give-email-access-form input#give-email {height:50px;padding: 5px 15px;font-size: 15px;line-height: normal;color: #000;}
.give-test-mode .give-form form .give-submit{display:inline-block; padding:0 30px; background:#004988; border:0 !important; color:#fff; font-size:16px; font-weight:bold; text-transform:none; cursor:pointer; letter-spacing:0; text-align:center; position:relative; min-width:160px; height:50px; line-height:52px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.give-test-mode .give-form form .give-submit:hover {background:#55bdb6; border-color:#55bdb6; color:#fff; text-decoration:none;}
/*Donation Area End*/

/** Section 4 Start **/
.section4{padding:65px 0;}
.section4 h2{margin-bottom:35px;}
.section4 .grid-container{max-width:1090px;}
.sponsors-logo-list{margin: 0 -30px; display:flex; display:-webkit-flex; align-items: center; flex-wrap: wrap; justify-content: center;}
.sponsors-logo-item {padding: 0 30px;flex-basis: 20%;min-width: 20%;max-width: 20%;}
.sponsors-logo-item a {display: block;}

/** Section 5 Start **/
.section5{padding:100px 0;}
.section5 .grid-container{max-width:1045px;}
.section5 h2{color:#004988; margin-bottom:50px;}
.physical-newsletter {text-align: center;margin-top: 35px; position: relative; z-index: 2;}
.physical-newsletter a{color: #4C4C4C;line-height: 26px; text-decoration:underline;}
.support-now-box {max-width: 500px;margin: 0 auto;text-align: center;margin-top: 40px;border-top: 2px solid #828282;padding-top: 30px;}
.support-now-box p{color: #4C4C4C;font-size: 18px;line-height: 26px;}
.support-now-box .phone-no{color: #004988;font-size: 36px;font-weight: bold;line-height: 26px; display:block; margin-top:20px;}
.email-and-refferal-link{margin-top:20px;}
.email-and-refferal-link a{color: #4C4C4C;font-size: 18px;font-weight: bold;line-height: 26px; text-decoration:underline;}
.email-and-refferal-link a + a{margin-left:50px;}

/*Form Css*/
.form-inner {margin:0 -10px; position:relative;}
.input-field {float:left; width:50%; position: relative; padding:0 10px; margin:0 0 30px;}
.input-field.full-width {width:100%;}
.input-field textarea {height:90px;}
.input-field.btnbox {margin:0; text-align:center;}
.btnbox .btn {width: 100%;font-size: 16px;height: 60px;letter-spacing: 0;}
div.wpcf7 .ajax-loader {position: absolute; left:100%; top:10px; margin-left:5px;}
.wpcf7 .wpcf7-response-output {width: 100%;float: left;padding:8px 10px; margin:20px 0 0;}
body .wpcf7-form .wpcf7-not-valid-tip {position: absolute; left:22px; top: 100%; font-size: 12px;color: red !important; background:none;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {border-color: green !important;color: green;}
.wpcf7-form-control-wrap {display: block; position: relative;}

/** Footer Start **/
footer.footer{padding:45px 60px; background:#004988;}
footer.footer .grid-container{max-width:1440px;}
.footer .grid-x {align-items: center;}
.footer .grid-x .cell {display: flex; display:-webkit-flex;}
.footer .left-block, .footer .right-block {display: flex;display:-webkit-flex;align-items: center;flex-wrap: wrap; width:100%;}
.footer-logo {max-width: 170px;}
.footer-logo img{display:block;}
.f-menu {margin-left: 35px; padding-left:17px; border-left:1px solid rgba(255,255,255,0.5);}
.f-menu li {display: inline-block;padding: 0 18px;line-height: 30px;}
.f-menu li a{color:#fff;font-weight: bold; font-size:14px; text-transform:uppercase;}
.f-menu li a:hover, .f-menu li a:focus{color:#55bdb6;}
.footer .right-block {margin-left: auto; width:auto;}
.footer .phone-link {color:#fff;font-size: 30px;font-weight: bold; line-height:34px;}
.footer .social-links{margin-left:30px; padding-left:30px; border-left:1px solid rgba(255,255,255,0.5);}

.social-links li {display: inline-block;}
.social-links li a {display:block;width:30px; height:30px; text-align:center; line-height:34px; font-size:16px; color:#fff; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; }
.social-links li a:hover{background:#55bdb6;}

/** Referral Form Start **/
.referral-form a,
.referral-form *,
.referral-form{font-family:'MyriadPro' !important;}
.referral-form a{color:#55bdb6 !important;}
.referral-form .c-forms-heading{display:none;}
.referral-form .cognito .c-forms-form .c-editor.c-html h2 {font-size: 28px;margin-bottom: 10px; font-family:'MyriadPro';}
.referral-form .cognito .c-forms-form .c-editor.c-html h3 {font-size: 24px;margin-top: 10px;font-family:'MyriadPro';}
.referral-form .cognito .c-forms-form .c-editor.c-html ul {margin: 10px 0 0;padding: 0;}
.referral-form .cognito .c-forms-form .c-editor.c-html ul li {font-size: 16px;margin:10px 0;padding:0 0 0 20px; line-height: normal;position: relative;}
.referral-form .cognito .c-forms-form .c-editor.c-html ul li:before {width:6px;height:6px;position: absolute;left: 0;top:5px;content: "";transform: rotate(315deg);background: #55bdb6;}
.referral-form .cognito .c-forms-form legend.c-label,
.referral-form .cognito .c-forms-form .c-label label {font-size: 16px;font-family: 'MyriadPro'; display:inline-block; margin-bottom:5px; font-weight:normal;}
.referral-form .cognito .c-forms-form input, .referral-form .cognito .c-forms-form select, .referral-form .cognito .c-forms-form textarea {height: 46px; line-height:46px; border-radius:2px;font-family: 'MyriadPro';box-shadow: none !important;border: 1px solid #d0d0d0 !important;font-size:16px;padding: 0 15px; background:#fff;}
.referral-form .cognito .c-forms-form textarea{min-height:100px;}
body .cognito .c-dropdown:after, body .c-select-input .chevron::before {color: #d0d0d0;font-size: 12px;right: 10px;}
.referral-form .cognito .c-forms-form .c-choice-option input {height: auto;}
.referral-form .cognito .c-forms-form .c-choice-option span{font-size: 16px;font-family: 'MyriadPro'; font-weight:normal;}
.referral-form .cognito .c-forms-form .c-editor-date {width: 100% !important;position: relative; max-width:100%;}
.referral-form .cognito .c-forms-form .c-editor-date-icon {position: absolute;right: 20px;top: 13px;font-size: 14px; color:#d0d0d0;}
.referral-form .cognito .c-forms-form .c-validation {padding: 0;background: none !important;color: red;position: absolute; z-index:0;}

.referral-form .cognito .c-button-section button {height:50px;padding: 0 30px !important;font-size:16px !important;font-weight: bold !important;text-transform:uppercase;background: #55bdb6 !important;border-color:#55bdb6 !important;border-radius: 2px !important; min-width:160px !important;}
body .cognito form + div {display: none !important;height: 0;visibility: hidden;}

.referral-form.community-form .cognito .c-forms-form input{height:60px;line-height:64px;border:1px solid #979797 !important;}
.referral-form.community-form .cognito {max-width: 1045px;}
.referral-form.community-form .cognito .c-forms-form .c-editor {padding: 0 10px;}
.referral-form.community-form .cognito .c-forms-form .c-forms-form-main {margin: 0 -10px; position: relative;}
.referral-form.community-form .cognito .c-forms-form .c-text-singleline.c-span-8.c-sml-span-12 {padding: 8px 0;opacity: 1;visibility: visible;width: 28%; height: auto;}
.referral-form.community-form .cognito .c-forms-form .c-text-singleline {opacity: 0;height: 0;padding: 0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.opened .referral-form.community-form .cognito .c-forms-form .c-text-singleline {opacity:1;height: 76px;padding:8px 0;}
.community-form.referral-form .cognito .c-button-section {position: absolute;top: 4px;right: 0;}
.community-form.referral-form .cognito .c-button-section button {min-width:90px !important; padding:0 !important; margin: 0;position: absolute;height: 60px;line-height: 60px;}
.referral-form.community-form .cognito .c-forms-form .c-email.c-field.c-col-9.c-span-16 {padding-right: 145px;}
body .cognito .c-forms-confirmation {min-height:inherit;}
.c-forms-confirmation-message {text-align: center;}
.c-forms-confirmation-message p {color: #55bdb6;font-size: 18px;line-height: normal;}
.give_forms-template-default .entry > .entry-content{width: 100%;max-width: 1110px;margin: 0 auto; padding:60px 20px 80px;}
.give_forms-template-default [id*=give-form] div#give-sidebar-left {display: none;}
.give_forms-template-default [id*=give-form] div.summary {width:100%;}




/** Small Font Sizes **/
.smallfont h2, .smallfont h1{font-size:34px; line-height:40px;}
.smallfont h3{font-size:30px;}
.smallfont h4{font-size:24px;}
.smallfont h5{font-size:20px;}
.smallfont h6{font-size:18px;}

.smallfont span.icon-with-text strong{font-size:20px;}
.smallfont,
.smallfont p{font-size:14px; line-height:normal;}
.smallfont .donation-area ul li .price{font-size:34px;}
.smallfont .button, .smallfont .btn{font-size:14px;}
.smallfont .footer .phone-link,
.smallfont .support-now-box .phone-no,
.smallfont .header-btn .phone-link{font-size:26px;}
.smallfont .email-and-refferal-link a{font-size:14px;}
.smallfont .f-menu li a{font-size:13px;}

/** large Font Sizes **/
.largefont h2, .largefont h1{font-size:60px; line-height:70px;}
.largefont h3{font-size:50px;}
.largefont h4{font-size:40px;}
.largefont h5{font-size:30px;}
.largefont h6{font-size:24px;}

.largefont .nav-menu ul li a{font-size:16px;}
.largefont span.icon-with-text strong{font-size:26px;}
.largefont,
.largefont p{font-size:20px; line-height:normal;}
.largefont .donation-area ul li .price{font-size:50px;}
.largefont .button, .largefont .btn{font-size:20px;}

.largefont .footer .phone-link,
.largefont .support-now-box .phone-no,
.largefont .header-btn .phone-link{font-size:40px;}

.largefont .email-and-refferal-link a{font-size:20px;}
.largefont .f-menu li a{font-size:14px;}

/** only For IE browser Start **/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.modal__content .referral-form iframe{height:2174px;}
}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1699px) {
.home-banner-section{height:700px;}
footer.footer .grid-container {max-width: 1300px;}

}
@media screen and (max-width:1499px) {
footer.footer {padding: 30px 30px;}
footer.footer .grid-container {max-width:100%; padding:0 80px 0 0;}
.footer .grid-x .cell {width: auto;}
.footer .grid-x .cell:last-child {margin-left: auto;}
.footer-logo {max-width: 120px;}
.f-menu {margin-left: 30px;padding-left: 20px;}
.f-menu li {padding: 0 5px;}


}
@media screen and (max-width:1399px) {
.header-inner{padding:0 30px;}
.header-btn .btn {margin-right: -30px;}
.home-banner-section{height:600px;}
/** Footer Start **/
footer.footer{padding:45px 30px;}

}
/* iPad 1024px View */
@media screen and (max-width:1199px) {
.header-inner{padding:0 15px;}
.header-btn .btn {margin:0 -15px 0 30px; }
.header-btn .phone-link{margin-left:30px; font-size:24px;}
.nav-menu ul li a {padding: 10px 15px !important;}

.home-banner-section{height:450px;}
.caption-bg{padding:20px;max-width:500px;}
.banner-caption h1, .banner-caption h2 {font-size:40px;line-height: normal;}
.banner-caption h4 {font-size: 24px;line-height: 28px;}
.home-banner-section .banner-caption{bottom:40px;}

.section1 .grid-padding-x {margin: 0 -15px !important;}
.section1 .grid-padding-x .cell {padding:15px;}
.s1-box span.arrow-icon {width:80px;background-size: 70% auto;}
span.icon-with-text {padding: 30px 110px 30px 30px;}

.section2 {padding:70px 0;}
.section2 h2 {margin-bottom: 50px;}
.section4,
.section3{padding:50px 0;}
.donation-area ul li .radio-icon{min-width:50px;}
.section4 h2{margin-bottom:30px;}
.section5{padding:80px 0;}
.section5 h2{margin-bottom:40px;}

/** Footer Start **/
footer.footer{padding:30px 15px;}
.footer-logo {max-width: 135px;}
.f-menu {margin-left: 10px;padding-left: 7px;}
.f-menu li{padding:0 6px;}
.f-menu li a {font-size: 13px;}
.footer .phone-link{font-size:24px;}
.footer .social-links{margin-left:15px; padding-left:10px;}

.smallfont .header-btn .phone-link,
.smallfont .support-now-box .phone-no,
.smallfont .header-btn .phone-link{font-size:20px;}

.largefont .footer .phone-link,
.largefont .support-now-box .phone-no,
.largefont .header-btn .phone-link{font-size:30px;}
.largefont .f-menu li a {font-size: 14px;}

.largefont .nav-menu ul li a{font-size:14px;}
.largefont span.icon-with-text strong{font-size:20px;}
.largefont,
.largefont p{font-size:18px; line-height:normal;}
.largefont .donation-area ul li .price{font-size:40px;}
.largefont .button, .largefont .btn{font-size:18px;}

.donation-box ul li label {padding-left:80px; font-size: 32px;}
.donation-box ul li label:before {left:30px;}
.donation-box ul li label:after {left:41px;}

.sponsors-logo-list {margin: 0;}
.newsletter-form {padding: 0 40px;}


}

@media screen and (max-width:1023px) {
h1{font-size:40px;}
h2{font-size:34px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}

.smallfont h2, .smallfont h1{font-size:30px; line-height:40px;}
.smallfont h3{font-size:28px;}
.smallfont h4{font-size:22px;}
.smallfont h5{font-size:20px;}
.smallfont h6{font-size:16px;}

.largefont h2, .largefont h1{font-size:44px; line-height:50px;}
.largefont h3{font-size:38px;}
.largefont h4{font-size:30px;}
.largefont h5{font-size:28px;}
.largefont h6{font-size:22px;}

body{padding-top:80px;}
.header .title-bar-right{text-align:left;}
.nav-menu {position:fixed;right:-250px;max-width:250px;width: 100%;top:80px; bottom:0; background:#55bdb6; z-index:-1; padding-top:0; height:100vh; display:block !important;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-menu ul {padding: 20px 0;}
.nav-menu ul li {display: block;width: 100%;}
.nav-menu ul li + li {border-top: 1px solid rgba(94,94,94,0.17);}
.nav-menu ul li a {color: #fff;padding:20px 25px !important;}
.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover{color:#616cdc; background:none; padding:20px 15px 20px 35px !important;}
.mobile-menu-open .nav-menu{right:0;}

.header.sticky .header-inner, .header-inner{height:80px;}
.header-btn .btn, .header.sticky .header-btn .btn {height: 40px;line-height: 44px;margin: 0 0 0 10px;min-width: auto;font-size: 14px;border-radius: 2px;}
.header-btn .phone-link {margin: 0 0 0 10px;width: 40px;height: 40px;font-size: 16px;background: #55bdb6;display: inline-block;vertical-align:top;border-radius: 2px;text-align: center;line-height: 44px;color: #fff;}
.header-btn .phone-link i{display:inline-block;}
.header-btn .phone-link strong{display:none;}

.caption-bg {padding: 30px;}
.banner-caption h1, .banner-caption h2 {font-size:30px;}

.section1{padding:40px 0;}
.section1 .grid-padding-x {margin: 0 -10px !important;}
.section1 .grid-padding-x .cell {padding:10px;}
.s1-box{height:200px;}
.s1-box span.arrow-icon {width:60px;background-size:60% auto;}
span.icon-with-text {padding: 20px 90px 20px 20px;}
span.icon-with-text strong {margin: 0;font-size: 16px;}

.section2 {padding:50px 0;}
.section2 h2 {margin-bottom: 30px;}

.events-item + .events-item {margin-top: 20px;}

.section4,
.section3{padding:40px 0;}
.section3 .left-block{padding:0; text-align:center;}
.section3 .left-block h2 br{display:none;}
.donation-area .btn-box{margin-top:30px;}

.section4 h2{margin-bottom:20px;}
.sponsors-logo-list{margin:0;}
.sponsors-logo-item {padding: 0 15px; }

.section5{padding:60px 0;}
.section5 h2{margin-bottom:30px;}
.physical-newsletter{margin-top:20px;}
.support-now-box{margin-top:20px; padding-top:20px;}
.support-now-box .phone-no,
.email-and-refferal-link{margin-top:15px;}

.social-icons-fixed {top: auto;bottom:30px;-webkit-transform: translate(0,0);-moz-transform: translate(0,0);transform: translate(0,0);}
.social-icons-fixed .icon {width: 34px;height: 34px;}
.social-icons-fixed .icons-main .right-icon {height: 34px;}
.social-icons-fixed .icons-main:hover .right-icon {right: 34px;}
.social-icons-fixed .social-links ul li a {height: 34px;line-height: 34px;font-size: 15px;width: 34px;}
.icons-main .text-btn a {padding: 0 15px;line-height: 34px;font-size:13px;}
.fonts-size ul li a{line-height:34px;}


/** Footer Start **/
footer.footer {padding:20px 0;}
footer.footer .grid-container {padding: 0 15px;}
.footer-logo {max-width: 160px;margin: 0 auto;display: table;}
.f-menu {margin: 20px 0 0;padding: 0;width: 100%;border: 0;text-align: center;}
.footer .right-block {margin: 10px auto 0 auto;width: auto;}
.footer .grid-x .cell {width: 100%;}
.largefont span.icon-with-text strong{font-size:18px;}
.largefont,
.largefont p{font-size:16px;}
.largefont .donation-area ul li .price{font-size:50px;}
.largefont .button, .largefont .btn{font-size:16px;}

.referral-form.community-form .cognito .c-forms-form .c-email.c-field.c-col-9.c-span-16 {padding-right: 160px;}
.newsletter-form {padding: 0 20px;}
.referral-form.community-form .cognito .c-forms-form .c-editor.c-editor-email {padding-right: 40px;}


}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
body {-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6{ margin:0 0 15px}
h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:15px;}

.smallfont h2, .smallfont h1{font-size:26px; line-height:36px;}
.smallfont h3{font-size:24px;}
.smallfont h4{font-size:20px;}
.smallfont h5{font-size:18px;}
.smallfont h6{font-size:14px;}

.largefont h2, .largefont h1{font-size:30px; line-height:normal;}
.largefont h3{font-size:28px;}
.largefont h4{font-size:24px;}
.largefont h5{font-size:22px;}
.largefont h6{font-size:20px;}


p{font-size:16px; line-height:24px;}
.smallfont p{font-size:12px;}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, body input, body textarea, body select {height: 40px;font-size: 14px; font-weight:normal;}
.container {max-width:100%;}
.header-btn .btn, .header.sticky .header-btn .btn {position: absolute;left: -10px;right: 0;border-radius: 0;top: 80px;}
.nav-menu{top:120px;}

.home-banner-section{height:320px;}
.caption-bg {padding: 25px;}
.banner-caption h1, .banner-caption h2 {font-size:24px;}
.banner-caption h4 {font-size: 20px;line-height: 24px;}
.home-banner-section .banner-caption {bottom: 20px;}

.section1{padding:30px 0;}
.section2 {padding:40px 0;}
.section2 h2 {margin-bottom: 20px;}
.section2 .right-block{margin-top:20px;}
.section2 .right-block video, .section2 .right-block img{height:auto;}
.events-list {padding-right:0;}
.events-item {position: relative;padding-left: 30px;}
.events-item:before{top:5px; width:6px; height:6px;}
.section4,
.section3{padding:30px 0;}
.section3 .right-block {padding:0;}
.donation-area{padding:20px;}
.donation-area h6 {font-size: 16px;margin-bottom: 10px;}
.donation-area ul li {padding:20px;flex-direction: column;}
.donation-area ul li .radio-icon {min-width: 100%;height: 50px;margin: 0;padding: 0;}
.donation-area ul li .price {font-size: 40px;padding: 0;width: 100%;text-align: center;line-height: normal;}
.donation-text {width: 100%;padding: 0;text-align: center;}
.donation-area .btn-box {margin-top:15px;}

.section4 h2{margin-bottom:10px;}
.sponsors-logo-list{flex-wrap:wrap;}
.sponsors-logo-item {padding: 10px 15px;min-width: 33.33%;flex-basis: 33.33%;max-width: 33.33%;}

.section5{padding:40px 0;}
.section5 h2{margin-bottom:10px;}
.physical-newsletter{margin-top:0;}
.support-now-box{margin-top:15px; padding-top:15px;}
.support-now-box .phone-no,
.email-and-refferal-link{margin-top:10px;}
.support-now-box .phone-no {font-size: 24px;}
.email-and-refferal-link a,
.support-now-box p{font-size:16px;}
.email-and-refferal-link a + a {margin-left: 20px;}

.smallfont .button, .smallfont .btn{font-size:13px;}
.smallfont .header-btn .phone-link,
.smallfont .support-now-box .phone-no,
.smallfont .header-btn .phone-link{font-size:20px;}

.largefont .footer .phone-link,
.largefont .support-now-box .phone-no,
.largefont .header-btn .phone-link{font-size:26px;}

/** Footer Start **/
.f-menu li {padding: 0 5px;}
.footer .phone-link {font-size: 20px;}
.social-icons-fixed {bottom: 90px;}
.footer .right-block {display: block; text-align: center;}
.footer .social-links {margin: 0;padding:10px 0;border: 0;}


.smallfont .donation-area ul li .price{font-size:24px;}
.smallfont .email-and-refferal-link a{font-size:13px;}
.smallfont .f-menu li a{font-size:12px;}

.largefont .email-and-refferal-link a{font-size:18px;}

.modal{padding:20px;}
.referral-form .cognito .c-forms-form .c-span-12 {width: 100%;}
.referral-form .cognito .c-forms-form input, .referral-form .cognito .c-forms-form select, .referral-form .cognito .c-forms-form textarea {height: 40px;}
.referral-form .cognito .c-forms-form textarea {min-height:80px;}

.referral-form.community-form .cognito .c-forms-form .c-text-singleline.c-span-8.c-sml-span-12{width:100%;}
.referral-form.community-form .cognito .c-forms-form .c-email.c-field.c-col-9.c-span-16{padding-right:0; width:100%;}
.community-form.referral-form .cognito .c-button-section {position: static;}
.community-form.referral-form .cognito .c-button-section .c-action {width: 100%;text-align: center;}
.community-form.referral-form .cognito .c-button-section button {height: 40px;line-height: 40px;font-size: 14px !important;float: none !important;display: inline-block; min-width:140px !important;}
.referral-form.community-form .cognito .c-forms-form input{height:40px; line-height:40px;}
.opened .referral-form.community-form .cognito .c-forms-form .c-text-singleline{height:56px;}
.fontsize-functionality{display:none;}

.donation-box {padding: 25px 20px;}
.donation-box ul li label {padding-left: 50px;font-size: 24px;line-height: 24px; min-height: 70px;}
.donation-box ul li label:before {left: 15px;width: 24px;height: 24px;margin-top: -12px;}
.donation-box ul li label:after {left: 21px;}
.donation-box .give-recurring-donors-choice label {font-size: 12px;padding: 0 0 0 20px !important;}
.donation-box [id*=give-form] .give-recurring-donors-choice-period {width: 90px;}
.give-success .site-main,
.give-failed-transaction .site-main,
.give-test-mode .site-main,
.give-donation-history .site-main {padding:80px 20px 40px;}
.give-test-mode form#give-email-access-form input#give-email {width: 100%;}

.newsletter-form {padding: 0;}
.referral-form.community-form .cognito .c-forms-form .c-editor.c-editor-email {padding-right:0;}
.referral-form.community-form .cognito .c-forms-form .c-editor {padding:0;}
.community-form .cognito .c-span-24 .c-span-8.c-email {width: 100%;}
.community-form .cognito.c-sml .c-button-section {padding: 0 0 10px;}
.community-form .cognito.c-sml .c-action {margin: 0 auto;}
.referral-form.community-form .cognito .c-forms-form .c-forms-form-main {margin: 0;}
#give-register-account-fields-141 .form-row{width: 100% !important; text-align: left !important;}
.give-login-account-wrap p {text-align: left !important;}
#give-user-login-submit-141 .button {min-width:160px;}


}

/*View :: 320px ::*/
@media screen and (max-width:479px) {
body {padding-top: 120px;}
.nav-menu {max-width:100%;background:rgba(85, 189, 182, 0.9); right:-500px;}
.mobile-menu-open .nav-menu{right:0;}
.home-banner-section{height:250px;}
.caption-bg {padding:20px 15px;}
.banner-caption h1, .banner-caption h2 {font-size:20px;}
.section2 {padding:30px 0;}
.donation-text p{line-height:normal;}
.section5{padding:30px 0;}
/** Footer Start **/
.f-menu li a{font-size:12px;}
.footer .phone-link {font-size: 18px;}
.give-success .site-main,
.give-failed-transaction .site-main,
.give-test-mode .site-main,
.give-donation-history .site-main {padding:30px 20px;}

}

@media screen and (max-width:480px) {
.donation-box form[id*=give-form] #give-final-total-wrap .give-final-total-amount{border:0 !important; border-top:1px solid #004988 !important;}
.donation-box [id*=give-form].give-display-reveal .give-btn {float: none;width: 100%;}
.give_login_forgot_password {width: 100%;padding: 0 0 10px;}
#give-user-login-submit-141 .button {margin: 10px 0 0;width: 100%;}

}