#masthead{
	display: none;
}
header.main-header{
    padding: 12px 0;
}
.header-sec-row{
    display: flex;
    align-items: center;
}
.logo-sec{
    width: 35%;
}
.navigation-sec{
    width: 65%;
    text-align: right;
}
.logo-sec img{
	max-width: 138px;
    width: 100%;
}
.banner-para-sec .banner-btn {
    font-family: 'Roboto-Medium';
  background-color: #170f4f;
  border: none;
  color: white;
  padding: 15px 64px 15px 20px;
  text-align: center;
  text-color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0px 2px;
  cursor: pointer;
  position: relative;
}
.banner-para-sec .banner-btn::after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
    top: 17px;
  background: url(../images/button-arrow-icon.svg) no-repeat center center; 
}

.common-btn-sec{
  margin-top: 30px;
}
.common-btn {
    font-family: 'Roboto-Medium';
  background-color: #170f4f;
  border: none;
  color: white;
  padding: 15px 20px 15px 20px;
  text-align: center;
  text-color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.common-btn:hover,
.common-btn:focus{
  color: white;
  opacity: 0.7;
}
.common-btn span{
  position: relative;
  text-decoration: underline;
}
.common-btn span::after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: -30px;
  top: 2px;
  background: url(../images/button-arrow-icon.svg) no-repeat center center; 
}
.common-btn-sec .common-btn{
  max-width: 330px;
  width: 100%;
}

.allianz-page-parent .logo-sec img{
  max-width: 225px;
    width: 100%;
}

