/* Stylesheet for Goodman Partner Sites */
/*-----------------------------------
[Table of contents]

xi. MEDIA QUERIES REFERENCE
xii. PLUGIN OVERRIDES
xiii. LOADER

0. RESET
1. TOOLS
2. COLOR 
3. FONT
4. BUTTONS
5. HEADER
6. FOOTER

-------------------------------------*/

/* <xi>|||||||||| MEDIA QUERIES REFERENCE START |||||||||| */

  /* !!!!!THESE ARE FOR REFERENCE ONLY DO NOT, I REPEAT DO NOT USE THESE FOR STYLES!!!!! */

  /* @media (max-width: 767px) {} */
  /* @media (max-width: 1023px) {} */
  /* @media (min-width: 1024px) {} */

/* |||||||||||||| MEDIA QUERIES REFERENCE END |||||||||||| */


/* <xii>||||||||||| PLUGIN OVERRIDES START ||||||||||| */

.breadcrumb-container ul li:first-child {
    display: none;
}

/* |||||||||||||||| PLUGIN OVERRIDES END ||||||||||||| */


/* <xiii>||||||||||| LOADER START ||||||||||| */

/* |||||||||||||||| LOADER END ||||||||||||| */


/* <0>|||||||||| RESET START |||||||||| */
  img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}table{border-spacing:0;border-collapse:collapse}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  body{line-height:1;font-family: 'Roboto', serif;font-size: 14px;color: #656565}
  ol,ul{list-style:none}
  blockquote,q{quotes:none}
  blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
  table{border-collapse:collapse;border-spacing:0}
  a,a:hover,a:focus{color:inherit;text-decoration:none}

/* ||||||||||||| RESET END |||||||||||| */


/* <1>|||||||||| TOOLS START |||||||||| */

  html {
    width: 100%;
  }

  body {
    background-color: #999999;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }

  .content {
    background-color: #ffffff;
  }

  .float-none{float:none}
  .float-left{float:left}
  .float-right{float:right}

  .flex-right{justify-content: flex-end}
  .align-items-center{align-items: center}

  .clear-both{clear:both}

  .margin-zero-list{line-height: 2;
    font-size: 16px;
    font-weight: 300;
  }
  .margin-zero{margin:0}
  .margin-center{margin:0 auto}
  .margin-bottom-zero{margin-bottom:0}
  .margin-top-zero{margin-top:0;}

  .padding-zero{padding:0 !important}
  .padding-bottom-zero{padding-bottom:0}
  .padding-top-zero{padding-top:0}

  .center-txt{text-align:center}
  .align-txt-right{text-align:right}
  .align-txt-left{text-align: left}

  .center-vert{display:flex;align-items:center}
  .center-all{display:flex;align-items:center;justify-content:center}
  .center-all img{max-width: 100%;padding: 30px 0 20px}

  .height-one-hundo {height: 100%}

  .width-one-hundo {width: 100%}
  .max-width-one-hundo {max-width: 100%}

  .flex{display: flex}
  .block{display:block}
  .none{display:none}
  .inline{display:inline-block}

  /* ADDING OWN TOOLS HERE - ESH */
  
  .m-top-auto {
    margin-top: auto !important;
  }

  .m-top-10 {
    margin-top: 10px;
  }

  .m-top-20 {
      margin-top: 20px;
  }

  .m-top-25 {
      margin-top: 25px;
  }
  
  .m-top-40 {
    margin-top: 40px;
  }

  .m-right-10 {
    margin-right: 10px;
  }

  .m-right-50 {
    margin-right: 50px;
  }

  .m-right-25p {
    margin-right: 25%;
  } 

  .m-bottom-5 {
    margin-bottom: 5px;
  }

  .m-bottom-10 {
    margin-bottom: 10px;
  }

  .m-bottom-15 {
    margin-bottom: 15px;
  }

  .m-bottom-20 {
    margin-bottom: 20px;
  }

  .m-bottom-30 {
    margin-bottom: 30px;
  }

  .m-bottom-35 {
    margin-bottom: 35px;
  }

  .m-bottom-40 {
    margin-bottom: 40px;
  }

  .m-bottom-60 {
      margin-bottom: 60px;
  }

  .m-top-bottom-10 {
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .m-top-bottom-20 {
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .m-top-bottom-25 {
      margin-top: 25px;
      margin-bottom: 25px;
  }

  .m-top-bottom-30 {
      margin-top: 30px;
      margin-bottom: 30px;
  }

  .m-right-left-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .m-right-left-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .m-left-10 {
    margin-left: 10px;
  }

  .m-left-15 {
    margin-left: 15px;
  }

  .m-left-120 {
    margin-left: 120px
  }

  .m-bottom-40 {
    margin-bottom: 40px;
  } 

  .m-top-new-25 {
    margin-top: 25px;
  }

  .p-top-30 {
    padding-top: 30px;
  }

  .p-right-30 {
    padding-right: 10px;
  }

  .p-bottom-5 {
    padding-bottom: 5px;
  }

  .p-bottom-10 {
    padding-bottom: 10px;
  }

  .p-bottom-20 {
    padding-bottom: 20px;
  }

  .p-bottom-25 {
    padding-bottom: 25px;
  }

  .p-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .p-top-bottom-40 {
    padding: 40px 0;
  }

  .p-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-left-right-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .p-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-left-right-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .p-left-right-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .p-left-right-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .p-left-right-65 {
    padding-right: 65px;
    padding-left: 65px;
  }

  .p-left-right-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .p-left-85 {
      padding-left: 85px;
  }

  .w-55 {
      width: 55% !important;
  }

  .can-fin-height {
    height: 150px !important;
  }

  .finance-icon {
    display: flex !important;
    align-items: center !important;
  }

  /* END OF OWN TOOLS - ESH */
    @media (max-width: 1024px) {
    .mobile-m-top-25 {
      margin-top: 25px;
    }
    .m-left-120 {
      margin-left: 60px;
    }
  }

  @media (max-width: 1280px) {
    .container-fluid {padding: 0;}
  }

  @media (max-width: 1023px) {
    .flex{display: block}
    .float-left, .float-right{float:none;margin: 0 auto;display: block;}
    .m-top-new-25 { margin-top: 0px};
    .mobile-m-0 { margin: 0;}
  }
  
  @media (max-width: 768px) {
    .m-left-120 {
      margin-left: -20px;
    }
    .mobile-m-left-20 {
      margin-left: 20px;
    }
    .check-mobile-style {
      margin-bottom: 20px;
      text-align: center;
      padding-left: 70px;
    }
    .m-left-20 {
      margin-left: 20px;
    }
    .mobile-m-0 {
      margin: 0;
    }
    .finance-section {
      padding: 0px 190px 0px 200px;
    }
    .ipad-m-bottom-20 {
      margin-bottom: 20px
    }
    .page-id-632 br {display: none;}
  }

  @media (max-width: 414px) {

    .finance-section {
      padding: 0px 30px 0px 40px;
    }
    .check-mobile-style {
      margin-bottom: 20px;
      text-align: center;
      padding-left: 0px;
      display: flex;
      align-items: center;
    }
    
    .mobile-parallax {
      padding: 0px 10px;
    }
    .mobile-m-bottom-20 {
      margin-bottom: 20px;
    }
  }


/* ||||||||||||| TOOLS END |||||||||||| */


/* <2>|||||||||| COLOR START |||||||||| */
  
.white {
  color: #ffffff;
}

.black {
  color: #020202;
}

.red {
  color: #CF0A26;
}

.red-bkgd {
  background-color: #CF0A26;
}

.gray-bkgd {
  background-color: #666666;
}

.white-bkgd {
  background-color: #ffffff;
}

.light-gray-bkgd {
  background-color: #F0F0F0;
}

.red-line {
  border-bottom: solid 1px #CF0A26;
  width: 90%;
}

.white-line {
  border-bottom: solid 1px #ffffff;
}

.red-border {
  border: 1.5px solid #CF0A26;
}

.white-border {
  border: 1.5px solid #ffffff;
}

.scg-blue {color: #5375AA;}

.scg-border {border: 1.5px solid #5375AA;}

.scg-line {border-bottom: solid 1px #5375AA;}

/* ||||||||||||| COLOR END |||||||||||| */


/* <3>|||||||||| FONT START |||||||||| */
    
  .roboto {font-family: 'Roboto', serif;}

  h1,h2,h3,h4 {font-family: 'Roboto', serif;margin:0; padding:0;}

  h1{font-size:66px;font-weight: 300;width:800px;line-height:65px;margin: 40px 0 30px;}
  h2{font-size:46px;font-weight: 300;}
  h3{font-size:34px;font-weight: 400;}
  h4{font-size:24px;}
  h5{font-size:14px;font-weight: 600;}

  p {line-height: 1.5;font-size: 16px;font-weight: 300}

  .uppercase {text-transform: uppercase}

  .font-12 {
    font-size: 12px;
  }

  .font-13 {
      font-size: 13px;
  }

  .font-14 {
    font-size: 14px;
  }

  .font-15 {
    font-size: 15px;
  }

  .font-18 {
    font-size: 18px;
  }

  .font-25 {
    font-size: 25px;
  }

  .strong {
    font-weight: 400;
  }

  .bold {
    font-weight: 500;
  }

  .bolder {
    font-weight: 600;
  }

  .lh-none {
    line-height: normal;
  }

  .lh-oneFive {
    line-height: 1.5
  }

  .lh-18 {
    line-height: 18px;
  }

  .lh-22 {
    line-height: 22px;
  }

  .lh-24 {
    line-height: 24px;
  }

  .lh-28 {
    line-height: 28px;
  }

  .lh-31 {
    line-height: 31px;
  }

  .lh-45 {
    line-height: 45px;
  }

/* ||||||||||||| FONT END |||||||||||| */

/* <4>|||||||||| BUTTONS START |||||||||| */

  .btn {
    font-size: 20px;
    display: block;
    width: 300px;
    text-align: center;
    padding: 11px 0;
  }

  .specialBtn {
    display: flex !important;
    text-align: left !important;
    align-items: initial !important;
    justify-content: initial !important;
  }

/* ||||||||||||| BUTTONS END |||||||||||| */

/* <5>|||||||||| HEADER START |||||||||| */

  .header {
    max-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    max-width:1280px;
    height: 100%;
  }

  .header-text {
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    width: 70%;
    letter-spacing: .5px;
    font-weight: 300;
  }

/* ||||||||||||| HEADER END |||||||||||| */

/* <6>|||||||||| FOOTER START |||||||||| */

  footer {
    background-color: #F0F0F0;
    font-size: 12px;
    font-weight: 300;
  }

  .footer-p {
    font-size: 11px;
    margin-right: 30px;
  }

  footer a {
    text-decoration: underline;
  }

  footer a:link, 
  footer a:visited, 
  footer a:hover, 
  footer a:active {
    color: #CF0A26;
  }

  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  footer ul li {
    margin: 0 0 15px;
  }

  footer ul li a:hover,
  footer p a:hover {
    text-decoration: none;
  }

  footer .col-md-3 {
    padding-bottom: 10px;
  }

/* ||||||||||||| FOOTER END |||||||||||| */

/* <7>|||||||||| SECTIONS |||| */

  /* Breadcrumb */

  .home .breadcrumb-container {display:none;}

  .breadcrumb-container{
	text-transform: uppercase;
    margin-bottom: 10px !important;
  }

  /* End Breadcrumb*/

  /* Financing */

  .financing {
    display: flex; 
    flex-direction: row; 
    align-items: center;
  }

  .financing-second-row {
  	margin-top: 10px;
  }

  /* End Financing */

  /* Get Started */

  .gray-btns-col {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-height: 220px;
    flex-direction: column;
  }

  .gray-btns-col div:active,
  .gray-btns-col div:hover,
  .gray-col-btn:active,
  .gray-col-btn:hover,
  .promotions a:hover,
  .gray-col div:hover,
  .learn-more-btn:hover {
    text-decoration: none !important;
    background-color: #CF0A26;
    color: #ffffff;
    border-width: 1.5px;
    cursor: pointer;
  } 

  .scg-blue.btn a:active,
  .scg-blue.btn a:hover,
  .scg-blue.btn:active,
  .scg-blue.btn:hover {
    text-decoration: none !important;
    background-color: #5375AA !important;
    color: #ffffff;
    border-width: 1.5px;
    cursor: pointer;
  } 
  /* End Get Started */

  /* Two Column Option */

  .gray-col {
    background-color: #E6E7E8;
    padding: 35px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 590px;
    height: 100%;
  }

  .gray-col-1, 
  .gray-col-2 {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    height: 200px;
    background-size: cover;
  }

  .gray-col-1 {
    background-image: url('https://goodman.egia.org/wp-content/themes/egiadefault2019/img/3guys.jpg');
    background-position: 10% 45%;
  }

  .gray-col-2 {
    background-image: url('https://goodman.egia.org/wp-content/themes/egiadefault2019/img/hand.jpg');
    background-position: 10% 50%;
  }

  .gray-col-btn {
    text-align: center;
    margin: 0 auto;
  }

  /* End Two Column Option */

  /* Promotion & Partner */

  .promotions, .partners {
    background-position: 10% 60%;
    height: 375px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .promotions {
    background-image: 
		linear-gradient(to left, rgba(20, 20, 20, .65), rgba(20, 20, 20, .65)),
    	url('https://goodman.egia.org/wp-content/themes/egiadefault2019/img/promotions.jpg');
  }

  .partners {
    background-image: 
		linear-gradient(to left, rgba(20, 20, 20, .65), rgba(20, 20, 20, .65)),
    	url('https://goodman.egia.org/wp-content/themes/egiadefault2019/img/partnerParallax.jpg');
  }

  .promotions .btn:hover,
  .partners .btn:hover {
    background-color: #CF0A26;
    color: #ffffff;
    border: 1.5px solid #CF0A26;
    cursor: pointer;
  }

  .parallax {
  	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media (max-width: 375px) {
    .partners {
      height: 420px;
    }
  }

  /* End Promotion & Partner*/

  /* Accordion */

  .accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    height: 90px;
    margin-top: 15px;
  }

  .page-id-632 .accordion {height: 60px;}

  .accordion:hover {
    background-color: #9E081D; 
  }

  .accordion h4:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 30px;
    float: right;
    margin-left: 5px;
  }

  .active h4:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
  }

  .panel {
    display: none;
    overflow: hidden;
    background-color: #e6e6e6;
  }

  .panel-can {
    display: block;
    overflow: hidden;
    background-color: #e6e6e6;
  }

  .page-id-632 .bank-card-col {
    display: flex;
    align-items: inherit;
    height: inherit !important;
  }

  .bank-card-col {
    display: flex;
    align-items: stretch;
    height: 250px;
  }

  .bank-card {
    background-color: white;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    flex: 1;
  }

  .bank-card-img {
    display: block;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .bank-card ul {
    padding: 0 20px;    
  }

  .bank-card ul li {
    list-style-type: disc;
  }

  .bank-card-apply {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    letter-spacing: 1px;
    background: #CF0A26;
    color: #ffffff;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #CF0A26;
  }

  .bank-card-apply:hover {
  	background-color: #ffffff;
  	border: 1px solid #CF0A26;
  	color: #CF0A26;
  	cursor: pointer;
  }

  .white-separator {
    border-bottom: 4px solid #ffffff;
    margin: 40px 0 30px;
  }

  /* End Accordion */

  /* Partners Page */

  #partner {
  	padding-left: 65px;
  	padding-right: 65px;
  }

  .partner-rows {
    width: 100%;
    height: 100%;
  }

  .partner-flex-col {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
  }

  .partner-rows ul {
    list-style-type: disc;
    display: inline-block;
    margin: 0;
  }

  .partner-rows img {
    height: 100%;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }

  .partner-rows p {
  	margin: 0;
  }

  .learn-more-btn {
    border: 2px solid #CF0A26;
    padding: 13px 5px;
    background-color: #ffffff;
    color: #CF0A26;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 200px;
  }

  .height-153 {
  	height: 153px;
  }

  .height-133 {
  	height: 133px;
  }

  .height-92 {
  	height: 92px;
  }

  .height-184 {
  	height: 184px;
  }

  /* End Partners */

/* ||||||||||||| SECTIONS END ||||||||| */



/* |||||||||| SCG |||||||||||||||||*/

  .double-section-height {height: 470px;}


/* |||||||||| SCG END |||||||||||||*/

/* |||||||||| INCENTIVES |||||||||||||||||*/

  .page-id-800 .gray-btns-col div:hover {background-color: #fff; color: #CF0A26;}

  .page-id-800 .gray-btns-col .white-btn:hover {background-color: #CF0A26; color: #fff;}

  .page-id-800 .btn {font-size: 16px; display: block; width: 250px; text-align: center; padding: 8px 0; background: #CF0A24; color: #FFFFFF; text-transform: uppercase;}

  .page-id-800 .white-btn {font-size: 16px; display: block; width: 250px; text-align: center; padding: 8px 0; background: #FFF; color: #CF0A24; text-transform: uppercase;}

  .red-box {padding: 20px 40px;}

  .incentives-section {padding: 0 20px;}

  .incentives-box {height: 360px; background-color: #eee; margin: 15px; padding: 20px; line-height: 1.1;}

  .incentives-box h4 {font-size: 30px; line-height: 1.1;}

  .incentives-button-pos {position: absolute; bottom: 10%;}

  @media (max-width: 1100px) {
    .incentives-box {height: 400px;}
  }

  @media (max-width: 1024px) {
    .incentives-box {height: 400px;}
   	.incentives-box .btn {width: 80%;}
   	.incentives-button-pos {bottom: 5%;}
  }

  @media (max-width: 1023px) {
 	 .incentives-box {margin-top: 20px;}
  }

  @media (max-width: 768px) {
  	.incentives-box {height: 380px;}
 	.incentives-box .btn {max-width: 250px; width: 100%;}
 	.incentives-button-pos {bottom: 10%;}
  }

  @media (max-width: 500px) {
  	.incentives-box {height: 420px;}
 	.incentives-box .btn {width: 80%;}
 	.incentives-button-pos {bottom: 5%;}
  }

  @media (max-width: 360px) {
  	.incentives-box {height: 480px;}
  }

  @media (max-width: 320px) {
  	.page-id-800 .header-text strong {font-size: 36px !important;}
  	.page-id-800 .financing .btn {width: 80%;}
  	.incentives-box {height: 520px;}
  }

/* |||||||||| INCENTIVES END |||||||||||||*/


/* <8>|||||||||| MEDIA QUERIES START |||||||||| */

  @media only screen and (max-width: 1230px) {
  	.header-text {
      width: 85%;
    }
    .gray-col {
      margin-left: 0;
      margin-right: 0;
      border-bottom: 2px solid #ffffff;
    }
    .red-line {
      width: 80% !important;
    }
    .bank-card {
      margin-bottom: 10px;
    }
  }

  @media (max-width: 1024px) {
    .bank-card-col {height: 280px;}
  }

  @media only screen and (max-width: 1023px) {
  	.header {
  	  background-position: top left;
  	}
    .gray-btns-col {
      padding-bottom: 15px;
    }
    .bank-row [class^="col-"] {
      text-align: center;
    }
    .bank-card {
      width: 50%;
      margin-bottom: 10px;
      text-align: left;
    }
    .bank-card-apply {
      width: 200px;
    }
    .white-separator {
      margin: 25px 0 20px;
    }
    .partner-flex-col {
      display: block;
    }
    .height-153,
   	.height-133,
    .height-92,
    .height-184 {
      height: auto;
    }
    .partner-rows p,
    .bedrock {
      margin: 20px 0;
    }
    .financing-second-row {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 900px) {
  	.header-text {
  	  width: 100%;
  	  font-size: 22px;
  	}
  	h1 {
  	  width: auto;
  	  font-size: 58px;
  	}
    .financing {
      flex-wrap: wrap;
    }
    .promotions {
      padding-left: 50px;
      padding-right: 50px;
    }
    .accordion {
      height: 100px;
    }
    .bank-card {
      width: 60%;
    }
  }

  @media only screen and (max-width: 736px) {
  	.header,
  	#financing,
  	.get-started,
  	.testimonial,
  	footer .row,
  	.size-financing,
  	#partner {
  	  padding-left: 55px;
  	  padding-right: 55px;
  	}
  	footer .row {
  	  padding-top: 55px;
  	  padding-bottom: 55px;
  	}
	.header-text {
	  width: 100%;
	}
	h1 {
	  margin: 30px 0 20px;
	}
	h2 {
      font-size: 37px;
	}
	.promotions p {
	  font-size: 16px;
	  line-height: 28px;
	}
	.logo {
	  height: 65px;
	}
	.red-line {
      width: 100% !important;
    }
    .bank-card {
      width: 70%;
    }
  }

  @media only screen and (max-width: 610px) {
  	.header,
  	#financing,
  	.get-started,
  	.testimonial,
  	footer .row,
  	.size-financing,
	  #partner {
  	  padding-left: 40px;
  	  padding-right: 40px;
  	}
  	h1 {
  	  font-size: 48px;
  	  line-height: 50px;
  	  width: 100%;
  	}
  	.header-text {
  	  font-size: 20px;
  	}
	  .btn {
	    font-size: 16px;
  	}
  	h2 {
  	  font-size: 34px;
  	  line-height: 38px !important;
  	}
  	h3 {
  	  font-size: 28px;
  	}
  	.bank-card {
  	  width: 80%;
  	}
  	.bank-card-apply {
  	  width: 150px;
  	  padding: 10px;
  	}
  	.accordion {
  	  height: 130px;
  	  padding-left: 20px;
  	  padding-right: 20px;
  	}
  	.panel {
      padding-right: 20px;
      padding-left: 20px;
    }
    .panel-can {
      padding-right: 20px;
      padding-left: 20px;
    }
    .panel p {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .panel-can p {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .ul-col {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media only screen and (max-width: 519px) {
  	h1 {
  	  font-size: 40px;
  	  line-height: 45px;
  	  margin-bottom: 10px;
  	}
  	h2 {
  	  font-size: 28px;
  	}
  	.header-text {
  	  font-size: 18px;
  	  line-height: 30px;
  	}
  	.bank-card {
  	  width: 90%;
  	}
  	.accordion {
  	  height: 150px;
  	}
  }

  @media only screen and (max-width: 425px) {
  	.header,
  	#financing,
  	.get-started,
  	.testimonial,
  	.gray-col,
  	.promotions,
  	footer .row,
  	.size-financing,
  	#partner {
  	  padding-left: 25px;
  	  padding-right: 25px;
  	}
  	.header,
  	.gray-col,
  	footer .row {
  	  padding-top: 25px;
  	  padding-bottom: 25px;
  	}
  	h1 {
  	  font-size: 30px;
  	  line-height: 40px;
  	  padding-top: 20px !important;
  	}
  	.header-text {
  	  font-size: 16px;
  	  line-height: 28px;
  	}
  	h3 {
  	  font-size: 26px;
  	}
  	.btn {
  	  width: 210px;
  	  padding: 11px 5px;
  	}
  	.get-started p {
  	  margin-bottom: 0;
  	}
  	.gray-col {
  	  max-height: 800px;
  	}
  	.promotions {
  	  height: 450px;
  	}
  	.bank-card {
  	  width: 100%;
  	}
  	h4 {
  	  font-size: 20px;
  	}
  	.accordion {
  	  height: 180px;
  	}
  	.accordion p {
  	  font-weight: 400;
  	}
  	.bank-card {
  	  width: 100%;
  	}
  	.bank-card-apply {
  	  width: 130px;
  	  font-size: 16px;
  	  letter-spacing: .5px;
  	}
  	.learn-more-btn {
  	  width: 100%;
  	}
  }

  @media (max-width: 360px) {
    .bank-card-col {height: 300px;}
  }
  
  @media (max-width: 320px) {
    .bank-card-col {height: 320px;}
  }

/* ||||||||||||| MEDIA QUERIES END |||||||||||| 


/* ||||||||||||| GEARY PACIFIC START |||||||||||| */
  
  .geary-header {background-image: url('../imgs/geary-pacific-header-lg.jpg'); background-size: cover; height: 500px; background-position: bottom; background-repeat: no-repeat; max-width: 1280px; display: flex; justify-content: space-between; padding: 40px;}
  .geary-header img {width: 100%; max-width: 55px; height: auto;}
  .geary-header h1 {font-size: 48px; margin: 0; font-weight: 500; line-height: 1; text-align: right;}
  .geary-desk-title {display: block;}
  .geary-mob-title {display: none;}
  
  .geary-blue-bg {background-color: #003399;}
  .geary-blue-txt {color: #003399;}
  .geary-grey-bg {background-color: #6E6E6F;}
  .geary-offwhite-bg {background-color: #E0E0E0;}
  .geary-title {font-weight: 700; font-size: 22px}
  
  .geary-btn {text-transform: uppercase; font-size: 18px; display: block; width: 225px; text-align: center; padding: 12px 0; margin: 30px auto;}
  
  .geary-text-div {padding: 50px 0; text-align: center; background-image: url("../imgs/geary-pacific-intro-section-bg.jpg"); background-position: bottom; background-size: cover;}
  .geary-text-div p {max-width: 800px; margin: 20px auto 0;}

  .top-geary-div {padding: 60px 0; text-align: center; background-image: url("../imgs/geary-pacific-register-lg.jpg"); background-position: bottom; background-size: cover;}
  .top-geary-txt-holder {text-align: center;}
  .top-geary-txt-holder .top-p {max-width: 900px; margin: 0 auto;}
  .top-geary-txt-holder .geary-fine-print {max-width: 660px; font-size: 14px; margin: 0 auto;}
  
  .middle-geary-div {padding: 60px 0; text-align: center; background-image: url("../imgs/geary-pacific-incentive-bg.jpg"); background-position: center; background-size: cover; height: 300px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
  .bot-geary-div {padding: 60px 0; text-align: center; background-image: url("../imgs/geary-pacific-ekigibility-bg.jpg"); background-position: center; background-size: cover; height: 300px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
  
  .geary-bot-text-div {padding: 50px 0; text-align: center; background-image: url("../imgs/geary-pacific-optimus-section-bg.jpg"); background-position: bottom; background-size: cover;}
  .geary-bot-text-div p {max-width: 800px; margin: 20px auto 0;}

  .small-section-title {font-size: 25px; font-weight: 500; padding: 12px; text-align: center; max-width: 1200px; width: 100%;}
  .geary-resources-holder {padding: 30px 80px;}
  .geary-resources-holder div {text-align: center; padding: 0; margin: 0 0 30px;}
  .geary-resource {font-weight: 700; font-size: 14px;}
  .geary-resource:hover {color: #003399;}

  @media (max-width: 1280px) {
    .top-geary-div {background-size: cover;}
  }

  @media (max-width: 1100px) {
    .geary-header h1 {font-size: 40px;}
    .middle-geary-div {padding: 60px 100px;}
    .bot-geary-div {padding: 60px 100px;}
    .geary-text-div {background-size: unset;}
    .geary-bot-text-div {background-size: unset;}
  }

  @media (max-width: 1023px) {
    .geary-resources-holder div {margin: 10px 0;}
  }

  @media (max-width: 900px) {
      .geary-header h1 {font-size: 30px;}
      .geary-header img {max-width: 60px;}
  }

  @media (max-width: 880px) {
    .geary-text-div {padding: 40px;}
    .geary-bot-text-div {padding: 40px;}
  }
  
  @media (max-width: 767px) {
    .top-geary-div {padding: 40px; margin-bottom: 5px;}
    .middle-geary-div {padding: 40px; margin-bottom: 5px;}
    .bot-geary-div {padding: 40px;}
    .geary-resources-holder div {margin: 15px 0;}
  }

  @media (max-width: 650px) {
    .geary-header h1 {font-size: 22px;}
  }

  @media (max-width: 550px) {
    .geary-header {background-image: url('../imgs/geary-pacific-header-sm.jpg'); background-size: cover; display: block; justify-content: unset; padding: 20px; height: 720px;}
    .geary-header h1 {font-size: 32px;}
    .geary-desk-title {display: none;}
    .geary-mob-title {display: block;}
    .top-geary-div {background-image: url("../imgs/geary-pacific-register-sm.jpg");}
  }

  @media (max-width: 450px) {
    .geary-header h1 {font-size: 26px;}
  }

  @media (max-width: 414px) {
    .geary-header {height: 570px;}
    .geary-header img {max-width: 40px;}
    .geary-header h1 {font-size: 26px; margin-top: -20px;}
    .geary-text-div {padding: 20px;}
    .geary-bot-text-div {padding: 20px;}
    .top-geary-div {padding: 20px;}
    .middle-geary-div {padding: 20px;}
    .bot-geary-div {padding: 20px;}
  }

  @media (max-width: 335px) {
    .geary-header {height: 480px; padding: 10px 20px; background-size: unset; background-position: center;}
    .geary-header h1 {font-size: 20px;}
  }

/* ||||||||||||| GEARY PACIFIC END |||||||||||||| */