/*
Theme Name: Scottys Little Soldiers
Author: CJ Creates
Version: 1.0.0
*/



@font-face {
    font-family: 'Amatic SC';
    src: url('/fonts/AmaticSC-Regular.eot');
    src: url('/fonts/AmaticSC-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AmaticSC-Regular.woff') format('woff'),
        url('/fonts/AmaticSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amatic';
    src: url('/fonts/Amatic-Bold.eot');
    src: url('/fonts/Amatic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Amatic-Bold.woff') format('woff'),
        url('/fonts/Amatic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline;}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}

body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5, h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amatic SC';
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

body {
  width: 100%;
  font-size: 14px;
    line-height: 24px;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

ol {
    margin-left: 15px;
}

ol li {
    padding-left: 10px;
    margin-bottom: 10px;
}

/* HEADER STYLES */

header.header {
    background: #080708;
    border-bottom: 5px solid #dfd71e;
    height: 100px;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header .container,
.logo-area,
.main-nav {
    height: 95px;
}

.menu li {
    float: left;
    display: inline-block;
    padding: 10px;
}

.menu li a {
    color: #fff;
    text-transform: uppercase;
}

ul#menu-menu-1 {
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 110px;
}

li.donate {
    float: right;
    position: relative;
    height: 95px;
    background: #f37226;
    list-style: none;
    padding: 0 5px;
    width: 75px;
}

li.donate a {
    vertical-align: middle;
    font-family: 'Amatic SC';
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.logo-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

ul.sub-menu {
    display: none;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: #dfd71e;
    z-index: 99999999;
    margin-top: 2%;
}

ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #000;
}

.menu li a {
    color: #fff;
    text-transform: uppercase;
    z-index: 9999999999999;
}


/* END OF HEADER STYLES */

/* FOOTER STYLES */

.support-banner {
    text-align: center;
    float: left;
    width: 100%;
    padding: 3% 0;
    font-family: 'Amatic SC';
    font-size: 36px;
}

.support-title {
    margin-bottom: 5%;
}

.support-banner .col-md-6 p {
    margin-bottom: 5%;
}

.supporter-images img {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.support-banner .container {
    width: 45%;
}

footer.footer {
    float: left;
    width: 100%;
    background: #080708;
    border-top: 5px solid #dfd71e;
}

p.footer-heading {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15%;
}

p.standard {
    color: #ccc;
    letter-spacing: 0.5px;
    margin-bottom: 15%;
}

.top-footer {
    float: left;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 3%;
    border-bottom: 2px solid #fff;
    color: #555859;
}

a.cta {
    font-family: 'Amatic SC';
    font-size: 21px;
    color: #fff;
}

p.get-in-touch {
    line-height: 20px;
    margin-bottom: 30px;
}

.top-footer li {
    margin-bottom: 5px;
}

.bottom-footer {
    float: left;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #555859;
}

p.stamp {
    text-align: right;
}

p.stamp a {
    color: #555859;
}

.bottom-footer .col-md-6 {
    padding: 0;
}

.bottom-footer p.margin {
  margin-bottom: 15px;
}

.bottom-footer p {
  margin-bottom: 3px;
}

/* END OF FOOTER STYLES */

/* SUBSCRIBE */

.ninja-forms-required-items {
    display: none;
}

div#ninja_forms_field_5_div_wrap,
div#ninja_forms_field_6_div_wrap,
div#ninja_forms_field_7_div_wrap {
    float: left;
    width: 28%;
    margin-right: 3%;
}

.subscribe-form input {
    background: #f3f4f5;
    border: none;
    padding: 10px 5px;
    border-radius: 6px;
}

input#ninja_forms_field_8 {
    background: #f37226;
    font-family: 'Amatic SC';
    color: #fff;
    font-size: 16px;
    width: 6%;
}

.subscribe-form {
    text-align: center;
    float: left;
    width: 100%;
}

.subscribe-form h3 {
    margin-bottom: 1%;
}

.subscribe-form p {
    margin-bottom: 3%;
}



/* END OF SUBSCRIBE */

/* HEADER IMAGE */

.home-banner {
    background: url('/wp-content/uploads/2016/09/patterned-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
}

.home-banner,
.background-image,
.text-area {
    height: 500px;
}

.background-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}

.text-area {
    background: #49a43e;
    position: relative;
}

.text-area-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 90%;
}

.top-text,
.top-text h1 {
    color: #fff;
    font-size: 34px;
    line-height: 45px;
    float: left;
    width: 100%;
    margin-bottom: 5%;
        font-family: 'Open Sans', sans-serif;
}

.header-cta a {
    background: #fff;
    color: #49a43e;
    font-family: 'Amatic SC';
    font-size:30px;
    padding: 5px 10px;
    border-radius: 6px;
}

span.hashtag {
    color: #ffde17;
    font-size: 26px;
}


/* END OF HEADER IMAGE */

/* SIX BLOCKS */
 
.e {
    background: #cc1819;
    color: #ffffff;
}

.a {
    background: #4b6b8d;
}

.b,
.f {
    background: #dfd71e;
}

.c,
.d {
  background: #d1cb97;
}

.six-block-single {
    padding: 5% 3% 7% 3%;
    position: relative;
}

.icon {
    text-align: center;
    float: left;
    width: 100%;
    min-height: 77px;
}

.six-blocks {
    float: left;
    width: 100%;
    position: relative;
    background: #f3f4f5;
}

.six-blocks:before {
    content: "";
    background: url(/assets/caret-down.png);
    width: 52px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 999;
}

.block-title {
    text-align: center;
    color: #444445;
}

.a .block-title h2 {
    color: #e3db22;
}

.e .block-title h2 {
    color: #ffffff;
}


.block-text {
    text-align: center;
    margin-top: 10%;
    line-height: 24px;
}

.a .block-text,
.e .block-text {
    color: #fff;
}

.block-link {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.block-link a {
    font-family: 'Amatic SC';
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 25px;
    color: #444445;
}

/* END OF SIX BLOCKS */

/* SUPPORT BANNER */

.get-support-inner {
    background: #2a2d2e;
    padding: 3% 0;
}

.get-support {
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

.yellow-header h2,
.yellow-header a {
    color: #e3db22;
}

.yellow-header {
    color: #fff;
}

.little-soliders {
    position: absolute;
    right: 12%;
    transform: translateX(12%);
    -webkit-transform: translateX(12%);
    -o-transform: translateX(12%);
    -ms-transform: translateX(12%);
    -moz-transform: translateX(12%);
}

.yellow-header h2 {
    margin-bottom: 3%;
}

.scotty-challenges {
    float: left;
    width: 100%;
    position: relative;
}

.scotty-challenges-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4% 0;
}

.little-soliders-alt {
    position: absolute;
    left: 20%;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    top: -30px;
}

.scotty-challenges .header a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-family: 'Amatic SC';
    font-size: 25px;
    color: #444445;
}

.little-soliders-alt img {
  width: 60%;
}

.header p {
    margin-bottom: 5%;
}

.scotty-challenges .col-md-6 {
    float: right;
}

.header h2 {
    margin-bottom: 5%;
}

.scotty-challenges .header {
    line-height: 24px;
}

.home .subscribe-form {
    margin-bottom: 2%;
}

/* END OF SUPPORT BANNER */

/* HOME INTRO */

.template-intro {
    float: left;
    width: 100%;
    padding: 3% 0 5% 0;
    position: relative;
}

.left-image {
    position: absolute;
    top: 50%;
    transform: translate(-5%, -50%);
    -webkit-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    left: 5%;
}

.right-image {
    position: absolute;
    top: 50%;
    transform: translate(5%, -50%);
    -webkit-transform: translate(5%, -50%);
    -o-transform: translate(5%, -50%);
    -ms-transform: translate(5%, -50%);
    -moz-transform: translate(5%, -50%);
    right: 5%;
}

.template-intro-text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}

.template-intro-text h1 {
    margin-bottom: 5%;
}

.template-intro-text-button {
    margin-top: 10%;
}

.template-intro-text-button a {
    background: #f37226;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-family: 'Amatic SC';
    font-size: 25px;
}

/* END OF HOME INTRO */

/* FAQ */

#faq_container {
    border-bottom: 2px solid #dfd71e;
    margin-bottom: 10px;
    padding: 10px 15px 10px 0;
}

