@charset "utf-8";
/* CSS Document */
#dual-hero {
  overflow: hidden;
  color: #000;
  height: 408px;
  width: 100%;
  background-color: #EBE8E8;
  background-image: url("../images/dualplan/hero-dual-1600px.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% top;
}
#dual-hero:lang(ar), #dual-hero:lang(fa) {
  background-color: #EBE8E8;
  background-image: url(../images/dualplan/hero-dual-1600px.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% top;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#dual-hero-cta:lang(ar) , #dual-hero-cta:lang(fa) {
 	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	width: 90%;
}
#dual-hero-cta {
  padding: 30px 1% 30px 3%;
  width: 40%;
}
#dual-hero-cta h1 {
  color: #116a94;
  font-size: 180%;
}
#dual-hero-cta p {}
#dual-hero-cta a {
  color: #c15927;
  text-decoration: underline;
}
#dual-hero-cta a:hover {
  text-decoration: none;
}
.dual-cta-btn {
  background-color: #c15927 !important;
  color: #fff !important;
  padding: 8px 17px;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: inline-block;
  margin: 20px 0;
  text-decoration: none !important;
  font-weight: bold;
}
.dual-cta-btn:hover {
  background-color: #fff !important;
  color: #c15927 !important;
}
.dual-below-hero, #dual-middle-ad-box, #dual-compare, #dual-readmore, #dual-contact {
  width: 94%;
  padding: 20px 3% 50px;
  overflow: hidden;
  clear: both;
}
.dual-below-hero {
  text-align: center;
}
.dual-below-hero h2 {
  font-size: 220%;
}
.dual-below-hero h3 {
  color: #c25713 !important;
  width: 90%;
  margin: 0 auto;
}
.dual-below-hero p {
  font-size: 110%;
  width: 80%;
  margin: 10px auto;
}
.dual-below-hero-3boxes-left, .dual-below-hero-3boxes-middle, .dual-below-hero-3boxes-right {
  border: 1px solid #ccc;
  width: 28.7%;
  margin: 5px 0;
  padding: 30px 2% 40px;
  height: 530px;
}
.dual-below-hero-3boxes-left img, .dual-below-hero-3boxes-middle img, .dual-below-hero-3boxes-right img {
  margin: 15px;
  width: 65%;
}
.dual-below-hero-3boxes-left h3, .dual-below-hero-3boxes-middle h3, .dual-below-hero-3boxes-right h3 {}
.dual-below-hero-3boxes-left p, .dual-below-hero-3boxes-middle p, .dual-below-hero-3boxes-right p {
  width: 95%;
  margin: 15px auto;
  min-height: 90px;
}
a .dual-below-hero-3boxes-left, a .dual-below-hero-3boxes-middle, a .dual-below-hero-3boxes-right {
  -webkit-box-shadow: 4px 4px 3px 0px rgba(204, 204, 204, 0.63);
  box-shadow: 4px 4px 3px 0px rgba(204, 204, 204, 0.63);
}
a .dual-below-hero-3boxes-left:hover, a .dual-below-hero-3boxes-middle:hover, a .dual-below-hero-3boxes-right:hover {
  background-color: #f4f4f4;
}
.dual-below-hero-3boxes-left {
  float: left;
  margin-right: 10px;
}
.dual-below-hero-3boxes-middle {
  float: left;
  margin-right: 10px;
}
.dual-below-hero-3boxes-right {
  float: right;
}
#dual-middle-ad-box {
  background-color: #0e3357;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
