.btn-theme{
    display: inline-block;
    background: #bed62f;
    color: #0c6488!important;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 11px 22px 11px;
    -moz-transition: color .25s ease;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active{
    background: #BED62F;
    color: #17A3C4;
}
.btn-arrow{
    padding-left: 45px;
}
    .btn-arrow:before{
        content: " ";
        position: absolute;
        left: 22px;
        top: 17px;
        border: solid #0c6488;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .btn-theme:hover:before,
    .btn-theme:focus:before,
    .btn-theme:active:before{
        border-color: #17A3C4;
    }
.main-content-resources .secondary-hero .content-container h1{
    font-size: 57px;
}
.main-content-resources .secondary-hero .content-container p{
    margin: 0 0 25px;
}
.section-guide{
    background: #fff;
    position: relative;
}
.section-guide:before {
    content: " ";
    position: absolute;
    right: 100%;
    top: -4px;
    width: 122px;
    height: 8px;
    background: rgb(190, 214, 47);
    outline: 1px solid transparent !important;
    z-index: 4;
    will-change: right;
        -webkit-animation: r .3s ease 0s forwards;
    animation: r .3s ease 0s forwards;
}
.guide-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 745px;
    margin: 0 auto;
}
    .guide-photo{
        width: 275px;
    }
	.guide-photo a:hover img {
        opacity: 0.5;
    }
	.guide-photo img {
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .guide-content{
        width: calc(100% - 295px);
        margin-left: auto;
    }
    .guide-content h3{
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .guide-content p{
        margin: 0 0 20px;
    }
.section-topic{
    text-align: center;
    font-size: 18px;
}
    .topic-title{
        padding: 0 0 45px;
    }
    .topic-title p{
        letter-spacing: 1px;
    }
    .section-topic h2{
        font-size: 40px;
        letter-spacing: 1px;
    }
    .section-topic .topic-section ul,
    .section-topic .topic-section li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .section-topic .topic-section li:before{
        display: none;
    }
    .section-topic .topic-section ul{
        display: flex;
        flex-wrap: wrap;
        padding-left: 0 !important;
    }
    .section-topic .topic-section li{
        width: calc(33.33% - 30px);
        margin: 0 15px;
        padding: 0 0 30px;
    }
    .section-topic .topic-section a{
        display: block;
        background: #17a3c4;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 45px 25px;
        line-height: 1.5;
        height: 100%;
        -moz-transition: color .25s ease;
        -webkit-transition: color .25s ease;
        transition: color .25s ease;
		transition: background-color .25s ease;
		-moz-transition: background-color .25s ease;
        -webkit-transition: background-color .25s ease;
    }
    .section-topic .topic-section a:hover{
        background: #0C6488;
    }
.section-process-wrap{

}
    .section-process-wrap .content-container{
        margin-top: 140px;
        padding-bottom: 60px;
    }
    .process-section{
        max-width: 670px;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
    }
    .process-section h3{
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .process-section p{
        margin: 0 0 30px;
    }
.section-line.color-red:before{
    background: #C32161;
}
.poct-sidebar{
}   
    .poct-sidebar h3{
        font-weight: normal;
        font-size: 28px;
        margin: 0 0 25px;
    }
    .poct-sidebar ul,
    .poct-sidebar li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .poct-sidebar ul{
        padding-left: 0 !important;
    }
    .poct-sidebar li:before{
        display: none;
    }
    .poct-sidebar li{
        padding: 0 0 15px;
    }
.poct-single-content{

}
    .poct-single-content .breadcrumb{
        background: none;
        padding: 0 0 5px;
        border-bottom: 1px solid #B8BCC0;
        margin: 0 0 45px;
    }
    .poct-single-content .breadcrumb ul{
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }
    .poct-single-content .breadcrumb ul li{
        padding: 0 0 15px 25px;
        margin-left: 15px;
        font-size: 16px;
    }
    .poct-single-content .breadcrumb ul li:before{
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 12px;
        height: 12px;
        transform: rotate(135deg);
        background: transparent;
        text-indent: -9999px;
        border-top: 2px solid #bfbfbf;
        border-left: 2px solid #bfbfbf;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        border-radius: inherit;
    }
    .poct-single-content .breadcrumb ul li:first-child{
        margin-left: 0;
        padding-left: 0;
    }
    .poct-single-content .breadcrumb ul li:first-child:before{
        display: none;
    }
    .single-title{
        padding: 0 0 35px;
    }
    .single-title h2{
        font-size: 32px;
        font-weight: bold;
        margin: 0 0 20px;
    }
    .article-box{
        background: #F7F7F7;
        padding: 50px 30px;
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
        margin: 0 0 50px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article-box:hover{
        -moz-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
        box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    }

	.article-box:hover .primary-button__frame {
        width: 100%;
    }
        .article-box-link {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        .article-photo{
            width: 197px;
        }
		/*.article-photo img {
            width: 197px;
            height: 157px;
            object-fit: cover;
		}*/
        .article-box-content{
            width: calc(100% - 230px);
            margin-left: auto;
        }
        .article-box-content h4{
            font-size: 18px;
            color: #17A3C4;
            font-weight: bold;
            margin: 0 0 10px;
        }
            .article-box-content h4 a{
                font-weight: bold;
            }
        .article-box-content h3{
            font-size: 28px;
            line-height: 1.3;
            margin: 0 0 15px;
        }
        .article-box-content p{
            margin: 0 0 20px;
        }
        .link-download{
            color: #17A3C4;
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
            letter-spacing: 1px;
            font-size: 18px;
            line-height: 47px;
            padding: 0 20px 0 59px;
            position: relative;
            transition: all 0.5s ease;
            background: url(../img/shape-arrow-active.png) left center no-repeat;
            background-size: 0 0;
        }
        .link-download:before{
            content: " ";
            background: url(../img/shape-arrow.png) left center no-repeat;
            width: 47px;
            height: 47px;
            position: absolute;
            left: 0;
            top: 0;
        }
            .article-box:hover .link-download{
                background-size: 100% 100%;
            }
            .article-box:hover .link-download:before{
                display: none;
            }
.article-description{
    background: #17A3C4;
    padding: 50px 20px 35px;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 0 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-description:hover{
    -moz-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
}
    .desc-overlay-link{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .article-description:hover .btn-theme{
        background: #BED62F;
        color: #17A3C4!important;
    }
    .article-description:hover .btn-theme:before{
        border-color: #17A3C4;
    }
    .article-description h2{
        font-size: 32px;
        color: #fff;
        margin: 0 0 15px;
        text-align: center;
        font-weight: 700;
    }
    .article-description p{
        margin: 0 0 20px;
    }

.single-insight-vs .text-content .article-description p {
    line-height: inherit!important;
}
.section-conversation{
    padding: 0 0 100px;
    color: #fff;
    background: #17a3c4;
}
    .conversation-title{
        text-align: center;
        padding: 0 0 40px;
    }
    .conversation-title h3{
        font-size: 41px;
    	font-weight: 400;
    	margin: 0 0 10px;
    }
    .conversation-form{
        max-width: 888px;
        margin: 0 auto;
    }
    .conversation-form .ao-form-submit{
        position: relative !important;
        display: inline-block !important;
        background: #bed62f !important;
        color: #0c6488 !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        position: relative !important;
        padding: 11px 30px 11px 45px !important;
        border:none !important;
        font-size: 0 !important;
        height:50px;
    }
  .conversation-form .ao-form-submit:hover {
      color: #17A3C4 !important;
    }
    .conversation-form .ao-form-submit:after{
        content: "GET STARTED";
        font-size: 18px;
    }
    .conversation-form .ao-form-submit:before{
        content: " ";
        background: url(../img/arrow-right.png) no-repeat;
        width: 11px;
        height: 16px;
        position: absolute;
        left: 22px;
        top: 15px;
    }
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4{
background-color:transparent !important;
    color:#fff !important;
}

#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4 .ao-column-inner{
padding:0px 7.5px 8px 7.5px !important;
}

#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4.ao-form input, .ao-form textarea, .ao-form select{
    padding: 14px !Important;
    border: 0px !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .35);
    border-radius: 0px;
}
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4.ao-form label{
	font-weight: 700 !important;
    font-size: 16px !important;
}
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4 #conversation-form{
margin-top:120px !important;
}
.ao-form textarea{
    resize:none;
}
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4 #row-r1565905321198{
    padding:5px 0px 0px !important;
}
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4  #b1565904764980 input[type=checkbox]{
margin: -2px 0 0;
}
#ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4  #row-r1565741326360{
padding:3px 0px !important;
}

#conversation-form{
margin-bottom:110px !important;
}