.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    display: table;
}

.question {
    margin-bottom: 5px;
    display: table-cell;
    width: 100%;
    color: #55ac47;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Amatic SC';
}

.faq_answer {
    color: #003a70;
    line-height: 24px;
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
}

.accordion-button-icon {
    display: table-cell;
    line-height: inherit;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 30px!important;
    color: #bf1522;
}

.faq-area {
    padding: 3% 0 5% 0;
    float: left;
    width: 100%;
}

.faq-intro {
    text-align: left;
    padding-bottom: 0;
}

/* END OF FAQ */

/* PAGE ELEMENTS */

.page-fold {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.page-fold-inner {
    width: 100%;
    float: left;
    text-align: center;
}

.page .subscribe-form {
    margin-top: 3%;
}

.home-banner.inner-page, .home-banner.inner-page .background-image {
    height: 200px;
    font-family: 'Amatic SC';
    font-size: 30px;
}

.home-banner.inner-page .background-image {
    border: none;
}

.home-banner.inner-page .col-md-12 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-banner.inner-page h1 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    line-height: 55px;
    font-weight: bold;
}

.breadcrumb-template {
    float: left;
    width: 100%;
    padding-top: 2%;
}

.breadcrumb-template li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumb-template li a,
.breadcrumb-template li {
    color: #444445;
}