#dual-middle-ad-box h2 {
  color: #6dcff6;
}
#dual-middle-ad-box p {
  color: #fff;
}
#dual-middle-ad-box-left, #dual-middle-ad-box-right {
  width: 45%;
}
#dual-middle-ad-box-right img {
  height: 100%;
	width: 100%;
}
#dual-middle-ad-box-left {
  float: left;
  padding: 30px 0 10px 5%;
}
#dual-middle-ad-box-left h2 {
  font-size: 220%;
  margin-left: 3%;
}
#dual-middle-ad-box-left p {
  width: 80%;
  margin: 10px 0 10px 3%;
}
#dual-middle-ad-box-right {
  float: right;
  margin-bottom: -5px;
}
.dual-generic-btn {
  background-color: #fff !important;
  color: #c15927 !important;
  padding: 8px 17px;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: inline-block;
  margin-top: 12px;
	font-weight: bold;
}
.dual-generic-btn:hover {
  background-color: #c15927 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
#dual-middle-ad-box-left .dual-generic-btn {
  margin-left: 3%;
}
#dual-compare {
  background-color: #dff4fc;
  text-align: center;
}
#dual-compare h2 {
  font-size: 220%;
}
#dual-compare p {width: 80%;
    margin: 0 auto;}
#dual-compare table {
  width: 60%;
  margin: 50px auto;
  border-collapse: collapse;
}
#dual-compare table tr {}
#dual-compare table tr td {
  padding: 12px 5%;
  border: 2px solid #fff;
  background-color: #fff;
  vertical-align: middle;
}
#dual-compare table tr td:last-child, #dual-compare table tr td:nth-child(2) {
  text-align: center;
  width: 25%;
  vertical-align: middle;
  padding: 12px 1%;
}
#dual-compare table tr td:last-child img, #dual-compare table tr td:nth-child(2) img {
  width: 40px;
  margin: 0;
}
#dual-compare table tr td a:link, #dual-compare table tr td a:visited {
  color: #c15927;
  text-decoration: underline;
}
#dual-compare table tr td a:hover, #dual-compare table tr td a:active {
  text-decoration: none;
}
.dual-compare-grey {
  background-color: #f8f8f8 !important;
}
#dual-readmore {
  text-align: center;
	margin: 30px auto;
}
#dual-readmore h2 {
  font-size: 220%;
}
#dual-readmore-nested {
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
  padding: 20px 0;
}
#dual-readmore img {
    float: none;
    margin: 0;
    width: 30%;
}
#dual-readmore-left, #dual-readmore-right {
  width: 50%;
  text-align: left;
}
#dual-readmore-left p, #dual-readmore-right p {
  margin-bottom: 12px;
  width: 80%;
}
#dual-readmore-left a, #dual-readmore-right a {
  color: #c15927;
  text-decoration: underline;
}
#dual-readmore-left h3, #dual-readmore-right h3 {
  margin: 45px 0 0 0;
}
#dual-readmore-left a:hover, #dual-readmore-right a:hover {
  text-decoration: none;
}
#dual-readmore-left {
  float: none;
	text-align: center;
	margin: 0 auto;
}
#dual-readmore-right {
  float: right;
}
#dual-contact {
  background-color: #0e3357;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#dual-contact-nested {
  width: 70%;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 20px 0;
}
#dual-contact h2 {
  color: #6dcff6;
	font-size: 220%;
}
#dual-contact p {
  color: #fff;
  margin-bottom: 20px;
}
#dual-contact-left, #dual-contact-middle, #dual-contact-right {
  width: 35%;
  text-align: center;
  padding: 20px 3%;
}
#dual-contact-left h3, #dual-contact-middle h3, #dual-contact-right h3 {
  color: #fff;
	margin-top: 15px;
}
#dual-contact-left img, #dual-contact-middle img, #dual-contact-right img {}
#dual-contact-left p, #dual-contact-middle p, #dual-contact-right p {
  color: #fff;
	min-height: 100px;
}
#dual-contact-left strong, #dual-contact-middle strong, #dual-contact-right strong {
  color: #fff;
}
#dual-contact-left a, #dual-contact-middle a, #dual-contact-right a {
  color: #fff;
}
#dual-contact-left a:hover, #dual-contact-middle a:hover, #dual-contact-right a:hover {
  text-decoration: underline;
}
#dual-contact-left {
  float: left;
}
#dual-contact-middle {
  float: left;
}
#dual-contact-right {
  float: right;
}
#dual-disclaimer-maid {
  float: right;
  color: #ccc;
  margin-right: 3%;
  padding: 8px 0;
}
.hide750 {
  display: none;
}

