/*url('../img/investment-icon-yellow.svg');*/
/*url('../img/insurance-icon-yellow.svg');*/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-weight: 900 !important;
  font-size: 6em !important;
  letter-spacing: -2px !important;
  line-height: 0.8em !important;
}
h1 .sfContentBlock {
  color: #FFFFFF !important;
}
h2 {
  font-weight: 600;
  font-size: 2em;
}
h3 {
  font-weight: 900;
  font-size: 1.4em;
  font-family: 'PT Sans', sans-serif;
  color: #003f5a;
}
.sfContentBlock h3 {
  color: #003f5a !important;
}
p,
ul,
li {
  font-size: 17px !important;
  line-height: 1.4em !important;
  font-family: 'PT Sans', sans-serif;
}
p span {
  font-size: 17px !important;
}
ul {
  margin: 10px 0;
  padding: 10px 0 5px 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 17px 0 22px 0;
  font-weight: 600;
  border-bottom: 3px solid #f2f2f2;
}
ul li span {
  font-size: 16px;
  font-weight: 300;
}
ul.small-list {
  margin: 5px 0;
  padding: 5px 0;
}
ul.small-list li {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
  font-weight: 300;
  font-size: 1em;
  border-bottom: 2px solid #f2f2f2;
}
/*a {
  color: #003f5a !important;
  text-decoration: none !important;
}*/
.logo-container {
  background-color: #003f5a;
  padding: 30px 0 30px 0 !important;
}
.logo-container img {
  max-width: 220px !important;
  max-height: 66px !important;
  height: auto;
}
.header {
  background-color: #ef7a22;
  border-bottom: 7px solid #ffca07;
  text-align: center;
}
.header .container {
  position: relative;
  padding-bottom: 53px;
}
.header .container:before {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffca07;
  right: 30px;
  bottom: 0;
  position: absolute;
}
.header .container:after {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffffff;
  right: 30px;
  bottom: -7px;
  position: absolute;
}
.header .content-container {
  margin: 1em 0 5em 0;
}
.header .links {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.header h1 {
  margin: 0 !important;
  text-align: center;
  color: #ffffff !important;
}
.header h1 .sfContentBlock {
  color: #ffffff !important;
}
.header h2 {
  text-align: center;
  margin: 20px 0 0 0;
  color: #ffca07;
  font-weight: 900 !important;
  font-size: 2.5em;
}
.header h2 a {
  color: #003f5a;
  /*&:before {
				content: url('../img/down-arrow.svg');
				background-color: @dark-blue;
				display: inline-block;
				width: 32px;
				height: 35px;
				padding: 0 6px 10px 6px;
				margin-right: 10px;
			}

			&:hover {
				color: @white;
				text-decoration: none;

				&:before {
					background-color: @secondary;
				}
			}*/
}
.header h3 {
  font-size: 1.9em;
  color: #ffffff;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.header .phone-cta h3 {
  margin: 20px auto 20px auto;
  max-width: 330px;
}
.header .phone-cta a {
  text-decoration: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header p {
  color: #ffffff !important;
}
.footer,
footer {
  padding: 0 0 50px 0 !important;
}
.footer p,
footer p {
  margin: 0 0 0 0;
}
.footer img.footer-logo,
footer img.footer-logo {
  width: 100%;
  max-width: 230px !important;
}
.footer img.footer-awards,
footer img.footer-awards {
  width: 100%;
  max-width: 200px !important;
  margin: 15px 0 30px;
}
.disclaimer {
  font-size: 0.9em !important;
  line-height: 1.8em;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .footer p {
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
table thead th {
  text-align: center;
  border-bottom: 2px solid #ef7a22;
  padding: 5px 20px 5px 20px;
}
table tr.odd {
  background-color: #f2f2f2;
}
table td {
  padding: 8px 20px;
}
@media screen and (min-device-width: 320px) and (max-width: 992px) {
  table tbody td:before {
    content: attr(headers);
  }
}
/* @media */
.panel-1 {
  margin-top: 20px;
}
h2.block {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 30px;
  color: #ef7a22;
  position: relative;
}
h2.block.plus:after {
  content: "+";
  font-size: 4em;
  font-weight: 900;
  float: right;
  right: -70px;
  margin-top: -30px;
  position: absolute;
}
h2.block ul {
  margin: 0;
  padding: 0 0 7px 0;
}
h2.block ul li {
  background-image: url('../img/down-arrow-yellow.svg');
  background-position: right 20px;
  background-repeat: no-repeat;
  font-size: 1.1em !important;
  padding: 12px 0 19px 0 !important;
  margin-bottom: 5px !important;
}
h2.block ul li a {
  display: block;
}
h2.block ul li a:hover {
  text-decoration: none;
}
h2.block ul li.active a {
  color: #ef7a22;
}
h2.block ul.left-list li:first-child {
  padding: 0 0 10px 0;
}
h2.block .left-top {
  padding-right: 30px;
}
h2.block .right-top {
  padding-left: 60px;
}
h2.block .left-padd {
  padding-right: 25px;
}
h2.block .right-padd {
  padding-left: 25px;
}
h2.block .investment {
  background-image: none;
  background-position: 95% 20px;
  background-repeat: no-repeat;
}
h2.block .insurance {
  background-image: none;
  background-position: right 20px;
  background-repeat: no-repeat;
}
h2.block .insurance h3 {
  color: #003f5a;
}
.investment-option-info {
  padding: 25px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  border: 4px solid #ffca07;
  float: left;
  min-height: 450px;
}
.investment-option-info p {
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.investment-option-info #more-options .row {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
}
.investment-option-info #more-options .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.investment-option-info #more-options .row .col-lg-4:first-child {
  padding-left: 0;
}
.investment-option-info #more-options .row .col-lg-4:last-child {
  padding-right: 0;
}
.investment-option-info #more-options .row-no-border {
  border-bottom: none;
}
.investment-option-info #more-options .row-no-border .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.investment-option-info #more-options .row-no-border .col-lg-4:first-child {
  padding-left: 0;
}
.investment-option-info #more-options .row-no-border .col-lg-4:last-child {
  padding-right: 0;
}
.investment-option-info #more-options p {
  border-bottom: none;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
}
.investment-option-info ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.investment-option-info ol li {
  font-size: 1em;
}
.investment-option-info:before {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffca07;
  left: 30px;
  top: -55px;
  position: absolute;
}
.investment-option-info:after {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffffff;
  left: 30px;
  top: -50px;
  position: absolute;
}
.investment-option-info h3 {
  color: #ef7a22;
}
.investment-option-info .key {
  margin-top: 30px;
}
.tab-pane img {
  margin: 0 auto;
  display: block;
}
.back-top {
  position: relative;
}
.back-top p {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 0;
  border-bottom: none;
  text-align: right;
  font-weight: 600;
  display: block;
  z-index: 9999;
}
.back-top p:after {
  content: url('../img/up-arrow-dark-blue.svg');
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
}
.headline {
  width: 75%;
  float: left;
}
.icon-image {
  width: 25%;
  float: left;
  text-align: right;
}
.cta-container {
  color: #ffffff !important;
  padding: 10px 30px !important;
  background-color: #ef7a22;
  margin: 100px auto 130px auto;
  position: relative;
  border-top: 7px solid #ffca07;
  min-height: 200px;
}
.cta-container:before {
  width: 2px !important;
  border: 93px solid transparent !important;
  border-bottom: 53px solid #ffca07 !important;
  border-top: 0 !important;
  right: 30px !important;
  top: -53px !important;
  position: absolute !important;
  content: "";
}
.cta-container:after {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ef7a22;
  right: 30px;
  top: -44px;
  position: absolute;
  content: "";
}
.cta-container h2,
.cta-container p {
  color: #ffffff !important;
}
.cta-container h2 {
  margin-top: 30px !important;
}
a.phone {
  background-color: #ffca07;
  color: #003f5a;
  padding: 5px 20px 5px 20px;
  margin-top: 20px !important;
  font-weight: 600;
  font-size: 1em;
  margin: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  display: inline-block !important;
  font-size: 24px;
  line-height: 36px;
}
a.arrow:after,
.cta-button-container.arrow a:after {
  content: url('../img/right-arrow-dark-blue.svg') !important;
  width: 10px;
  height: 10px;
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0;
}
a.arrow:hover,
.cta-button-container.arrow a:hover {
  text-decoration: none;
  background-color: #003f5a;
  color: #ffffff !important;
}
a.arrow:hover:after,
.cta-button-container.arrow a:hover:after {
  content: url('../img/right-arrow-white.svg') !important;
  width: 10px;
  height: 10px;
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 0;
}
.cta-button-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cta-button-container a {
  background-color: #ffca07;
  color: #003f5a;
  padding: 5px 20px 5px 20px;
  margin-top: 20px !important;
  font-weight: 600;
  font-size: 1em;
  margin: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  display: inline-block !important;
  font-size: 24px;
  line-height: 36px;
  margin-left: 0 !important;
}
.investment a.phone,
.insurance a.phone {
  margin: 0;
}
.cta-container a.phone {
  float: right;
  padding: 7px 20px 10px 20px;
  margin-top: 0;
}
.cta-container .col-lg-7 h2 {
  margin-top: 28px;
}
.phone-cta {
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 3.6em !important;
    letter-spacing: -1px;
    line-height: 0.8em;
  }
  .header h2 {
    font-size: 2em;
  }
  .header .phone-cta {
    margin-bottom: 50px;
  }
  .header .container {
    padding-bottom: 20px;
  }
  .header .container:before {
    border: 53px solid transparent;
    border-bottom: 33px solid #ffca07;
  }
  .header .container:after {
    border: 53px solid transparent;
    border-bottom: 33px solid #ffffff;
  }
  .header .phone-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header .phone-cta h2 {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  .header h3 {
    font-size: 1.7em;
  }
  .header a.phone:after {
    margin-top: 0;
  }
  .panel-1 h2.block {
    width: 70%;
    font-size: 2.2em !important;
  }
  a.phone {
    display: inline-block !important;
    line-height: 0.9em;
    padding: 10px 20px 20px 20px;
    margin-top: 0 !important;
  }
  a.phone:after {
    content: url('../img/right-arrow-dark-blue.svg') !important;
    width: 10px;
    height: 30px;
    line-height: 40px;
    display: inline-block !important;
    margin-left: 10px;
    margin-top: 0;
  }
  a.phone:hover {
    text-decoration: none;
    background-color: #003f5a;
    color: #ffffff !important;
  }
  a.phone:hover:after {
    content: url('../img/right-arrow-white.svg') !important;
    width: 10px;
    height: 20px;
    display: inline-block !important;
    margin-left: 10px;
    margin-top: 0;
  }
  .panel-1 .insurance {
    background-position: 90% 20px;
  }
  .back-top {
    position: relative;
    clear: both;
    float: right;
    display: block;
    width: 100%;
    padding: 20px 0 30px 30px;
    margin: 0;
    margin-top: -30px;
  }
  .back-top p {
    position: relative;
    text-align: right;
  }
  .panel-tab-content {
    margin-top: -50px;
  }
  .footer img,
  .footer p {
    padding-left: 20px;
  }
  .footer p {
    margin-bottom: 10px;
  }
  footer p {
    margin: 15px 5px 20px 5px;
  }
  .cta-container {
    padding: 25px 0px !important;
    margin-bottom: 30px;
    min-height: 300px;
    height: 100%;
    float: left;
  }
  .cta-container .container {
    height: 250px;
    margin: 30px auto 10px auto;
    float: left;
  }
  .cta-container .phone-cta {
    text-align: left;
  }
  .cta-container h2 {
    font-size: 1.4em;
    line-height: 1em;
    margin: 0 0 30px 0 !important;
  }
  .cta-container a.phone {
    margin: 10px 0 0 0;
    padding: 15px 20px 15px 20px;
    width: 100%;
  }
  .investment-option-info {
    padding: 15px;
    border-top: 4px solid #ffca07;
    border-bottom: 4px solid #ffca07;
    border-left: none;
    border-right: none;
    width: 100%;
  }
  .investment-option-info:before {
    border: 53px solid transparent;
    border-bottom: 33px solid #ffca07;
    top: -90px;
  }
  .investment-option-info:after {
    border: 53px solid transparent;
    border-bottom: 33px solid #ffffff;
    top: -84px;
  }
  #more-options .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  #more-options .row-no-border {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .headline {
    width: 100%;
  }
  .headline h2.block {
    margin-bottom: 10px;
  }
  .icon-image {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
}
/* -- /@media --*/
@media (min-width: 992px) {
  a.phone:after {
    display: none;
  }
  a.phone:hover:after {
    display: none;
  }
}
.sfContentBlock .contentImgWrap,
.sfreContentArea .contentImgWrap,
.reContentArea .contentImgWrap {
  margin: 0 !important;
  padding: 0 !important;
}
.cl-full {
  padding-bottom: 0;
}
.sfContentBlock ul > li:before,
.sfreContentArea ul > li:before,
.reContentArea ul > li:before {
  display: none !important;
}
.apex-device {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #ffca07;
}
.apex-device > span:before {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffca07;
  right: 30px;
  bottom: -1px;
  position: absolute;
  content: '';
  z-index: 99;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .apex-device > span:before {
    border-width: 53px;
    border-bottom-width: 33px;
  }
}
.apex-device > span:after {
  width: 2px;
  border: 93px solid transparent;
  border-top: 0;
  border-bottom: 53px solid #ffffff;
  right: 30px;
  bottom: -6px;
  position: absolute;
  content: '';
  z-index: 999;
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .apex-device > span:after {
    border-width: 53px;
    border-bottom-width: 33px;
  }
}
.apex-device img {
  display: block;
  max-width: 100%;
  height: auto;
}
.podcast-header {
  margin-bottom: 10px;
}
.podcast-header h2 {
  color: #ef7a22;
  line-height: 60px !important;
  margin: 0;
  padding-right: 55px;
  font-size: 1.7em !important;
}
.podcast-header h2:after {
  background-image: url('../img/Music-Icon-Yellow.svg');
  content: '';
  width: 51px;
  position: absolute;
  height: 100%;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.podcast-wrapper {
  display: block;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.podcast-wrapper a {
  display: inline-block;
  width: 100%;
  padding: 12px 44px 12px 30px;
  font-weight: bold;
}
.podcast-wrapper a:before {
  content: '';
  background-image: url('../img/down-arrow-yellow.svg');
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  width: 20px;
  bottom: 0;
  left: 0;
  top: 0;
}
.podcast-wrapper a:after {
  content: '';
  background-image: url('../img/Music-Icon-Yellow-In-Circle.svg');
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  width: 34px;
  bottom: 0;
  right: 0;
  top: 0;
}
.podcast-wrapper a:hover {
  text-decoration: underline !important;
}
.quote sfContentBlock {
  font-family: 'PT Sans', sans-serif;
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1.4em !important;
  color: #003f5a !important;
}
.chart img {
  max-width: 250px !important;
  max-height: 250px !important;
}
blockquote {
  margin-bottom: 40px;
  ffont-size: 22px !important;
  line-height: 28px !important;
  color: #003f5a !important;
}
.tab-pane ol li {
  list-style: decimal !important;
}
blockquote.quote {
  border-top: none;
  border-bottom: none;
  color: #003f5a !important;
  text-align: left !important;
  display: block !important;
  font-size: 22px !important;
  line-height: 28px !important;
}
blockquote.quote .sfContentBlock {
  color: #003f5a !important;
}
blockquote.quote .sfContentBlock:before {
  color: #003f5a !important;
  content: "\201C" !important;
  display: block !important;
  overflow: visible !important;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-size: 60px;
}
blockquote.quote .sfContentBlock:after {
  color: #003f5a;
  content: "\201D" !important;
  display: block !important;
  overflow: visible !important;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-size: 60px;
  float: right;
  margin-top: 20px;
}
blockquote p {
  display: inline;
}
.cta-button-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cta-button-container a {
  margin-left: 0 !important;
}
.investment-option-info .key ol li {
  list-style: decimal !important;
}