.breadcrumb-template li a {
    padding-right: 30px;
}

.breadcrumb-template li a:after {
    content: "";
    background: url('/assets/arrows.png');
    width: 16px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.entry-content {
    float: left;
    width: 100%;
    padding: 3% 0;
}

.page-title {
    margin-bottom: 3%;
    float: left;
    width: 100%;
}

.page-content {
    float: left;
    width: 100%;
    line-height: 24px;
}

.page-content p {
  margin-bottom: 20px;
}

/* END OF PAGE ELEMENTS */

/* NEWS */

.news-title, 
.sidebar-news h1 {
    color: #dfd71e;
    margin-bottom: 20px;
}

.featured-news-image {
    background-color: #4b6b8d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-post-single {
    float: left;
    width: 100%;
    margin-bottom: 5%;
    border-bottom: 2px solid #dfd71e;
    padding-bottom: 5%;
    position: relative;
}

.blog-entry .breadcrumb-template {
    margin-bottom: 10%;
}

.excerpt {
    margin-top: 5%;
}

.read-more {
    font-family: 'Amatic SC';
    font-size: 25px;
    position: absolute;
    bottom: 7px;
}

.read-more a {
    background-color: #d1cb97;
    color: #000;
    padding: 5px 10px;
    border-radius: 6px;
}

ul.post-categories a {
    color: #000;
}

ul.post-categories li {
    margin-bottom: 15px;
}

.blog-entry {
    float: left;
    width: 100%;
    padding-bottom: 5%;
}

.main-nav .current-menu-item a,
.main-nav .current_page_ancestor a {
    color: #dfd71e;
    border-bottom: 1px solid #dfd71e;
    padding-bottom: 7px;
}

.current-menu-item .sub-menu a,
.current_page_parent .sub-menu a {
    color: #fff!important;
    border-bottom: none!important;
    padding-bottom: 0!important;
}

.single-sidebar img {
    height: auto;
    width: 100%;
    margin-bottom: 5%;
}

.single .subscribe-form {
    margin-top: 3%;
}

/* END OF NEWS */

/* DONATE */

#CAFDonateWidgetContainer .widget .question {
    margin: 0!important;
}