/* Banner section design start */
.main-banner-sec{
    background-color: #00BAC7;
    height: 410px;
    display: flex;
    align-items: end;
    position: relative;
}
.banner-content-row{
    display: flex;
    align-items: end;
}
.ledger-device-protection-banner .banner-content-row{
    margin-bottom: 30px;
}
.banner-content-sec{
    width: 50%;
    padding-bottom: 75px;
}
.main-content section h1{
    font-family: 'Roboto-Medium';
    color: #fff;
    margin-bottom: 24px;
}
.main-content section h1 span.thin-style{
    font-family: 'Roboto-Light';
    color: #fff;
}
.banner-content-sec p{
    font-family: 'Roboto-Light';
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.banner-content-sec a{
    font-family: 'Roboto-Light';
    color: #fff;
}
.banner-img-sec{
    width: 50%;
}

.banner-img-sec img {
  width: 100%;
  margin-bottom: 0px;
}

.hero-box-container {
  /*height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;*/
}
.hero-box-container .block-one {
  width: 112px;
  height: 56px;
  top: 31px;
  left: 0;
  background-color: #170f4f;
}
.hero-box-container .block-one::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  right: -28px;
  background-color: #fff;
}
.hero .hero-box-container .block-two {
  width: 84px;
  height: 84px;
  top: 252px;
  right: 21.8%;
  background-color: #fff;
}
.hero-box-container span {
  position: absolute;
  display: inline-block;
  transition: .05s;
}
.hero-box-container .block-three {
  width: 56px;
  height: 56px;
  bottom: 186px;
  right: 0;
  background-color: #170f4f;
}
.hero-box-container .block-four {
  width: 168px;
  height: 22px;
    bottom: 31px;
    right: 0;
  background-color: #e3d900;
  z-index: 99;
}
.btn-style{
    background: #170F4F;
    padding: 8px 20px;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.btn-style:hover,
.btn-style:focus{
    color: #fff;
    background-color: #00bac7;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.ohio-mutual-banner-class .banner-content-sec{
    width: 50%;
    padding-bottom: 18px;
}
.ohio-mutual-banner-class .banner-img-sec{
    width: 50%;
}
.main-content section .ohio-mutual-banner-class h1{
  margin-bottom: 29px;
}
.ohio-mutual-banner-class .thin-style{
    max-width: 620px;
    width: 100%;
    display: inline-block;
}
.banner-para-sec p a{
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #170F4F;
  text-decoration: underline;
}
.banner-para-sec p a:hover{
  text-decoration: none;
}
.ohio-mutual-banner-class .banner-para-sec .banner-btn{
  padding: 8px 48px 8px 24px;
  line-height: 32px;
}
.ohio-mutual-parent-class .logo-sec img {
  max-width: inherit;
  width: auto;
}

.blocks-top-left-corner-position .hero-box-container .block-one{
  width: 72px;
  height: 36px;
  top: 0;
}
.blocks-top-left-corner-position .hero-box-container .block-one::after {
  width: 20px;
  height: 19px;
  bottom: -19px;
  right: -20px;
}
/* Banner section design end */
/* Program Overview section design start */
.program-overview-sec{
    padding: 64px 0 118px;
}
.main-content section h2{
    font-family: 'Roboto-Medium';
    color: #170F4F;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 40px;
}
.main-content section h2 span.thin-style{
    font-family: 'Roboto-Light';
    color: #170F4F;
}
.program-overview-content{
    padding-bottom: 40px;
}
.program-overview-content p{
    font-family: 'Roboto-Regular';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}
.program-overview-row{
  display: flex;
  align-items: flex-start;
}
.program-overview-col-left{
  width: 32%;
}
.program-overview-col-left img[class*="wp-image-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.program-overview-col-right{
  width: 68%;
}
.program-overview-list-ul .image-list-content{
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px; 
}
.program-overview-list-ul .image-list-content h3,
.program-overview-list-ul .image-list-content p{
     opacity: 0.6;
}
.program-overview-list-ul .image-list-content.active h3,
.program-overview-list-ul .image-list-content.active p{
  opacity: 1;
}
.program-overview-list-ul .image-list-content:before{
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border: 3px solid #170F4F;
  border-radius: 50%; 
  z-index: 9; 
}
.program-overview-list-ul .image-list-content.active:before{
  border: 3px solid #00BAC7;
  background: #170F4F;
}
.program-overview-list-ul .image-list-content:after{
  content: '';
  width: 6px;
  height: 96%;
  background-color: #B6B4BF;
  position: absolute;
  left: 14px;
  top: 31px;
  z-index: -9;
}
.program-overview-list-ul .image-list-content:nth-child(3):after{
  height: 92%;
}
.program-overview-list-ul .image-list-content:last-child:after{
  content: none;
}
.main-content section .image-list-content h3{
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #170F4F;
  margin-bottom: 8px;
}
.program-overview-list-ul .image-list-content p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #170F4F;
  margin-bottom: 8px;
}
.program-overview-list-ul .image-list-content p.po-small-text{
  font-size: 12px;
}
.program-overview-table-parent {
  width: 66%;
  float: right;
}
table{
	border: none;
}
table tbody td{
	border: none;
	padding: 0;
}
table.program-overview-table{
	border: none;
	background-color: #F9F9FB;
	border-collapse: inherit;
    border-spacing: inherit;
}
table.table-head-sec{
    padding: 0 33px;
    border: none;
    background-color: #ECECF1;
    border-collapse: inherit;
    border-spacing: inherit;
}
table.table-head-sec td{
	font-family: 'Roboto-Regular';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #170F4F;
	letter-spacing: 0.0015em;
    padding: 16px;
    text-align: center;
    border: none;
    background-color: #ECECF1;
    width: 33%;
}
table.table-head-sec td:first-child{
  text-align: left;
}
table.table-content-sec{
	border: none;
	background-color: #F9F9FB;
    padding: 0 33px;
    border-collapse: inherit;
    border-spacing: inherit;
}
table.table-content-sec td{
	font-family: 'Roboto-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #170F4F;
	letter-spacing: 0.0015em;
    padding: 16px;
    text-align: center;
    width: 33%;
    border: none;
    border-bottom: 1px solid #ECECF1;
    background-color: #F9F9FB;
}
table.table-content-sec td:first-child{
  text-align: left
}
table.table-content-sec tr:last-child td{
    border-bottom: none;
}
.program-overview-bottom-para{
  margin-top: 15px;
}
.program-overview-bottom-para p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #170F4F;
}
.question-answer-box  a{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #170F4F;
  text-decoration: underline;
}
.question-answer-box  a:hover{
  text-decoration: none;
}
.question-answer-box .answer-para{
  font-size: 18px;
  line-height: 28px;
}
.ohio-mutual-question-section .question-answer-box p{
  margin: 0;
}
.ohio-mutual-question-section .question-answer-box{
  padding-bottom: 32px;
}
/* Program Overview section design end */
/* Frequently Asked Questions section design start */
.middle-faq-sec{
    background-color: #170F4F;
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
}
.faq-content-row{
    display: flex;
    align-items: center;
}
.faq-content-sec{
    width: 55%;
}
.main-content .faq-content-sec h2{
    color: #fff;
    margin-bottom: 0;
}
.main-content .faq-content-sec h2 span.thin-style{
    color: #fff;
}
.faq-img-sec{
    width: 45%;
}
.faq-img-sec img {
    max-width: 535px;
    width: 100%;
    position: absolute;
    right: 0;
    top: -77px;
}
.middle-faq-sec.ledger-device-protection-faq-sec{
    height: 248px;
    position: relative;
}
.middle-faq-sec.ledger-device-protection-faq-sec:before {
    content: '';
  width: 140px;
  height: 28px;
  position: absolute;
  bottom: 39px;
  left: 0;
  background-color: #e3d900;
  z-index: 99;
}
.ledger-device-protection-faq-sec .faq-img-sec img{
    top: 0px;
}
.list-default {
    padding: 0 0 0 2.4rem;
}
.list-default li {
    line-height: 29px;
    font-size: 18px;
    list-style-type: disc;
}