@media(min-width: 1200px){
    .section-topic .container-fluid,
    .section-poct-resources-single .container-fluid{
        max-width: 1180px;
    }
}
@media(max-width: 1200px){
    .main-content-resources .secondary-hero .content-container h1{
        font-size: 42px;
    }
    .section-topic .topic-section a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .flex-row-reverse-tablet{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media(max-width: 767px){
    
    .conversation-title h3{
        font-size:28px;
        font-weight:700;
    
    }
    .section-conversation{
    padding-bottom:0px
    }
    #conversation-form {
    margin-bottom: 80px !important;
}
        
    
.conversation-title {
    padding: 0 0 25px;
}
    #ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4.ao-form label {
    font-weight: 600 !important;
    font-size: 15px !important;
}
    #ao-form-1e3e8e45-50a3-4c53-8def-a76528bc35a4.ao-form input, .ao-form textarea, .ao-form select {
    padding: 9px 14PX !Important;
    }
    .main-content-resources .bg-skew .bg{
        background-position: center 100px !important;
    }
    .main-content-resources .secondary-hero .content-container{
        margin-bottom: 10px;
    }
    .main-content-resources .secondary-hero .content-container h1{
        font-size: 31px;
    }
    .guide-wrap{
        display: block;
        max-width: inherit;
        text-align: center;
    }
    .guide-photo{
        width: 168px;
        margin: 0 auto 25px;
    }
    .guide-content{
        width: 100%;
    }
    .guide-content h3{
        font-size: 32px;
    }
    .section-topic .content-container{
        margin-bottom: 30px;
    }
    .section-topic h2{
        font-size: 32px;
    }
    .section-topic .topic-section{
        padding: 0 10px;
    }
    .section-topic .topic-section li{
        width: 100%;
        margin: 0;
        padding: 0 0 30px;
    }
    .section-process-wrap .content-container{
        margin-top: 80px;
        padding-bottom: 10px;
    }
    .process-section h3{
        font-size: 28px;
    }
    .poct-single-content .breadcrumb ul li{
        width: 100%;
        margin-left: 0;
    }
    .article-box{
        padding: 35px 27px 20px;
        margin: 0 0 40px;
    }
        .article-photo{
            display: none;
        }
        .article-box-content{
            width: 100%;
        }
        .article-box-content h3{
            font-size: 22px;
        }
    .article-description{
        padding: 40px 22px;
    }
        .article-description h2{
            font-size: 28px;
        }
        .article-description .btn-theme{
            font-size: 15px;
        }
    .poct-sidebar{
        text-align: center;
    }
}