div#CAFDonateWidgetContainer {
    float: left;
    width: 100%;
}

div#CAFDonateWidgetContainer iframe {
    width: 100%!important;
}

li.cat-item {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
}

li.cat-item a {
    color: #000;
}

/* END OF DONATE */

/* CONTACT */

.contact-content {
    float: left;
    width: 100%;
    padding: 3% 0;
}

.contact-content h1 {
    margin-bottom: 2%;
    font-weight: 700;
}

.contact-content p {
    margin-bottom: 3%;
}

.form-area input,
.form-area textarea {
    background: #f3f4f5;
    border: none;
    padding: 10px;
    border-radius: 6px;
}

input#ninja_forms_field_4 {
    float: right;
    background: #f37226;
    color: #fff;
    font-family: 'Amatic SC';
    font-size: 25px;
    padding: 5px 20px;
}

input.sendButton {
    background: #f37226;
    color: #fff;
    font-family: 'Amatic SC';
    font-size: 35px;
    padding: 15px 20px;
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}

.privacy-content {
    float: left;
    width: 100%;
    padding: 3% 0;
}

.home-banner .container {
    width: 1200px;
}

.privacy-content strong {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 500px;
    pointer-events: none;
}

.map {
    position: relative;
}

.green-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(118,197,116,0.6);
}

.top-footer li a {
    color: #555859;
}

/* END OF CONTACT */

/* 404 */

.not-found-background {
    background: url(/wp-content/uploads/2016/09/patterned-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.white-overlay {
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    position: relative;
}

.half-pnf-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.half-pnf-inner h1 {
    font-size: 200px;
    margin-bottom: 10%;
    font-weight: bold;
}

.half-pnf-inner p {
    font-size: 26px;
    margin-bottom: 10%;
}

.half-pnf-inner a {
    background: #ed782c;
    font-family: 'Amatic SC';
    font-size: 30px;
    color: #fff;
    padding: 5px 35px;
    border-radius: 15px;
}

.featured-news-meta {
    min-height: 350px;
}

.wFormContainer,
#tfa_1873, 
*[id^="tfa_1873["] {
    width: 100%!important;
    max-width: inherit!important;
    border-width: 0px!important;
}

html #tfa_1873, 
html *[id^="tfa_1873["] {
    width: 100% !important;
}

.oneField.field-container-D,
html #tfa_1873-D, 
html *[id^="tfa_1873["][class~="field-container-D"] {
    float: left;
    width: 29%!important;
    margin-right: 2%;
    padding-left:0!important;
}

.wForm .oneField input {
    background: #f3f4f5!important;
    border: none!important;
    padding: 10px!important;
    border-radius: 6px;
    width: 100%;
}

.wForm .inputWrapper {
    width: 100%!important;
}

.wForm {
    padding: 0!important;
}

.wForm form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

h3#tfa_0-T {
    display: none;
}

.preField {
    text-align: left;
    font-size: 14px;
    color: #333!important;
    font-weight: 100!important;
    padding-left:0!important;
}

.wForm .actions {
    border: 2px solid transparent;
    padding: 10px 2px;
/*     width: 7%;
    float: left;
    margin-top:  28px!important; */
}

.wForm .captchaHelp {
	display: none !important;
}

.form-area {
    margin-bottom: 3%;
}

input.primaryAction,
.wForm input[type=button], 
.wForm input[type=submit] {
    background: #f37226!important;
    font-family: 'Amatic SC';
    color: #fff;
    font-size: 16px;
    width: 100%;
}

input.primaryAction {
    padding: 10px!important;
}

p.supportInfo {
    display: none;
}

.social-icons .fa {
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

.social-icons .fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.supporter-images.mult-img img {
    float: left;
    width: 55%;
}

img.fotf {
    width: 25%!important;
    float: right;
    margin-left: 30px;
}

.s1 img.fotf {
    float: inherit;
}

.post-type-archive-case_studies .news-post-single:nth-of-type(even) .featured-news-image,
.page-template-corporate .news-post-single:nth-of-type(even) .featured-news-image {
    float: right;
}

.page-content ul {
    list-style: disc;
    margin-left: 20px;
}

.impact {
    float: left;
    width: 100%;
    padding: 0 0 5%;
    text-align: center;
}

.impact-title {
    font-family: 'Amatic SC';
    font-size: 40px;
    margin-bottom: 5%;
}

.impact-title p {
    margin-top: 30px;
}

.figure {
    font-family: 'Amatic SC';
    color: #4d9d2e;
    font-size: 50px;
    margin-bottom: 30px;
}

.impact-icon {
    margin-bottom: 30px;
}
    
ul#menu-main-menu{
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 110px;
}

.news-title h1 {
    line-height: 50px;
}

body.page-id-293 div#tfa_1-D,
body.page-id-293 div#tfa_2-D,
body.page-id-293 div#tfa_4-D,
body.page-id-293 div#tfa_2548-D,
body.page-id-293 div#tfa_2559-D {
    width: 100%!important;
}