.main-content .ohio-mutual-parent-class .faq-content-sec h2{
  font-size: 48px;
}
/* Frequently Asked Questions section design end */
/*Question About Your Program structure start*/
.question-about-program-sec{
    padding: 56px 0;
}
.main-content section h3{
	font-size: 28px;
	line-height: 40px;
    color: #170F4F;
    margin-bottom: 40px;
}
.question-answer-box{
    border-top: 1px solid #030f4f;
    padding: 32px 32px 32px;
}
.question-answer-box:last-child{
    border-bottom: 1px solid #030f4f;
}
.question-answer-box label{
    font-family: 'Roboto-Regular';
    font-size: 24px;
    line-height: 32px;
    color: #170F4F;
    margin-bottom: 22px;
    font-weight: normal;
}
.question-answer-box p{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    line-height: 28px;
    color: #170F4F;
}
.question-answer-box p a{
    font-family: 'Roboto-Regular';
    font-size: 18px;
    line-height: 28px;
    color: #170F4F;
	text-decoration: underline;
}
/*Question About Your Program structure end*/
/*Resources structure start*/
.resources-sec{
    padding: 56px 0 100px;
}
.main-content section.resources-sec h2{
    margin-bottom: 8px;
}
.resources-content-sec{
    margin-bottom: 64px;
}
.resources-content-sec p{
	font-family: 'Roboto-Regular';
    font-size: 20px;
    line-height: 32px;
    margin-top: 0;
    color: #170F4F;
}
.program-disclosure-policy-doc-sec{
    background: #F9F9FB;
}
.program-disclosure-policy-doc-sec h4{
    font-family: 'Roboto-Medium';
    font-size: 20px;
    line-height: 32px;
    color: #170F4F;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
    border-bottom: 6px solid #E3D900;
}
.disclosure-policy-content{
    padding: 43px 48px 52px;
}
.disclosure-policy-content p{
	font-family: 'Roboto-Regular';
    font-size: 20px;
    line-height: 32px;
    color: #170F4F;
    margin-bottom: 32px;
}
.program-list li{
    padding-left: 20px;
    position: relative;
}
.program-list li a{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #170F4F;
    text-decoration: none;
}
.program-list li:before{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #00BAC7;
}
/*Resources structure end*/
/*Footer structure start*/
.main-footer{
    background-color: #170F4F;
    display: flex;
    align-items: center;
    padding: 24px 0 32px;
}
.footer-content-row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.footer-content-sec{
    width: 50%;
}
.footer-logo-sec{
    width: 50%;
    text-align: right;
}
.footer-pages-list li{    
    margin-right: 32px;    
    display: inline-block;
}
.footer-pages-list li a{
    font-family: 'Roboto-Bold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.035px;
    color: #fff;
    text-decoration: none;
}
.footer-pages-list li.active a,
.footer-pages-list li a:hover,
.footer-pages-list li a:focus{
    color: #00BAC7;
}
.footer-pages-list li:last-child{
    margin-right: 0;
}
.copyright-sec{
    margin-top: 24px;
}
.copyright-sec p{
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.07px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
/*Footer structure end*/