@media screen and (max-width: 2000px) {}
@media screen and (max-width: 1447px) {
  #dual-hero-cta {
    margin: 40px 3% 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #dual-hero-cta a {
    color: #000;
  }
  .dual-below-hero-3boxes-left, .dual-below-hero-3boxes-middle, .dual-below-hero-3boxes-right {
    width: 28.5%;
  }
  #dual-compare table {
    width: 80%;
  }
} /*End 2000px*/
@media screen and (max-width: 1200px) {
  #dual-middle-ad-box-left {
    padding: 10px 0 10px 5%;
  }
  #dual-middle-ad-box-left p {
    width: 98%;
  }
	#dual-readmore-left h3, #dual-readmore-right h3 {
  margin: 15px 0 0 0;
}
	
} /*End 120px*/
@media screen and (max-width: 960px) {
  #dual-hero-cta {
    margin: 20px 3% 0;
  }
  #dual-middle-ad-box {
    margin-bottom: 0;
  }
  #dual-middle-ad-box-left, #dual-middle-ad-box-right {
    width: 94%;
    float: none;
    text-align: center;
        padding: 20px 3% 50px;
  }
  #dual-middle-ad-box-left p {
    width: 80%;
    margin: 0 auto;
  }
  #dual-compare table {
    width: 90%;
  }
  #dual-readmore img {
    float: none;
    margin: 10px;
    width: 40%;
  }
  #dual-readmore-left, #dual-readmore-right {
    text-align: center;
  }
  #dual-readmore-left p, #dual-readmore-right p {
    margin: 20px auto;
  }
} /*End 960px*/
@media screen and (max-width: 860px) {
  #dual-hero-cta {
    padding: 30px 1% 30px 3%;
    width: 90%;
    text-align: center;
    margin-top: 50px;
  }
} /*End 860px*/
@media only screen and (max-width: 1102px) and (min-width: 960px) {
  .dual-below-hero-3boxes-left, .dual-below-hero-3boxes-middle, .dual-below-hero-3boxes-right {
    width: 28.35%;
  }
}
@media screen and (max-width: 960px) {
  .dual-below-hero-3boxes-left, .dual-below-hero-3boxes-middle, .dual-below-hero-3boxes-right {
    width: 28.1%;
  }
}
@media screen and (max-width: 750px) {
  .show750 {
    display: block;
  }
  .dual-below-hero-3boxes-left, .dual-below-hero-3boxes-middle, .dual-below-hero-3boxes-right {
    width: 94%;
    float: none;
    height: auto;
  }
  .dual-below-hero-3boxes-left p, .dual-below-hero-3boxes-middle p, .dual-below-hero-3boxes-right p {
    min-height: auto;
  }
  .dual-below-hero-3boxes-left img, .dual-below-hero-3boxes-middle img, .dual-below-hero-3boxes-right img {
    width: 40%;
  }
  #dual-middle-ad-box-right {
    display: none;
    padding-bottom: 40px;
  }
  #dual-compare table {
    width: 99.99%;
  }
  #dual-readmore-left, #dual-readmore-right {
    text-align: left;
    float: none;
    width: 98%;
    margin: 20px auto;
    overflow: hidden;
  }
  #dual-readmore img {
    float: left;
    margin: 10px;
	  width: 30%;
  }
  #dual-readmore {
    margin-bottom: 0;
  }
	
#dual-contact-left, #dual-contact-middle, #dual-contact-right {
  width: 94%;
  padding: 20px 3%;
  float: none;
	margin-bottom: 30px;
	}
#dual-contact-left p, #dual-contact-middle p, #dual-contact-right p{
min-height: auto;
	}

	
	
} /*End 750px*/
@media screen and (max-width: 480px) {
  #dual-hero-cta {
    margin-top: 25px;
  }
	
	#dual-contact-left img, #dual-contact-middle img, #dual-contact-right img {
  display: none;
}
	
	
} /*End 480px*/
@media screen and (max-width: 320px) {
  #dual-hero-cta {
    border-radius: 0;
    margin: 0 auto;
  }
} /*End 320px*/