body.page-id-203 div#tfa_1-D,
body.page-id-203 div#tfa_2-D,
body.page-id-203 div#tfa_4-D,
body.page-id-203 div#tfa_2548-D,
body.page-id-203 div#tfa_2559-D {
    width: 100%!important;
}

div#tfa_4-D label {
    color: #000;
}

span.oneChoice {
    width: 100%;
}

.oneChoice input {
    float: left;
    width: auto!important;
}

span#tfa_2224 label.label,
form#tfa_0 label.label {
    color: #000!important;
}

body.page-id-293 div#tfa_0-WRPR .oneField,
body.page-id-203 div#tfa_0-WRPR .oneField {
    width: 100%!important;
}

body.page-id-293 .wFormContainer .inputWrapper input,
body.page-id-203 .wFormContainer .inputWrapper input {
    width: 100%!important;
}

body.page-id-293 .wForm .oneChoice input,
body.page-id-203 .wForm .oneChoice input {
    width: auto!important;
}

body.page-id-293 div#tfa_0-A,
body.page-id-203 div#tfa_0-A {
    width: 55%;
}

form#tfa_0 .inputWrapper div {
    width: 100%;
}

.inputWrapper textarea {
    width: 100%!important;
}

.wForm fieldset .preField {
    width: 100%!important;
    word-wrap: break-word;
    white-space: inherit;
    line-height: 24px;
}

blockquote {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
}

.author-info {
    float: left;
    width: 100%;
    margin-top: 5%;
}



@media (max-width: 400px) {
    body.page-id-293 div#tfa_0-A,
    body.page-id-203 div#tfa_0-A {
        width: 100%;
    }

    .template-intro-text h1 {
        line-height: 50px;
    }
}

/* END OF 404 */

/* MEDIA QUERIES */

@media (max-width: 1280px) {
	.get-support-inner {
	    background: #2a2d2e;
	    padding: 4% 0;
	}

	.little-soliders-alt img {
	    width: 70%;
	}

	.support-banner .container {
	    width: 60%;
	}
}

@media (max-width: 1199px) {
	header.header .container {
	    width: 100%;
	}

	.home-banner .container {
	    width: 95%;
	}

	.left-image {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 5%;
	    transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    top: inherit;
	    left: inherit;
	}

	.right-image {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin-top: 5%;
	    transform: none;
	    -webkit-transform: none;
	    -o-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    top: inherit;
	    right: inherit;
	}
}

/* END OF MEDIA QUERIES */

