@charset "UTF-8";

/********** FOUNDATION  *********/

.column,
.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}


/********** GLOBAL *********/

body {
    color: #3c3c3c;
    font-family: 'Rubik', sans-serif;
}

a {
    color: #3c3c3c;
}

a:hover {
    color: #ec1f23;
    text-decoration: underline;
}

a:focus {
    color: #ec1f23;
}

.button {
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: none;
}

.button:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    color: #3c3c3c;
    font-family: 'Rubik', sans-serif;
}

h1 {
    font-size: 33px;
    font-weight: 500;
}

h2 {
    font-size: 25px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 26px;
}

p.highlight {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

.highlight p {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}

ul {
    font-size: 14px;
}

ol {
    font-size: 14px;
    line-height: 26px;
}

b,
strong {
    font-weight: 600;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    height: 2.4375rem;
    padding: 0.5rem;
    border: none;
    color: #000001;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: solid 1px #ec1f23 !important;
    box-shadow: none;
}

select {
    background-image: url(../images/icon-dropdown-arrow.svg);
    background-size: 32px 16px;
    background-position: right 0rem center;
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 400;
    height: 40px;
    -webkit-appearance: none;
}

select:focus {
    -webkit-appearance: none;
    outline: none;
    border: solid 1px #ec1f23 !important;
}

.green-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fb26a+0,2b8657+100 */
    background: #3fb26a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3fb26a 0%, #2b8657 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3fb26a', endColorstr='#2b8657', GradientType=0);
    /* IE6-9 */
}

.green-btn:hover {
    background: #226637;
}

.red-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54252+0,ab2c39+100 */
    background: #e54252;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
    /* IE6-9 */
}

.red-btn:hover {
    background: #7f131b;
}

.blue-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0196ce+0,03698f+100 */
    background: #0196ce;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0196ce 0%, #03698f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0196ce 0%, #03698f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0196ce 0%, #03698f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0196ce', endColorstr='#03698f', GradientType=0);
    /* IE6-9 */
}

.blue-btn:hover {
    background: #03698f;
}

.pink-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de548b+0,a73362+100 */
    background: #de548b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #de548b 0%, #a73362 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #de548b 0%, #a73362 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #de548b 0%, #a73362 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de548b', endColorstr='#a73362', GradientType=0);
    /* IE6-9 */
}

.pink-btn:hover {
    background: #a73362;
}

.yellow-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,e0a508+100 */
    background: #ffcc00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffcc00 0%, #e0a508 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e0a508', GradientType=0);
    /* IE6-9 */
}

.yellow-btn:hover {
    background: #e0a508;
}

.purple-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a864a8+0,774577+100 */
    background: #a864a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a864a8 0%, #774577 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a864a8 0%, #774577 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a864a8 0%, #774577 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a864a8', endColorstr='#774577', GradientType=0);
    /* IE6-9 */
}

.purple-btn:hover {
    background: #774577;
}

.dark-blue-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004f74+0,0e303f+100 */
    background: #004f74;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004f74 0%, #0e303f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004f74 0%, #0e303f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004f74 0%, #0e303f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004f74', endColorstr='#0e303f', GradientType=0);
    /* IE6-9 */
}

.dark-blue-btn:hover {
    background: #0e303f;
}

.black-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,030303+100 */
    background: #636363;
    /* Old browsers */
    background: -moz-linear-gradient(top, #636363 0%, #030303 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #636363 0%, #030303 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #636363 0%, #030303 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#030303', GradientType=0);
    /* IE6-9 */
}

.black-btn:hover {
    background: #030303;
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}


/********** HEADER *********/

.top-bar {
    color: #FFF;
    height: 45px;
    padding: 8px 0 0 0;
}

.top-bar,
.top-bar ul {
    background-color: #141414;
    font-size: 12px;
}

.top-bar ul.social li a {
    display: block;
    width: 23px;
    height: 22px;
    background-image: url(../images/icon-header-social.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 161px 44px;
    padding: 0;
    margin-right: 5px;
}

.top-bar-left ul.social li a.fb:hover {
    background-position: 0 -22px;
}

.top-bar-left ul.social li a.twitter {
    background-position: -28px 0;
}

.top-bar-left ul.social li a.twitter:hover {
    background-position: -28px -22px;
}

.top-bar-left ul.social li a.youtube {
    background-position: -55px 0;
}

.top-bar-left ul.social li a.youtube:hover {
    background-position: -55px -22px;
}

.top-bar-left ul.social li a.linkedin {
    background-position: -83px 0;
}

.top-bar-left ul.social li a.linkedin:hover {
    background-position: -83px -22px;
}

.top-bar-left ul.social li a.event {
    background-position: -111px 0;
}

.top-bar-left ul.social li a.event:hover {
    background-position: -111px -22px;
}

.top-bar-left ul.social li a.google {
    background-position: -138px 0;
}

.top-bar-left ul.social li a.google:hover {
    background-position: -138px -22px;
}

.top-bar-left ul.social li.phone {
    background-image: url(../images/icon-header-phone.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 20px 4px;
    padding-left: 45px;
    font-size: 15px;
    padding: 8px 0px 8px 45px;
    font-weight: 400;
}

.top-bar-left {
    float: left;
    padding-left: 20px;
}

.top-right-menu a {
    color: #f0f0f0;
    border-radius: 50px;
    padding: 0 1rem !important;
    line-height: 25px !important;
    font-size: 12px;
}

.top-right-menu a:hover {
    color: #000001;
    background-color: #F2F2F2;
    text-decoration: none;
}

.top-bar-right ul li a.basket {
    margin-left: 10px;
    position: relative;
    line-height: 25px;
    padding: 0px 20px 0px 42px !important;
}

.top-bar-right ul li a.basket span {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-header-basket.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    top: 4px;
    left: 18px;
}

.top-bar-right ul li a:hover.basket span {
    background-image: url(../images/icon-header-basket-black.svg);
}

.top-bar-right ul li a.events {
    margin-left: 10px;
    padding: 0px 20px 0px 30px !important;
    background-image: url(../images/icon-header-events.svg);
    background-repeat: no-repeat;
    background-size: 14px 16px;
    background-position: 8px 4px;
}

.top-bar-right ul li a:hover.events {
    background-image: url(../images/icon-header-events-black.svg);
}

.top-right-menu {
    padding-right: 20px !important;
    margin-top: 2px;
}

.logo {
    max-width: 260px;
    margin: 30px auto 25px auto;
}

.header-search {
    padding-top: 30px;
}

.header-search input[type='search'] {
    background-color: #F2F2F2;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 20px;
    border: none;
    height: 40px;
}

.header-search .button {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    text-indent: -9999px;
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 9px;
    padding: 12px 22px;
}

.header-search li.search-input {
    width: 85%;
}

.nav-wrapper ul {
    margin-bottom: 8px;
    padding-top: 5px;
}

.nav-wrapper .dropdown.menu>li {
    margin-right: 8px;
    display: inline-block;
}

.nav-wrapper ul.dropdown>li>a {
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    padding: 0.6rem 1rem 0.4rem 1rem;
    text-transform: uppercase;
    color: #403e3e;
    font-family: 'Rubik', sans-serif;
}

.nav-wrapper ul li.home a {
    padding: 4px 12px;
    background: none !important;
}

.nav-wrapper ul li.home a span {
    background-image: url(../images/icon-nav-home.svg);
    background-repeat: no-repeat;
    background-size: 26px 44px;
    background-position: 0px 0px;
    width: 26px;
    height: 22px;
    display: block;
}

.nav-wrapper ul li.home a:hover span {
    background-position: 0px -22px;
}

.nav-wrapper ul li.home {
    margin-left: -10px;
}

.nav-wrapper .dropdown.menu>li:last-child {
    margin-right: 0;
}

.nav-wrapper .dropdown.menu>li>a:hover {
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54252+0,ab2c39+100 */
    background: #e54252;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
    /* IE6-9 */
    text-decoration: none;
}

.nav-wrapper .dropdown.menu>li.active>a {
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54252+0,ab2c39+100 */
    background: #e54252;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
    /* IE6-9 */
    text-decoration: none;
}

.nav-wrapper .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block !important;
    background: url(../images/icon-nav-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    width: 12px;
    border: none;
    height: 8px;
    right: 8px;
}

.nav-wrapper .dropdown.menu>li.is-dropdown-submenu-parent>a:hover::after {
    background-position: 0 -8px !important;
}

.nav-wrapper .dropdown.menu>li.active>a::after {
    background-position: 0 -8px !important;
}

.menu .active>a {
    color: inherit;
    background: transparent;
}

.is-dropdown-submenu {
    min-width: 290px;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: -50%;
    left: -50%;
    top: 120%;
    z-index: 5;
}

.is-dropdown-submenu:after,
.is-dropdown-submenu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.is-dropdown-submenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.is-dropdown-submenu:before {
    border-color: rgba(202, 202, 202, 0);
    border-bottom-color: #cacaca;
    border-width: 7px;
    margin-left: -7px;
}

.nav-wrapper ul li ul {
    font-size: 14px;
    padding: 10px 0;
}

.nav-wrapper ul li ul li a {
    padding: 8px 30px;
    color: #0d3140;
}

.nav-wrapper ul li ul li a:hover {
    color: #ec1f23;
    background-color: #F2F2F2;
}


/********** FOOTER *********/

.footer-top {
    background-color: #181717;
    padding: 60px 0 20px 0;
    font-size: 13px;
    color: #D7DADB;
}

.footer-top h3 {
    color: #c9c9c9;
    font-size: 18px;
    margin-bottom: 12px;
}

.footer-top hr {
    margin: 20px 15px;
    border-color: #9F1B1B;
}

.footer-top .menu>li>a {
    padding: 6px 0;
    color: #c9c9c9;
    font-size: 13px;
}

.footer-top .menu>li>a:hover {
    color: #FFF;
}

.footer-logo {
    text-align: right;
    /*background-image: url(../images/legal-stop-logo-white.svg);*/
    background-repeat: no-repeat;
    background-size: 100px 31px;
    padding-left: 138px;
    background-position: 40px 0;
    margin-top: 3px;
}

.footer-logo p {
    line-height: 20px;
    border-left: solid 1px #FFF;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}

.footer-charity {
    background-color: #a7a9ac;
    position: relative;
    border-radius: 10px;
    max-width: 260px;
    float: right;
    padding: 7px 10px 5px 100px;
    text-align: right;
    margin-top: 60px;
}

.footer-charity p {
    font-size: 10px;
    color: #262626;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-charity a {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-charity span {
    display: block;
    width: 120px;
    height: 90px;
    background-image: url(../images/icon-donate.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: -20px;
    background-size: 100%;
}

.footer-icons {
    margin-top: 50px;
}

.payment li {
    display: inline-block;
    margin-right: 8px;
}

.payment li.mango {
    max-width: 100px;
}

.payment li.cc {
    min-width: 40px;
    vertical-align: top;
    max-width: 40px;
}

.ssl {
    background-image: url(../images/logo-comodo-secure.png);
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 40px;
}

.footer-icons ul.social {
    margin-top: -8px;
    display: inline-block;
}

.footer-icons ul.social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-footer-social.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 292px 80px;
    padding: 0;
    margin-right: 5px;
}

.footer-icons ul.social li a.fb:hover {
    background-position: 0 -40px;
}

.footer-icons ul.social li a.twitter {
    background-position: -52px 0;
}

.footer-icons ul.social li a.twitter:hover {
    background-position: -52px -40px;
}

.footer-icons ul.social li a.youtube {
    background-position: -100px 0;
}

.footer-icons ul.social li a.youtube:hover {
    background-position: -100px -40px;
}

.footer-icons ul.social li a.linkedin {
    background-position: -150px 0;
}

.footer-icons ul.social li a.linkedin:hover {
    background-position: -150px -40px;
}

.footer-icons ul.social li a.event {
    background-position: -200px 0;
}

.footer-icons ul.social li a.event:hover {
    background-position: -200px -40px;
}

.footer-icons ul.social li a.google {
    background-position: -252px 0;
}

.footer-icons ul.social li a.google:hover {
    background-position: -252px -40px;
}

.footer-bottom {
    background-color: #000000;
    padding: 20px 0;
}

.footer-bottom p {
    color: #a6a6a6;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
}


/********** HOME *********/

.page-banner {
    height: 380px;
    position: relative;
    background-color: #4d6e83;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner h1 {
    text-align: center;
    font-weight: 500;
    color: #FFF;
}

.home .page-banner h1 {
    font-weight: 400;
    font-size: 30px;
}

.home .page-banner {
    background-image: url(../images/banners/banner-home.jpg);
}

.document-drafting .page-banner {
    background-image: url(../images/banners/banner-doc-drafting.jpg);
}

.how-it-works .page-banner {
    background-image: url(../images/banners/banner-how-it-works.jpg);
}

.legal-services .page-banner {
    background-image: url(../images/banners/banner-legal-services.jpg);
}

.vacancies .page-banner {
    background-image: url(../images/banners/banner-legal-services.jpg);
}

.home-search {
    margin: 33px auto 0 auto;
    max-width: 680px;
}

.home-search input[type="text"] {
    display: inline-block;
    margin-right: 5px;
    max-width: 495px;
    height: 45px;
    border-radius: 25px;
    padding-left: 20px;
    font-size: 20px;
}

.home-search input[type="submit"] {
    display: inline-block;
    max-width: 170px;
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 170px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.ctas {
    padding: 75px 0 65px 0;
}

.cta {
    text-align: center;
}

.cta h3 {
    border-bottom: solid 3px #d1d2d4;
    display: inline-block;
    margin-bottom: 0;
}

.cta .button {
    width: 200px;
}

.cta-icon {
    min-height: 180px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px 110px;
    ;
}

.cta1 .cta-icon {
    background-image: url(../images/icon-doc-template.svg);
}

.cta1:hover .cta-icon {
    background-image: url(../images/icon-doc-template-hover.svg);
    background-size: 130px 100px;
}

.cta2 .cta-icon {
    background-image: url(../images/icon-bespoke-contract.svg);
    background-size: 110px 100px;
}

.cta2:hover .cta-icon {
    background-image: url(../images/icon-bespoke-contract-hover.svg);
    background-size: 118px 101px;
}

.cta3 .cta-icon {
    background-image: url(../images/icon-need-support.svg);
    background-size: 88px 105px;
}

.cta3:hover .cta-icon {
    background-image: url(../images/icon-need-support-hover.svg);
    background-size: 88px 108px;
}

.tooltip {
    background-color: #e3171e;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    max-width: 310px !important;
}

.has-tip {
    font-weight: 500;
    cursor: default;
    border-bottom: none !important
}

div.lawyer {
    float: left !important
}

.tooltip.top::before {
    border-color: #e3171e transparent transparent;
}

.doc-templates {
    background-color: #ebebeb;
    padding: 50px 0 125px 0;
}

.section-title {
    text-align: center;
}

.section-title h1 {
    font-size: 33px;
    margin-bottom: 20px;
    border: solid 3px #d5d6d8;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
}

.doc-templates-wrapper {
    max-width: 76.88rem;
}

.doc-templates h3 a {
    display: table;
    border-bottom: solid 3px;
    padding: 0 20px 3px 20px;
    margin: 0 auto 40px auto;
    text-transform: uppercase;
}

.doc-templates h3 a {
    text-decoration: none;
}

.doc-templates ul {
    margin-left: 0;
    padding-left: 0;
}

.doc-templates ul li {
    list-style-type: none;
    padding-left: 0;
}

.doc-templates ul li a {
    background-image: url(../images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0 10px;
    padding: 6px 0px 6px 18px;
    display: block;
    color: #3c3c3c;
    font-size: 14px;
}

.doc-templates ul li a:hover {
    color: #3c3c3c;
    font-weight: 500;
}

.doc-group {
    margin: 0 15px;
    margin-bottom: 40px;
    min-height: 450px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.doc-group .button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 14px;
}

.doc-group.blue h3 a {
    color: #0196CE;
}

.doc-group.blue h3 a:hover {
    color: #045e7a;
}

.doc-templates .doc-group.blue ul li a {
    background-image: url(../images/icon-arrow-right-blue.svg);
}

.doc-group.pink h3 a {
    color: #de548b;
}

.doc-group.pink h3 a:hover {
    color: #932c60;
}

.doc-templates .doc-group.pink ul li a {
    background-image: url(../images/icon-arrow-right-pink.svg);
}

.doc-group.yellow h3 a {
    color: #ffcc00;
}

.doc-group.yellow h3 a:hover {
    color: #ce9006;
}

.doc-templates .doc-group.yellow ul li a {
    background-image: url(../images/icon-arrow-right-yellow.svg);
}

.doc-group.red h3 a {
    color: #e54252;
}

.doc-group.red h3 a:hover {
    color: #961e30;
}

.doc-templates .doc-group.red ul li a {
    background-image: url(../images/icon-arrow-right-red.svg);
}

.doc-group.green h3 a {
    color: #3fb26a;
}

.doc-group.green h3 a:hover {
    color: #226637;
}

.doc-templates .doc-group.green ul li a {
    background-image: url(../images/icon-arrow-right-green.svg);
}

.doc-group.purple h3 a {
    color: #a864a8;
}

.doc-group.purple h3 a:hover {
    color: #613763;
}

.doc-templates .doc-group.purple ul li a {
    background-image: url(../images/icon-arrow-right-purple.svg);
}

a.view-docs {
    color: #ec1f23 !important;
    font-size: 14px;
    background-image: url(../images/icon-arrow-right-red.svg);
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px;
    padding-right: 12px;
    border-bottom: solid 1px;
    margin-left: 18px;
}

a.view-docs:hover {
    background-image: url(../images/icon-arrow-right-dark-red.svg);
    color: #7f131b !important;
    text-decoration: none;
}

a.single-doc-link {
    color: #898989;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 10px;
}

a.single-doc-link:hover {
    color: #5f5f5f;
}

.free-docs {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.free-docs h3 {
    color: #000;
}

.free-docs ul li {
    display: block;
    width: 33%;
    float: left;
}

.free-docs a.view-docs {
    float: right;
}

.doc-draft-title {
    background-color: #e8272c;
}

.doc-draft-title h1 {
    color: #FFF;
    line-height: 90px;
    margin: 0;
    position: relative;
    font-size: 30px;
    text-indent: -9999px;
}

.doc-draft-title h1 span {
    position: absolute;
    height: 80px;
    width: 80px;
    left: -90px;
    bottom: -20px;
}

.doc-draft {
    background-color: #333;
    padding: 50px 0;
    color: #F2F2F2;
    height: 530px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/banners/banner-home-doc-drafting.jpg);
}

.doc-draft h1 {
    color: #FFF;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 30px;
}

.doc-draft p {
    margin-bottom: 40px;
}

.doc-draft ul li {
    margin-bottom: 12px;
}

.upload-doc {
    border-radius: 10px;
    margin-top: -220px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.doc-draft .upload-doc {
    margin-bottom: 30px;
}

.upload-top {
    background-color: #032b3e;
    height: 60px;
    text-align: center;
}

.upload-bottom {
    background-color: #5bb7e2;
    padding: 20px 40px;
}

.upload-doc h3 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 60px;
}

.upload-doc h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 60px;
}

.upload-doc label {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
}

.upload-doc legend {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    background: none;
}

.upload-doc .fieldset {
    padding-bottom: 10px;
    padding-top: 14px;
}

.upload-doc label a {
    color: #032b3e;
    text-decoration: underline;
    font-weight: 500;
}

.upload-doc label a:hover {
    color: #ec1f23;
}

.upload-doc label.button {
    color: #fff;
    font-size: 13px;
}

.upload-doc input[type="text"],
.upload-doc input[type="email"],
.upload-doc input[type="tel"] {
    border: solid 1px #c8c8c8;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
}

.upload-doc textarea {
    min-height: 120px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    border: solid 1px #c8c8c8;
}

.upload-doc input[type="checkbox"] {
    margin-bottom: 25px;
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 3px;
}

.upload-doc label.checkbox-label {
    font-weight: 400;
}

.upload-doc .button {
    width: 200px;
}

.upload-btn {
    padding-right: 15px;
    position: relative;
    width: 200px;
}

.upload-btn span {
    position: absolute;
    top: 12px;
    right: 40px;
    display: block;
    width: 15px;
    height: 16px;
    background-image: url(../images/icon-file-upload.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
}

.progress {
    background-color: #fefefe;
    padding: 2px;
    margin-bottom: 5px;
    height: 20px;
    border: solid 1px #c8c8c8;
}

.progress-meter {
    background-color: #c35b6a;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}

.progress-meter {
    -webkit-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite;
}

.upload-progress p {
    color: #FFF;
}

.uploaded-doc p {
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    padding-left: 35px;
    line-height: 25px;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.uploaded-doc p a {
    color: #032b3e;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.uploaded-doc p a:hover {
    color: #ec1f23;
}

.uploaded-check-doc p {
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    padding-left: 35px;
    line-height: 25px;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.uploaded-check-doc p a {
    color: #032b3e;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.uploaded-check-doc p a:hover {
    color: #ec1f23;
}

@-webkit-keyframes cssProgressActive {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 35px 35px
    }
}

@keyframes cssProgressActive {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 35px 35px
    }
}

#captcha {
    padding: 30px 30px;
    background-color: #5bb7e2;
    border-radius: 10px;
    border: none;
    color: #FFF;
}

#captcha h3 {
    color: #FFF;
}

#captcha .button {
    min-width: 200px;
}

#captcha input {
    border: solid 1px #c8c8c8;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 5px;
}

.ipad {
    max-width: 65%;
    margin-top: 40px;
}

.why {
    padding: 150px 0 100px 0;
}

.why .section-title h1 {
    margin-bottom: 80px;
}

.why h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.why p {
    padding: 0 10px;
    line-height: 22px;
}

.why .column {
    text-align: center;
}

.why-icon {
    min-height: 200px;
}

.why-icon img {
    max-width: 160px;
}

.why-simple .why-icon img {
    max-width: 186px;
}

.why-fixed .why-icon img {
    margin-top: -10px;
}

.why-mission .why-icon img {
    margin-top: -4px;
}


/********** DOCUMENT DRAFTING *********/

.document-drafting .page-banner {
    padding-top: 70px;
}

.document-drafting .page-banner h1 {
    margin-bottom: 10px;
}

.document-drafting .page-banner h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

.page-content {
    padding: 30px 0;
}

.document-drafting .how-it-works-icons {
    margin-top: 50px;
    margin-bottom: 20px;
}

.document-drafting .steps {
    margin-bottom: 70px;
}

.document-drafting .steps div {
    float: left;
    font-size: 11px;
    width: 28%;
    padding: 0 20px;
    line-height: 15px;
    text-align: center;
}

.document-drafting .steps .step1 {
    padding-left: 0px;
    width: 22%;
    padding-right: 30px;
}

.document-drafting .steps .step3 {
    width: 28%;
    padding-left: 15px;
    padding-right: 15px;
}

.document-drafting .steps .step4 {
    padding-right: 0px;
    width: 22%;
    position: relative;
    right: -17px;
    padding-left: 0;
}

.document-drafting .upload-doc-wrapper {
    padding-left: 50px;
}

.document-drafting .upload-doc {
    margin-top: 0;
}

.document-drafting .upload-doc .upload-top {
    background-color: #ec1f23;
}

.document-drafting .why-bespoke {
    background-color: #ebebeb;
    padding: 60px 0 40px 0;
}

.document-drafting .why-bespoke .section-title h1 {
    margin-bottom: 70px;
}

.document-drafting .why-bespoke-list {
    list-style-type: none;
    margin: 0;
}

.document-drafting .why-bespoke-list li {
    font-size: 20px;
    font-weight: 500;
    width: 55%;
    float: left;
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-size: 52px 52px;
    padding-left: 65px;
    line-height: 52px;
    margin-bottom: 60px;
}

.document-drafting .why-bespoke-list li:nth-child(even) {
    width: 45%;
}


/*
.contract-review .upload-bottom,
.health-check .upload-bottom,
.litigants-support .upload-bottom,
.employment-law-support .upload-bottom {
    background-color: #ebebeb;
}

.contract-review .upload-doc label,
.health-check .upload-doc label,
.litigants-support .upload-doc label,
.employment-law-support .upload-doc label {
    color: #3c3c3c;
}

.contract-review .upload-progress p,
.health-check .upload-progress p,
.litigants-support .upload-progress p,
.employment-law-support .upload-progress p {
    color: #3c3c3c;
}

.contract-review .uploaded-doc p,
.health-check .uploaded-doc p,
.litigants-support .uploaded-doc p,
.employment-law-support .uploaded-doc p {
    color: #3c3c3c;
}

.contract-review .upload-doc label.button,
.health-check .upload-doc label.button,
.litigants-support .upload-doc label.button,
.employment-law-support .upload-doc label.button {
    color: #fff;
}

.contract-review .upload-doc .upload-top {
    background-color: #5bb7e1;
}

.health-check .upload-doc .upload-top {
    background-color: #3fb26a;
}

.litigants-support .upload-doc .upload-top {
    background-color: #de548b;
}

.employment-law-support .upload-doc .upload-top {
    background-color: #181717;
}
*/


/********** FORUM *********/

.forum .forum-content {
    background-color: #ebebeb;
    padding-bottom: 70px;
}

.forum .page-banner {
    padding-top: 75px;
    background-image: url(../images/banners/banner-question.jpg);
}

.forum .page-banner h1 {
    margin-bottom: 10px;
}

.forum .page-banner h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

.forum .upload-doc {
    position: relative;
    margin-top: -150px;
}

.forum .upload-doc .button {
    font-size: 16px;
    width: 175px;
    margin: 0 auto;
    display: block;
}

span.message-response {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.forum table {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    margin-bottom: 25px;
}

.forum table thead {
    background-color: #032b3e;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    line-height: 40px;
}

.forum table thead .forum-question {
    width: 60%;
    padding-left: 60px;
    text-align: left;
}

.forum table thead .forum-legal-field {
    width: 20%;
}

.forum table thead .forum-date {
    width: 20%;
}

.forum table thead {
    background-color: #032b3e;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    line-height: 30px;
}

.forum table thead th {
    font-weight: 500;
    padding: 0;
    text-align: center;
}

.forum table tbody td {
    border-right: 1px solid #ebebeb;
    line-height: 100px;
    text-align: center;
    padding: 0;
}

.forum table tbody td p {
    margin-bottom: 0;
    font-size: 20px;
}

.forum table tbody td p.answeredby {
    font-size: 16px;
}

.forum table tbody td p.answeredby a {
    color: #ec1f23;
    font-weight: 500;
}

.forum table tbody td .tag {
    color: #FFF;
    background: #ea1d24;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 10px;
}

.forum table tbody {
    border-right: none;
    border-bottom: none;
    border-color: #ebebeb;
}

.forum table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.forum table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.forum table tbody tr td:first-child {
    text-align: left;
    padding-left: 60px;
    font-size: 20px;
}

.forum table tbody a {
    color: #3c3c3c;
}

.forum table tbody a:hover {
    color: #ec1f23;
    text-decoration: underline;
}

.pagination li {
    color: #3c3c3c;
    background-color: #FFF;
    font-size: 16px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    margin-left: 2px;
}

.pagination a,
.pagination button {
    color: #3c3c3c;
    font-size: 16px;
    padding: 0;
}

.pagination a:hover,
.pagination button:hover,
.pagination li.current {
    background: #ea1d24;
    color: #FFF;
    text-decoration: none;
}

.pagination .pagination-next {
    min-width: 125px;
}

.pagination .pagination-previous {
    min-width: 125px;
}

.pagination-next a::after,
.pagination-next.disabled::after {
    margin-left: 0px;
}

.page-num {
    line-height: 40px;
    display: none;
}

.pagination .current {
    padding: 0px;
}


/********** FORUM SINGLE *********/

.forum-single-content {
    background-color: #ebebeb;
    padding-bottom: 70px;
}

.breadcrumbs {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.breadcrumbs li {
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #3c3c3c;
}

.forum-single h1 {
    margin-bottom: 10px;
}

.forum-single .question-wrap,
.forum-single .answer-wrap {
    background-color: #FFF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
    min-height: 150px;
}

.lawyer-pic-wrap {
    position: relative;
    width: 160px;
    height: 160px;
}

.lawyer-pic-img {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background-image: url(../images/lawyer1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.lawyer-pic-bg {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    left: 10px;
    top: 0px;
    background-color: red;
}

.forum-single .question-wrap .qa-arrow,
.forum-single .answer-wrap .qa-arrow {
    width: 50px;
    height: 50px;
    background-image: url(../images/forum-qa-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: -50px;
    bottom: 50px;
}

.forum-single .answer-wrap .qa-arrow {
    left: auto;
    right: -50px;
    background-image: url(../images/forum-answer-arrow.svg);
}

.forum-single .question-heading,
.forum-single .answer-heading {
    background-image: url(../images/icon-forum-question.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60px;
    padding-left: 80px;
    line-height: 60px;
    color: #e54252;
}

.forum-single .answer-heading {
    background-image: url(../images/icon-forum-answer.svg);
    color: #3fb26a;
}

.forum-single .publish-date p {
    font-size: 16px;
    line-height: 60px;
    margin: 0;
}

.forum-single .publish-date p span {
    font-weight: 500;
}

.forum-single .lawyer-wrap {
    border: solid 3px #d5d6d8;
    border-radius: 10px;
    margin: 0 20px;
    padding: 30px 0px;
    margin-bottom: 50px;
}

.forum-single .lawyer-bio {
    padding-left: 40px;
}

.forum-single .lawyer-bio .legal-field {
    font-size: 16px;
}

.forum-single .lawyer-bio .legal-field span {
    font-weight: 500;
    color: #ec1f23;
}


/********** FORUM CATEGORY *********/

.forum.forum-cat table {
    margin-top: 30px;
}

.forum.forum-cat h1 span {
    color: #ec1f23;
}


/********** BUY DOCUMENT *********/

.buy-document .buy-document-content {
    background-color: #ebebeb;
    padding-bottom: 70px;
    padding-top: 30px;
}

.buy-document .buy-document-content .menu {
    margin-bottom: 30px;
}

.buy-document .buy-document-content .menu li a {
    border-radius: 10px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 15px;
    transition: none;
}

.buy-document .buy-document-content .menu li:last-child a {
    margin-right: 0px;
}

.buy-document .buy-doc-top {
    background-color: #FFF;
    padding-top: 50px;
    border-radius: 15px;
    margin-bottom: 70px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.buy-document .view-sample {
    color: #e43035;
    text-decoration: underline;
    background-image: url(../images/icon-sample-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 11px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}

.buy-document .sample-img {
    height: 360px;
    border: solid 1px #d3d3d3;
    position: relative;
    line-height: 360px;
}

.buy-document .sample-img img {
    vertical-align: top;
    height: 100%;
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 10px 10px 32px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 32px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 32px -1px rgba(0, 0, 0, 0.75);
}

.button1 {
    width: 240px;
    font-family: Rubik, sans-serif;
}

.button2 {
    position: absolute;
    width: 100px;
    bottom: 0;
    right: 0;
    font-family: Rubik, sans-serif;
}

.modal-content {
    border-radius: 10px;
    font-family: Gotham-Light, serif;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 8px solid red;
    width: 50%;
}

#modaldescription {
    font-family: Rubik, sans-serif;
    font-size: 22pt !important;
    margin-bottom: 3rem;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:414px) {
    .modal-content {
        width: 99%;
    }
}

div#previewModal {
    width: 700px;
}

.buy-document .doc-type {
    position: absolute;
    top: 10px;
    background-image: url(../images/doc-word.png);
    background-repeat: no-repeat;
    width: 97px;
    height: 41px;
}

.buy-document .doc-type-pdf {
    background-image: url(../images/doc-pdf.png);
}

.buy-document .doc-zoom a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url(../images/icon-doc-zoom.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    background-size: 38px 36px;
    display: block;
    text-indent: -9999px;
}

.buy-document .buy-doc-top .large-7 {
    padding-left: 20px;
}

.buy-document .doc-price {
    color: #e43035;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.buy-document .doc-price span {
    font-size: 14px;
}

.buy-document .big-btn {
    font-size: 16px;
    min-width: 150px;
    line-height: 45px;
    height: 45px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}

.wf-btn {
    background: #FFF;
    color: #3c3c3c;
    border: solid 2px #333;
    padding: 0 20px;
}

.wf-blue {
    border-color: #0196ce;
    color: #0196ce;
}

.wf-blue:hover {
    background: #0196ce;
    background: -moz-linear-gradient(top, #0196ce 0%, #03698f 100%);
    background: -webkit-linear-gradient(top, #0196ce 0%, #03698f 100%);
    background: linear-gradient(to bottom, #0196ce 0%, #03698f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0196ce', endColorstr='#03698f', GradientType=0);
}

.wf-pink {
    border-color: #de548b;
    color: #de548b;
}

.wf-pink:hover {
    background: #de548b;
    background: -moz-linear-gradient(top, #de548b 0%, #a73362 100%);
    background: -webkit-linear-gradient(top, #de548b 0%, #a73362 100%);
    background: linear-gradient(to bottom, #de548b 0%, #a73362 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de548b', endColorstr='#a73362', GradientType=0);
}

.wf-yellow {
    border-color: #ffcc00;
    color: #ffcc00;
}

.wf-yellow:hover {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    background: -webkit-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #e0a508 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e0a508', GradientType=0);
}

.wf-red {
    border-color: #e54252;
    color: #e54252;
}

.wf-red:hover {
    background: #e54252;
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
}

.wf-green {
    border-color: #3fb26a;
    color: #3fb26a;
}

.wf-green:hover {
    background: #3fb26a;
    background: -moz-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    background: -webkit-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    background: linear-gradient(to bottom, #3fb26a 0%, #2b8657 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3fb26a', endColorstr='#2b8657', GradientType=0);
}

.wf-purple {
    border-color: #a864a8;
    color: #a864a8;
}

.wf-purple:hover {
    background: #a864a8;
    background: -moz-linear-gradient(top, #a864a8 0%, #774577 100%);
    background: -webkit-linear-gradient(top, #a864a8 0%, #774577 100%);
    background: linear-gradient(to bottom, #a864a8 0%, #774577 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a864a8', endColorstr='#774577', GradientType=0);
}

.wf-black {
    border-color: #636363;
    color: #636363;
}

.wf-black:hover {
    background: #636363;
    background: -moz-linear-gradient(top, #636363 0%, #030303 100%);
    background: -webkit-linear-gradient(top, #636363 0%, #030303 100%);
    background: linear-gradient(to bottom, #636363 0%, #030303 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#030303', GradientType=0);
}

.buy-document .benefits {
    background-color: #89a9a6;
    margin: 0;
    line-height: 45px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 80px;
}

.buy-document .benefits li {
    display: inline-block;
    list-style-type: none;
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-left: 32px;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    line-height: 45px;
    background-position: left 14px;
}

.buy-document .tabs {
    background: none;
    border: none;
}

.buy-document .tabs-title>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54252+0,ab2c39+100 */
    background: #e54252;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
    /* IE6-9 */
    margin-right: 12px;
}

.buy-document .tabs-title>a:focus,
.buy-document .tabs-title>a[aria-selected='true'] {
    background: #FFF;
    color: #3c3c3c;
}

.buy-document .tabs-title>a:hover[aria-selected='true'] {
    background: #FFF;
    color: #3c3c3c;
}

.buy-document .tabs-title>a:hover {
    background: #7f131b;
}

.buy-document .tabs-content {
    background: #fff;
    padding: 40px 45px;
    border: none;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.buy-document .tabs-content .big-btn {
    text-align: center;
    margin: 40px auto 0 auto;
    max-width: 160px;
    display: block;
}

.buy-document .sidebar-search {
    margin-bottom: 45px;
    margin-top: 40px;
}

.buy-document .sidebar-search input[type="text"] {
    height: 40px;
    line-height: 40px;
    border: solid 1px #cecece;
    color: #3C3C3C;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
}

.buy-document .sidebar-search::-webkit-input-placeholder {
    color: #cecece !important;
}

.buy-document .sidebar-search:-moz-placeholder {
    /* Firefox 18- */
    color: #cecece;
}

.buy-document .sidebar-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #cecece;
}

.buy-document .sidebar-search:-ms-input-placeholder {
    color: #cecece;
}

.buy-document .sidebar-search .button {
    width: 90%;
}

.buy-document .sidebar-search .large-8 {
    padding-right: 5px;
}

.buy-document .sidebar-search .large-4 {
    padding-left: 5px;
}

.buy-document .sidebar-cta1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,e0a508+100 */
    background: #ffcc00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffcc00 0%, #e0a508 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e0a508', GradientType=0);
    /* IE6-9 */
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 25px;
}

.buy-document .sidebar-cta1 h4 {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.buy-document .sidebar-cta1 .button {
    font-size: 13px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
    display: inline-block;
    margin: 0 auto;
}

.buy-document .sidebar-cta3 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
    padding: 20px 20px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
}

.buy-document .sidebar-cta3 h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.buy-document .sidebar-cta3 .button {
    /* font-size: 14px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    padding: 8px 20px 5px 20px;
    display: inline-block;
    
    height: auto;
    line-height: 26px;
    width: 100%;*/
    margin: 0 auto;
}

.buy-document .sidebar-cta3 .button span {
    font-size: 26px;
}

.buy-document .sidebar-cta2 {
    background-color: #03a8e6;
    border-radius: 15px;
    padding-bottom: 30px;
}

.buy-document .sidebar-cta2 h4 {
    background-color: #ec1f23;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 20px;
}

.buy-document .sidebar-cta2 p {
    padding: 0 27px;
    color: #FFF;
    text-align: justify;
}

.buy-document .sidebar-cta2 .button {
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 325px;
}

.related-docs {
    padding-top: 30px;
    border-top: solid 2px #d5d6d8;
    margin-top: 40px;
}

.related-docs h3 {
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: solid 2px #3c3c3c;
    margin-bottom: 15px;
}

.related-docs ul {
    margin: 0;
    list-style-type: none;
}

.related-docs li a {
    background-image: url(../images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0 10px;
    padding: 6px 0px 6px 18px;
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
}

.related-docs li a:hover {
    color: #e43035 !important;
    text-decoration: underline;
}

.related-docs li span {
    padding-left: 5px;
    font-weight: 700;
}

.buy-document .upload-doc {
    margin-top: 0;
}

.buy-document .upload-doc label {
    color: #3c3c3c;
}

.buy-document .upload-doc label.button {
    color: #FFF;
}

.buy-document .uploaded-doc p {
    color: #3c3c3c;
}

.buy-document .uploaded-check-doc p {
    color: #3c3c3c;
}

.buy-document .upload-doc label a {
    color: #3c3c3c;
}

.buy-document .upload-doc label a:hover {
    color: #ec1f23;
}

.buy-document .upload-progress p {
    color: #3c3c3c;
}

.buy-document .tabs-panel .phone {
    font-size: 18px;
    line-height: 36px;
    margin: 30px 0;
    font-weight: 500;
}

.buy-document .phone span {
    background-image: url(../images/icon-phone-red.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 22px;
    padding-left: 30px;
}

.captcha-img {
    margin: 22px 0 10px 0;
}

.form-buttons {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.buy-document-search {
    margin-bottom: 30px;
}

.buy-document-search input[type="text"] {
    height: 40px;
    line-height: 40px;
    border: solid 1px #cecece;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
}

.buy-document-search::-webkit-input-placeholder {
    color: #cecece !important;
}

.buy-document-search:-moz-placeholder {
    /* Firefox 18- */
    color: #cecece;
}

.buy-document-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #cecece;
}

.buy-document-search:-ms-input-placeholder {
    color: #cecece;
}

.buy-document-search .button {
    width: 100%;
}

.buy-document-search .large-6 {
    padding-right: 5px;
}

.buy-document-search .large-2 {
    padding-left: 5px;
}

.form-sent h2 {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
    color: black;
}

.form-sent h3 {
    color: #3fb26a;
    text-transform: none;
    line-height: 1.4;
}

.flyout .form-sent h3 {
    color: #3fb26a;
    text-transform: none;
    line-height: 1.4;
    background-color: transparent;
    font-size: 20px;
    text-align: left;
}

.flyout .form-sent p {
    font-weight: 400;
}

.upload-doc .form-sent {
    background-color: #ebebeb;
    padding: 20px;
}

.upload-doc .form-sent p {
    color: #3c3c3c;
    margin-bottom: 1rem;
}


/********** DOCUMENT TEMPLATES *********/

.document-templates .page-banner {
    padding-top: 80px;
}

.document-templates .benefits {
    margin: 0;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.document-templates .benefits li {
    display: inline-block;
    list-style-type: none;
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    padding-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 45px;
    background-position: left 12px;
}

.document-templates .page-content {
    background-color: #ebebeb;
    padding-bottom: 140px;
}

.document-templates .tabs {
    background: none;
    border: none;
    position: relative;
}

.document-templates .tabs-title>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 20px 12px 20px;
    margin-right: 12px;
    min-width: 100px;
    text-align: center;
}

.document-templates .tabs-title>a:hover {
    text-decoration: none;
}

.document-templates .tabs-title:last-child>a {
    margin-right: 0px;
    min-width: 94px;
}

.document-templates .tabs-content {
    border: none;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.document-templates .tabs-panel {
    padding: 0 30px 30px 30px;
}

.document-templates .tabs-panel.navy {
    padding: 0;
}

.document-templates .tabs-panel.black {
    padding: 0;
}

.document-templates .tabs-title.all a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004f74+0,0e303f+100 */
    background: #004f74;
    /* Old browsers */
    background: -moz-linear-gradient(top, #004f74 0%, #0e303f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004f74 0%, #0e303f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004f74 0%, #0e303f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004f74', endColorstr='#0e303f', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.all a:hover {
    background: #0e303f;
}

.document-templates .tabs-title.business a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0196ce+0,03698f+100 */
    background: #0196ce;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0196ce 0%, #03698f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0196ce 0%, #03698f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0196ce 0%, #03698f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0196ce', endColorstr='#03698f', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.business a:hover {
    background: #03698f;
}

.document-templates .tabs-title.corporate a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de548b+0,a73362+100 */
    background: #de548b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #de548b 0%, #a73362 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #de548b 0%, #a73362 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #de548b 0%, #a73362 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de548b', endColorstr='#a73362', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.corporate a:hover {
    background: #a73362;
}

.document-templates .tabs-title.employment a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,e0a508+100 */
    background: #ffcc00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffcc00 0%, #e0a508 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffcc00 0%, #e0a508 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e0a508', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.employment a:hover {
    background: #e0a508;
}

.document-templates .tabs-title.health a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e54252+0,ab2c39+100 */
    background: #e54252;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e54252 0%, #ab2c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e54252 0%, #ab2c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54252', endColorstr='#ab2c39', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.health a:hover {
    background: #7f131b;
}

.document-templates .tabs-title.land a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fb26a+0,2b8657+100 */
    background: #3fb26a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3fb26a 0%, #2b8657 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3fb26a 0%, #2b8657 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3fb26a', endColorstr='#2b8657', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.land a:hover {
    background: #226637;
}

.document-templates .tabs-title.personal a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a864a8+0,774577+100 */
    background: #a864a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a864a8 0%, #774577 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a864a8 0%, #774577 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a864a8 0%, #774577 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a864a8', endColorstr='#774577', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.personal a:hover {
    background: #774577;
}

.document-templates .tabs-title.free a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,030303+100 */
    background: #636363;
    /* Old browsers */
    background: -moz-linear-gradient(top, #636363 0%, #030303 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #636363 0%, #030303 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #636363 0%, #030303 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#030303', GradientType=0);
    /* IE6-9 */
}

.document-templates .tabs-title.free a:hover {
    background: #030303;
}

.document-templates .tabs-title>a:focus,
.document-templates .tabs-title>a[aria-selected='true'] {
    background: #FFF;
    color: #3c3c3c;
}

.document-templates .tabs-title.all>a[aria-selected='true'] {
    color: #004a80;
}

.document-templates .tabs-title.business>a[aria-selected='true'] {
    color: #0196ce;
}

.document-templates .tabs-title.corporate>a[aria-selected='true'] {
    color: #de548b;
}

.document-templates .tabs-title.employment>a[aria-selected='true'] {
    color: #ffcc00;
}

.document-templates .tabs-title.health>a[aria-selected='true'] {
    color: #e54252;
}

.document-templates .tabs-title.land>a[aria-selected='true'] {
    color: #3fb26a;
}

.document-templates .tabs-title.personal>a[aria-selected='true'] {
    color: #a864a8;
}

.document-templates .tabs-title.free>a[aria-selected='true'] {
    color: #030303;
}

.document-templates .tabs-title>a:hover[aria-selected='true'] {
    color: #FFF;
}

.document-templates .folder-list {
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
}

.document-templates .folder-list li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    line-height: 32px;
    background-image: url(../images/bullet-black.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: left center;
    padding-left: 12px;
}

.document-templates .tabs-content .button {
    line-height: 55px;
    font-size: 16px;
    height: 55px;
    border-radius: 30px;
    display: block;
    margin: 50px auto 45px auto;
    width: 100%;
    max-width: 375px;
}

.document-templates .doc-folders-left {
    padding-right: 15px;
}

.document-templates .doc-folders-right {
    padding-left: 15px;
}

.document-templates .doc-folder {
    border: solid 1px #d7d7d7;
    border-radius: 15px;
    margin-bottom: 25px;
}

.document-templates .doc-folder h4 {
    color: #FFF;
    font-size: 14px;
    background-color: #3c3c3c;
    line-height: 35px;
    display: block;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.document-templates .doc-folder ul,
.document-templates .all-docs {
    margin: 0;
    list-style-type: none;
    padding: 20px 0px 20px 0px;
}

.document-templates .doc-folder ul li span,
.document-templates .all-docs li span {
    padding-left: 5px;
    font-weight: 700;
}

.document-templates .doc-folder ul li {
    padding-left: 20px;
}

.document-templates .doc-folder ul li a,
.document-templates .all-docs li a {
    background-image: url(../images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0 10px;
    padding: 6px 0px 6px 18px;
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
}

.document-templates .doc-folder ul li a:hover,
.document-templates .all-docs li a:hover {
    color: #e43035 !important;
    text-decoration: underline;
}

.document-templates .doc-folder ul li:hover,
.document-templates .all-docs li:hover {
    background-color: #ebebeb;
}

.document-templates .doc-folder ul li a:hover span,
.document-templates .all-docs li a:hover span {
    color: #e43035 !important;
}

.document-templates .navy .all-docs li a {
    background-image: url(../images/icon-arrow-right-navy.svg);
}

.document-templates .navy .all-docs li span {
    color: #044766;
}

.document-templates .navy .doc-folder h4 {
    background-color: #054460;
}

.document-templates .navy .folder-list li {
    background-image: url(../images/bullet-navy.svg);
}

.document-templates .blue .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-blue.svg);
}

.document-templates .blue .doc-folder ul li span {
    color: #0196CE;
}

.document-templates .blue .doc-folder h4 {
    background-color: #0196CE;
}

.document-templates .blue .folder-list li {
    background-image: url(../images/bullet-blue.svg);
}

.document-templates .pink .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-pink.svg);
}

.document-templates .pink .doc-folder ul li span {
    color: #de548b;
}

.document-templates .pink .doc-folder h4 {
    background-color: #de548b;
}

.document-templates .pink .folder-list li {
    background-image: url(../images/bullet-pink.svg);
}

.document-templates .yellow .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-yellow.svg);
}

.document-templates .yellow .doc-folder ul li span {
    color: #ffcc00;
}

.document-templates .yellow .doc-folder h4 {
    background-color: #f0b904;
}

.document-templates .yellow .folder-list li {
    background-image: url(../images/bullet-yellow.svg);
}

.document-templates .red .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-red.svg);
}

.document-templates .red .doc-folder ul li span {
    color: #e54252;
}

.document-templates .red .doc-folder h4 {
    background-color: #e54252;
}

.document-templates .red .folder-list li {
    background-image: url(../images/bullet-red.svg);
}

.document-templates .green .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-green.svg);
}

.document-templates .green .doc-folder ul li span {
    color: #3fb26a;
}

.document-templates .green .doc-folder h4 {
    background-color: #3fb26a;
}

.document-templates .green .folder-list li {
    background-image: url(../images/bullet-green.svg);
}

.document-templates .purple .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-purple.svg);
}

.document-templates .purple .doc-folder ul li span {
    color: #a864a8;
}

.document-templates .purple .doc-folder h4 {
    background-color: #a864a8;
}

.document-templates .purple .folder-list li {
    background-image: url(../images/bullet-purple.svg);
}

.document-templates .black .doc-folder ul li a {
    background-image: url(../images/icon-arrow-right-black.svg);
}

.document-templates .black .doc-folder ul li span {
    color: #030303;
}

.document-templates .black .doc-folder h4 {
    background-color: #030303;
}

.document-templates .black .folder-list li {
    background-image: url(../images/bullet-black.svg);
}

.document-templates .tagline p {
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    background-color: #054460;
    text-align: center;
    margin-top: 50px;
}

button.button.dark-blue-btn.add-to-cart {
    margin-bottom: 0;
}

.document-templates .all-docs {
    padding: 50px 0;
}

.document-templates #free .tagline p {
    background-color: #555;
    margin-top: 80px;
}

.document-templates .all-docs li {
    padding-left: 100px;
}

.document-templates .all-docs li a {
    font-size: 16px;
    background-position: 0 14px;
    line-height: 30px;
}

.document-templates .pagination-row {
    position: relative;
}

.document-templates .pagination-wrap {
    position: absolute;
    top: 25px;
    width: 100%;
}

.document-templates .navy .button {
    position: relative;
}

.document-templates .navy .button span {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(../images/button-special-offer.png);
    background-repeat: no-repeat;
    right: -35px;
    top: -30px;
}

.document-templates .navy .button i {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(../images/grey_info.png);
    background-repeat: no-repeat;
    left: -20px;
    top: 0;
}

#slide {
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 225px;
    background-color: #e4332e;
    padding: 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

#slide p {
    margin-bottom: 0;
    line-height: 20px;
}

#slide p span {
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

#slide p span:hover {
    font-weight: 500;
}

#slide-sticky {
    background-image: url(../images/red-sticky.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 125px;
    width: 145px;
    color: #FFF;
    padding: 26px 15px;
    position: absolute;
    right: 80px;
    bottom: -40px;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 9px;
    cursor: pointer;
}

#slide-sticky:hover {
    background-image: url(../images/red-sticky-hover.png);
}

#slide-sticky p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
}

.flyout {
    float: left;
    height: 100%;
    width: 25%;
    z-index: 2;
    position: fixed;
    right: -1000px;
    background: #ebebeb;
    color: #000;
    top: 0;
    max-width: 360px;
    border-left: solid 1px #e4332e;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.flyout h3 {
    color: #FFF;
    text-transform: uppercase;
    line-height: 70px;
    background-color: #e4332e;
    font-size: 18px;
    text-align: center;
}

.flyout .close-button {
    color: #FFF;
    top: 2px;
    right: 5px;
    font-size: 1.3em;
}

.flyout p {
    font-size: 14px;
    font-weight: 500;
}

.flyout ul {
    font-size: 13px;
    margin-bottom: 30px;
}

.flyout label {
    font-size: 13px;
    color: #032b3e;
    font-weight: 500;
}

.flyout input[type="text"],
.flyout textarea {
    border: solid 1px #c8c8c8;
    font-size: 14px;
    font-weight: 400;
}

.flyout textarea {
    min-height: 100px;
    margin-bottom: 20px;
}

.flyout .button {
    width: 100%;
    max-width: 200px;
}

.flyout-content {
    padding: 30px;
}

.flyout-content ul li {
    margin-bottom: 10px;
}


/********** HOW IT WORKS *********/

.how-it-works .page-banner {
    text-align: center;
    padding-top: 0;
}

.how-it-works.playing-video .page-banner {
    background: #000;
}

.how-it-works .video-controls {
    padding-top: 65px;
}

.how-it-works .responsive-embed.widescreen {
    height: 380px;
    max-width: 760px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.how-it-works .responsive-embed.widescreen iframe {
    height: 100%;
    width: 675px;
}

.how-it-works .responsive-embed.widescreen .close-button {
    position: absolute;
    color: #FFF;
    right: 0rem;
    top: 0.5rem;
    font-size: 3em;
    line-height: 1;
    cursor: pointer;
}

.banner-vid-btn {
    text-align: center;
    color: #FFF;
    font-size: 25px;
    background-image: url(../images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: 145px 145px;
    padding-top: 160px;
    display: inline-block;
    margin: 0 auto;
    background-position: center top;
    margin-top: 10px;
}

.how-it-works-content {
    background-color: #ebebeb;
    padding-top: 100px;
}

.how-it-works .main-title {
    text-align: center;
}

.how-it-works-content h1 {
    background-color: #ec1f23;
    display: inline-block;
    color: #FFF;
    padding: 27px 52px;
    border-radius: 15px;
    margin-bottom: 0;
}

.line-left {
    width: 230px;
    height: 245px;
    margin-left: 305px;
    background-image: url(../images/how-it-works-line-left.png);
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
}

.line-middle {
    width: 90px;
    height: 245px;
    background-image: url(../images/how-it-works-line-middle.png);
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

.line-right {
    width: 230px;
    height: 245px;
    margin-right: 200px;
    background-image: url(../images/how-it-works-line-right.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

.how-it-works-content h3 {
    background-color: #ec1f23;
    display: inline-block;
    color: #FFF;
    padding: 27px 52px;
    border-radius: 15px;
    margin-bottom: 0;
    padding: 10px 30px 10px 105px;
    border-radius: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.how-it-works-content h3:hover {
    background-color: #7f131b;
}

.how-it-works-content h3 a {
    color: #FFF;
    display: block;
}

.how-it-works-content h3 a:hover {
    text-decoration: none;
}

.hiw-doc-temps h3 {
    background-image: url(../images/icon-doc-template-hover.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 73px 55px;
}

.hiw-doc-draft h3 {
    background-image: url(../images/icon-bespoke-contract-hover.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 70px 60px;
}

.hiw-fixed-fee h3 {
    background-image: url(../images/icon-fixed-fee.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 59px 60px;
}

.down-arrow {
    background-image: url(../images/how-it-works-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 115px;
}

.how-it-works-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 100px;
}

.how-it-works-content ul li {
    margin-bottom: 50px;
    padding-left: 78px;
    padding-top: 5px;
}

.hiw-doc-temps ul li.hiw-list1 {
    background-image: url(../images/icon-hiw-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 53px 48px;
}

.hiw-doc-temps ul li.hiw-list2 {
    background-image: url(../images/icon-hiw-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 53px 45px;
}

.hiw-doc-temps ul li.hiw-list3 {
    background-image: url(../images/icon-hiw-3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 53px 45px;
}

.hiw-doc-temps ul li.hiw-list4 {
    background-image: url(../images/icon-hiw-4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 53px 45px;
}

.hiw-doc-draft ul li.hiw-list1 {
    background-image: url(../images/icon-ask-to-draft.svg);
    background-repeat: no-repeat;
    background-position: 2px top;
    background-size: 52px 49px;
}

.hiw-doc-draft ul li.hiw-list2 {
    background-image: url(../images/icon-ask-to-check.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 58px 49px;
}

.hiw-doc-draft ul li.hiw-list3 {
    background-image: url(../images/icon-hiw-tick.png);
    background-repeat: no-repeat;
    background-position: 5px top;
    background-size: 45px 45px;
}

.hiw-doc-draft ul li.hiw-list4 {
    background-image: url(../images/icon-hiw-tick.png);
    background-repeat: no-repeat;
    background-position: 5px top;
    background-size: 45px 45px;
}

.hiw-fixed-fee ul li.hiw-list1 {
    background-image: url(../images/icon-employment-health-check.svg);
    background-repeat: no-repeat;
    background-position: 5px top;
    background-size: 61px 59px;
}

.hiw-fixed-fee ul li.hiw-list2 {
    background-image: url(../images/icon-litigants-in-person.svg);
    background-repeat: no-repeat;
    background-position: 5px top;
    background-size: 54px 59px;
}

.hiw-fixed-fee ul li.hiw-list3 {
    background-image: url(../images/icon-employment-law-support.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70px 58px;
}

.hiw-fixed-fee ul li.hiw-list4 {
    background-image: url(../images/icon-cant-find.svg);
    background-repeat: no-repeat;
    background-position: 7px top;
    background-size: 60px 56px;
}


/********** LEGAL SERVICES *********/

.legal-services .page-banner {
    padding-top: 70px;
}

.legal-services .page-banner h1 {
    margin-bottom: 10px;
}

.legal-services .page-banner h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
    /*font-weight: 500;*/
}

.legal-services .cta1 .cta-icon {
    background-image: url(../images/icon-employment-health-check.svg);
    background-size: 150px 115px;
}

.legal-services .cta2 .cta-icon {
    background-image: url(../images/icon-litigants-in-person.svg);
    background-size: 109px 118px;
}

.legal-services .cta3 .cta-icon {
    background-image: url(../images/icon-employment-law-support.svg);
    background-size: 140px 117px;
}

.legal-services .cta4 .cta-icon {
    background-image: url(../images/icon-ask-to-check.svg);
    background-size: 117px 98px;
    background-position: center 46px;
}

.legal-services .cta h3 {
    font-size: 18px;
}

.legal-services .cta p {
    min-height: 140px;
    line-height: 20px;
    padding: 0 40px;
    margin-top: 20px;
}

.legal-services .what-you-get h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    border: solid 3px #d5d6d8;
    border-radius: 10px;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px;
}

.legal-services .what-you-get {
    background-color: #e5e5e5;
    padding: 15px;
    border-radius: 15px;
    min-height: 290px;
    margin-bottom: 50px;
}

.legal-services .what-you-get ul {
    text-align: left;
}

.legal-services .what-you-get ul li {
    margin-bottom: 10px;
    font-size: 12px;
}

.legal-services .doc-draft-title {
    background-color: #5bb7e2;
}

.legal-services .upload-doc {
    margin-top: -165px;
}

.legal-services .upload-top {
    background-color: #ed1c24;
}

.legal-services .upload-bottom {
    background-color: #f4f4f4;
}

.legal-services .upload-doc label {
    color: #000;
}

.legal-services .doc-draft {
    height: auto;
    background-image: url(../images/banners/banner-legal-services-bottom.jpg);
}

/********** JOBS *********/

.jobs .page-banner {
    padding-top: 70px;
}

.jobs .page-banner h1 {
    margin-bottom: 10px;
}

.jobs .page-banner h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
    /*font-weight: 500;*/
}

.jobs .cta1 .cta-icon {
    background-image: url(../images/icon-employment-health-check.svg);
    background-size: 150px 115px;
}

.jobs .cta2 .cta-icon {
    background-image: url(../images/icon-litigants-in-person.svg);
    background-size: 109px 118px;
}

.jobs .cta3 .cta-icon {
    background-image: url(../images/icon-employment-law-support.svg);
    background-size: 140px 117px;
}

.jobs .cta4 .cta-icon {
    background-image: url(../images/icon-ask-to-check.svg);
    background-size: 117px 98px;
    background-position: center 46px;
}

.jobs .cta h3 {
    font-size: 18px;
}

.jobs .cta p {
    min-height: 140px;
    line-height: 20px;
    padding: 0 40px;
    margin-top: 20px;
}

.jobs .what-you-get h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    border: solid 3px #d5d6d8;
    border-radius: 10px;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px;
}

.jobs .what-you-get {
    background-color: #e5e5e5;
    padding: 15px;
    border-radius: 15px;
    min-height: 290px;
    margin-bottom: 50px;
}

.jobs .what-you-get ul {
    text-align: left;
}

.jobs .what-you-get ul li {
    margin-bottom: 10px;
    font-size: 12px;
}

.jobs .doc-draft-title {
    background-color: #5bb7e2;
}

.jobs .upload-doc {
    margin-top: -165px;
}

.jobs .upload-top {
    background-color: #032b3e;
}

.jobs .upload-bottom {
    background-color: #f4f4f4;
}

.jobs .upload-doc label {
    color: #000;
}

.jobs .uploaded-doc p {
    color: black;
}

.jobs .uploaded-check-doc p {
    color: black;
}

.jobs .doc-draft {
    height: auto;
    background-image: url(../images/banners/banner-legal-services-bottom.jpg);
}

/********** OUR LAWYERS *********/

.our-lawyers section {
    background-color: #ebebeb;
    padding-bottom: 70px;
    padding-top: 60px;
}

.our-lawyers .section-title h1 {
    margin-bottom: 80px;
}

.lawyer {
    text-align: center;
    margin-bottom: 55px;
}

.lawyer p {
    line-height: 22px;
}

.our-lawyers .lawyer-pic-wrap {
    margin: 0 auto;
    margin-bottom: 20px;
}


/**********  BROCHURE PAGE STYLES  *********/

.brochure section {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.brochure h1.section-title {
    font-size: 33px;
    margin-bottom: 50px;
    border: solid 3px #d5d6d8;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
}

.brochure section .menu.vertical li a {
    border-bottom: solid 1px #ebebeb;
    font-weight: 500;
    padding: 15px 20px;
}

.brochure section .menu.vertical li a:hover {
    background-color: #f9f9f9;
}

.brochure section .menu.vertical li.current a {
    background-color: #f9f9f9;
    color: #ec1f23;
}

.about-how-we-work p.highlight {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.about-how-we-work {
    padding: 50px 0 70px 0;
    margin-top: 50px;
}

.about-how-we-work .section-title p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 60px;
}


/*
.about-bottom h1 {
    font-size: 26px;
    margin-bottom: 40px;
}
*/

.how-we-work-item {
    text-align: center;
}

.about-how-we-work h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.about-pic {
    text-align: center;
    margin-bottom: 40px;
    min-height: 200px;
}

.about-pic img {
    max-height: 200px;
}

p.mission-statement {
    font-size: 34px;
    line-height: 42px;
}

p.mission-statement span {
    color: #ec1f23;
}

.mission-statement p {
    font-size: 34px;
    line-height: 42px;
}

.mission-statement span {
    color: #ec1f23;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.about-banner {
    background-image: url(../images/banner-about.jpg);
}

.about-links {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.about-links a {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    display: block;
    border: solid 2px #d5d6d8;
    padding: 15px 25px;
    border-radius: 10px;
}

.about-footer {
    padding: 70px 0 70px 0;
}

.about-footer h3 {
    margin-bottom: 30px;
}

.about-footer span {
    font-weight: 500;
}

#map {
    width: 100%;
    height: 500px;
}

.vacancies {
    margin: 0 auto;
    max-width: 750px;
}

.vacancies a {
    display: block;
    background-color: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.join-us-wrap {
    padding-bottom: 70px
}

.values-wrap {
    background-color: #FFF;
    padding: 70px 0;
}

.vacancies-wrap {
    padding-top: 70px;
}

.value-item {
    text-align: center;
}

.value-item .about-pic {
    margin-bottom: 25px;
}

.value-item h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.help-top {
    background-color: #FFF;
}

section.help-top p.highlight {
    margin-bottom: 50px;
}

.help .upload-bottom {
    background-color: #ebebeb;
}

.help .upload-doc {
    margin-top: 0;
}

.help .upload-doc label {
    color: #3c3c3c;
}

.help .upload-doc label.button {
    color: #FFF;
}

.help .uploaded-doc p {
    color: #3c3c3c;
}

.help .uploaded-check-doc p {
    color: #3c3c3c;
}

.help .upload-doc label a {
    color: #3c3c3c;
}

.help .upload-doc label a:hover {
    color: #ec1f23;
}

.help .upload-progress p {
    color: #3c3c3c;
}

section.faq {
    background-color: #FFF;
}

.help .accordion-title:hover,
.help .accordion-title:focus {
    background-color: #3fb26a;
    color: #FFF;
}

.sidebar-menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-menu .active>a {
    color: #ec1f23;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-dets {
    padding: 20px 30px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
}

.contact-dets p.contact-phone {
    margin: 10px 0;
    background-image: url(../images/icon-phone-red.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 15px 22px;
    padding-left: 30px;
}

.contact-dets p.contact-email {
    margin: 20px 0;
    background-image: url(../images/icon-email-red.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 20px 18px;
    padding-left: 35px;
}

.contact-dets p.contact-address {
    background-image: url(../images/icon-address.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 20px 26px;
    padding-left: 35px;
}

.contact-dets p.contact-opening {
    background-image: url(../images/icon-opening.svg);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 22px 22px;
    padding-left: 35px;
}

.contact-dets span {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.page-banner.banner-two-titles {
    padding-top: 70px;
}

.page-banner.banner-two-titles h1 {
    margin-bottom: 10px;
}

.page-banner.banner-two-titles h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}


/********** BASKET PAGE *********/

.basket section {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.basket-wrapper {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    right: 20px;
    position: relative;
    margin-left: 20px;
}

.basket-title {
    background-color: #032b3e;
}

.basket-title h4 {
    margin-bottom: 0;
    padding: 10px 0 8px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.basket-product {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.basket-product:nth-child(odd) {
    background-color: #f9f9f9;
}

.basket-product h5 {
    font-size: 18px;
}

.basket-product h5 span {
    font-weight: 500;
}

.basket-product p span {
    font-weight: 500;
}

.totals {
    margin: 40px 0;
    padding: 15px 25px;
    background-color: #5bb7e2;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.totals hr {
    margin: 0px 0;
    border-bottom: 1px solid #83D2F7;
}

.total-col {
    font-weight: 500;
}

.basket .button {
    padding: 0 40px;
    font-size: 18px;
}

.basket-icon img {
    max-width: 60px;
}


/********** CHECKOUT PAGE *********/

.checkout section {
    background-color: #ebebeb;
    padding: 30px 0 20px 0;
}

.checkout .button {
    padding: 0 30px;
    font-size: 14px;
    margin-top: 15px;
}

.checkout-form {
    padding: 25px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.checkout-form h3 {
    margin-bottom: 15px;
}

.checkout-form a {
    font-weight: 500;
}

.checkout-form hr {
    margin: 0;
    border: none;
    border-top: solid 1px #c8c8c8;
    margin-bottom: 25px;
}

.checkout-form h3 span {
    background-color: #ec1f23;
    border-radius: 18px;
    color: #FFF;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}

.checkout-form input[type="text"] {
    border: solid 1px #c8c8c8;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
}

.checkout-form input[type="tel"] {
    border: solid 1px #c8c8c8;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
}

.checkout-form textarea {
    border: solid 1px #c8c8c8;
    font-size: 15px;
    font-weight: 400;
    min-height: 100px;
    margin-bottom: 40px;
}

.checkout-form .payment-card {
    background-image: url(../images/icon-credit-cards.svg);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 100px;
    background-size: 90px 17px;
    margin-right: 20px;
}

.checkout-form .payment-paypal {
    background-image: url(../images/icon-paypal.svg);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 42px;
    background-size: 32px 20px;
}

.checkout-form .payment-transfer {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 82px;
    background-size: 72px;
    margin-right: 0;
}

.checkout-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 3px;
    vertical-align: top;
}

.checkout .basket-icon img {
    max-height: 60px;
}

.checkout .totals {
    margin: 25px 0;
    padding: 10px 20px;
}

.sticky {
    width: 100%;
}

.sticky .totals {
    right: 20px;
    position: relative;
    width: 100%;
}

.checkout .basket-product a {
    font-size: 14px;
}

.charity-donation {
    background-color: #ebf7f0;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.charity-donation p {
    font-weight: 500;
    margin-bottom: 10px;
}

.icon-secure {
    margin-top: 8px;
}

.checkout [type='radio'] {
    margin: 0 0 1.1rem;
}

.charity-donation span {
    color: #ec1f23;
}

.sucess-contact {
    margin: 15px 0;
}

.sucess-contact p {
    font-size: 18px;
    line-height: 36px;
}

.sucess-contact p a {
    background-image: url(../images/icon-email-blk.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 15px;
    padding-left: 35px;
    margin-bottom: 10px;
    display: block;
}

.sucess-contact p span {
    background-image: url(../images/icon-phone-blk.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 22px;
    padding-left: 35px;
}

.checkout-back a {
    line-height: 40px;
    font-size: 14px;
    color: #ec1f23;
}

.checkout-back a:hover {
    color: #3c3c3c;
}

.back-to-site {
    font-size: 14px;
    color: #ec1f23;
}

.back-to-site:hover {
    color: #3c3c3c;
}

.success-back {
    padding-top: 60px;
}

.doc-dload p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.doc-dload {
    border: solid 1px #c8c8c8;
    padding: 10px 20px 0px 20px;
    margin: 20px 0;
}

.cvc .has-tip {
    font-weight: 400;
    cursor: default;
    border: none;
}

.checkout .tooltip {
    background-color: #e3171e;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    max-width: 220px !important;
}

.checkout .dropdown-pane {
    border: none;
    width: auto;
    background-color: #ebebeb;
    border-radius: 10px;
}

.checkout .dropdown-pane img {
    width: 130px;
    margin-bottom: 10px;
}

.checkout .dropdown-pane p {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
}

.accordion-title {
    color: #3c3c3c;
    padding: 1.25rem 40px;
    font-size: 18px;
    font-weight: 500;
}

.accordion-content {
    padding: 30px 40px;
    color: #3c3c3c;
}

.accordion-content .button {
    padding: 0 40px;
    margin: 0;
    margin-top: 15px;
}

.checkout .lawyer-wrap {
    border: solid 3px #d5d6d8;
    border-radius: 10px;
    margin: 0;
    padding: 30px 0px 20px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.checkout .lawyer-bio {
    padding-left: 40px;
}

.checkout .lawyer-bio .legal-field {
    font-size: 16px;
}

.checkout .lawyer-bio .legal-field span {
    font-weight: 500;
    color: #ec1f23;
}

.lawyer-contact span {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.transfer-details {
    border: solid 1px #c8c8c8;
    padding: 10px 20px 0px 20px;
    margin: 20px 0;
    background-image: url(../images/logo-mangopay-colour.png);
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    background-size: 150px;
}


/********** BLOG LISTING PAGE *********/

.blog-listing .page-banner {
    background-image: url(../images/banner-blog.jpg);
}

.banner h1 {
    background-color: rgba(255, 255, 255, 0.4);
}

.blog-listing section {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.blog-list-wrap {
    background-color: #FFF;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.blog-list-wrap h1 {
    margin-bottom: 30px;
}

.blog-item {
    border-bottom: solid 2px #d5d6d8;
    padding: 0;
    margin-bottom: 35px;
    overflow: hidden;
}

.blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blog-item h2 {
    margin-bottom: 5px;
    font-weight: 500;
    background-color: transparent;
    color: #ec1f23;
    line-height: 30px;
    padding: 0 20px 0px 20px;
}

.blog-item h2 a {
    color: #fff;
    font-size: 26px;
    background-color: #ec1f23;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-detail .blog-item h2 a {
    font-size: 20px;
}

.blog-list-content {
    padding: 20px 20px;
}

.blog-dets {
    display: inline-block;
    margin-bottom: 20px;
    color: #969696;
}

.blog-author {
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.blog-author a {
    color: #969696;
}

.blog-author a:hover {
    color: #ec1f23;
}

.blog-date {
    float: left;
    line-height: 30px;
    background-image: url(../images/icon-date.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 40px;
}

.blog-author-pic {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-image: url(../images/lawyer1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.blog-item a.button {
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.top-posts h3 {
    /*
    display: inline-block;
    border-bottom: solid 3px;
    padding: 0 20px 3px 20px;*/
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top-posts ol {
    margin: 0;
}

.top-posts ul {
    list-style-type: none;
    margin: 0;
    font-size: 16px;
}


/*
.top-posts ol li {
    margin: 0;
    list-style-position: inside;
    font-weight: 500;
    font-size: 16px;
}

.top-posts ol li a {
    background-color: #d5d6d8;
    display: block;
    padding: 15px 0 12px 15px;
    margin-bottom: 2px;
}
*/

.top-posts ol li a:hover {
    background-color: #FFF;
}

.top-posts ol li {
    margin-bottom: 2px;
    background-color: #d5d6d8;
    list-style-position: inside;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0 12px 15px;
}

.top-posts ol li a {
    display: inline;
    padding: 0;
    margin-bottom: 0;
}

.top-posts ol li:hover {
    background-color: #FFF;
}

.blog-detail section {
    background-color: #ebebeb;
    padding: 0 0 70px 0;
}

.blog-detail-content h3 {
    color: rgb(229, 66, 82);
}

.blog-detail-content h4 {
    font-size: 18px;
    font-weight: 500;
}

.event-detail .event-book img {
    border: none;
    max-width: 300px;
    margin-bottom: 0;
}

a.event-book-text {
    display: block;
    margin-bottom: 20px;
    margin-right: 18px;
}

.share {
    margin-bottom: 30px;
    float: left;
}

.share h3 {
    margin-top: 30px;
}

.share-item {
    line-height: 40px;
    display: block;
    float: left;
    min-width: 150px;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    opacity: 0.8;
}

.share-item:hover {
    opacity: 1;
}

.share-item a {
    color: #FFF;
}

.share-icon {
    background-image: url(../images/icon-x-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    width: 40px;
    height: 40px;
    float: left;
}

.share-twitter {
    color: white;
    background-color: #000000;
}

.share-facebook {
    color: #FFF;
    background-color: #39579a;
}

.share-facebook .share-icon {
    background-image: url(../images/icon-fb-white.svg);
}

.share-google {
    color: #FFF;
    background-color: #d5221f;
    min-width: 100px;
}

.share-google .share-icon {
    background-image: url(../images/icon-google-white.svg);
}

.blog-detail-content img {
    margin-bottom: 20px;
    border: solid 1px #d5d6d8;
    padding: 3px;
}

.blog-detail .breadcrumbs {
    margin-bottom: 30px;
}

.read-next h3 {
    margin: 20px 0;
}

.read-next .blog-item h2 {
    padding: 0;
}

.read-next .blog-list-content {
    padding: 20px 0;
}

.pagination-row {
    margin-top: 40px;
}


/********** PRESS PAGE *********/

.left-col-wrap {
    background-color: #FFF;
    padding: 40px 40px 20px 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/**** old version styles ****/


/*
.press-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #d5d6d8;
}

.press-logo {
    margin-bottom: 20px;
}

.press-source {
    margin-bottom: 10px;
    font-weight: 500;
}

.press-date {
    color: #969696;
}

.press-pack {
    padding: 20px 20px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
    text-align: center;
}

.press-pack img {
    max-width: 170px;
    margin-bottom: 15px;
}

.press-pack .button {
    width: 100%;
}
*/

.press-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #d5d6d8;
    padding: 0 20px 40px 20px;
}

.press-item:last-child {
    border-bottom: none;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.press-source {
    margin-bottom: 10px;
    font-weight: 500;
    color: #969696;
}

.press-link a {
    font-size: 20px;
}

.press-pack {
    padding: 20px 20px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
    text-align: center;
}

.press-pack img {
    max-width: 170px;
    margin-bottom: 15px;
}

.press-pack .button {
    width: 100%;
}

.brochure.press section {
    background-color: #ebebeb;
    padding: 70px 0 100px 0;
}

.press-detail section {
    background-color: #ebebeb;
    padding: 0 0 70px 0;
}

.press-detail .press-logo img {
    border: none;
    max-width: 250px;
}


/********** CHARITIES PAGE *********/

.charities section {
    padding: 0;
}

.white-wrap {
    background-color: #FFFFFF;
    padding: 70px 0;
}

.padding-wrap {
    padding: 70px 0;
}

.charity {
    padding: 30px 30px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
    text-align: center;
    min-height: 420px;
}

.charity img {
    height: 100px;
    margin-bottom: 30px;
    max-width: 80%;
}

.charity p {
    min-height: 110px;
}

.charity .button {
    width: 50%;
    margin-top: 20px;
}


/********** AFFILIATES PAGE *********/

.grey-wrap {
    background-color: #ebebeb;
    padding: 70px 0;
}

.affiliate-buttons {
    text-align: center;
    max-width: 800px;
    margin-top: 40px;
}

.affiliate-buttons h3 {
    margin-bottom: 25px;
}

.affiliate-buttons .button {
    width: 100%;
    margin-bottom: 0;
}

.why-affiliates ul {
    margin: 0;
    list-style-type: none;
}

.why-affiliates ul li {
    font-size: 22px;
    font-weight: 500;
    float: left;
    background-image: url(../images/icon-tick-green-circle.svg);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding-left: 65px;
    margin-bottom: 60px;
    line-height: 35px;
}


/********** EVENTS PAGE *********/

.events section {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.events .cal-header {
    background-color: #ec1f23;
    color: #FFF;
    margin: 0 20px;
    padding: 12px 0;
    margin-top: 15px;
}

.events .cal-header a,
.events .cal-header h3 {
    color: #FFF;
}

.events .cal-header a:hover {
    color: #3c3c3c;
}

.events .event-cal tbody tr:nth-child(even) {
    background-color: #fff;
}

.events .event-cal thead,
.events .event-cal table tbody,
.events .event-cal table tfoot {
    border: none;
    background-color: #fefefe;
}

.events .event-cal {
    border-collapse: collapse;
    clear: both;
    font-size: 12px;
    margin: 12px 0 .6em;
    table-layout: fixed;
    width: 100%;
    border: none;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
    margin-top: 0;
}

.events .event-cal th {
    background-color: #ebebeb;
    color: #ec1f23;
    height: 10px;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 14.28%;
    font-weight: 500;
    font-size: 12px;
}

.events .event-cal td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #3c3c3c;
    font-size: 12px;
    height: 150px;
    padding: 0 0 .5em;
    vertical-align: top;
    width: 14.28%;
    border: 1px solid #bbb;
}

.events .event-cal td .daynum {
    background-color: #f5f5f5;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 1.2;
    padding: 6px 9px;
}

.events .event-cal td h3 {
    font-size: 14px;
    line-height: 20px;
}

.events .event-cal td h3 a {
    color: #ec1f23;
}

.events .event-cal td h3 a:hover {
    color: #3c3c3c;
}

.events .event-cal td .event-wrap {
    padding: 10px;
}

.events .event-cal td p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 16px;
}

.events .event-cal td p.webinar {
    color: #5bb7e1;
    background-image: url(../images/icon-webinar-blue.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-bottom: 12px;
}

.events .event-cal td p.event {
    color: #3fb26a;
    background-image: url(../images/icon-121-green.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    margin-bottom: 12px;
}

#dpMonths {
    margin-bottom: 30px;
    margin-left: 40px;
    margin-top: 30px;
}

.has-event {
    background-color: #f5fbf7;
}

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

.events .datepicker thead,
.events .datepicker table tbody,
.events .datepicker table tfoot {
    border: none;
    background-color: #fefefe;
}

.date input {
    border-style: solid;
    border-width: 1px;
    background-color: #FFF;
    line-height: 37px;
    border-color: #ccc;
    height: 37px;
}

.cal-nav-month {
    padding-top: 5px;
}

.cal-current-month h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
}

.events input[readonly] {
    cursor: pointer;
}

.logo-eventbrite {
    margin-top: 0;
    max-width: 250px;
    float: right;
}

.event-legend {
    padding: 20px 20px;
    border-radius: 15px;
    border: solid 2px #d5d6d8;
    text-align: center;
    margin-top: 67px;
}

.event-legend .event-type {
    line-height: 30px;
    background-image: url(../images/icon-121-green.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    margin-bottom: 20px;
    color: #3fb26a;
}

.event-legend .event-type.webinar {
    background-image: url(../images/icon-webinar-blue.svg);
    background-size: 30px 30px;
    color: #5bb7e1;
}

.event-legend h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.event-detail section {
    background-color: #ebebeb;
    padding: 0 0 70px 0;
}

.event-detail .blog-dets {
    display: block;
    margin-bottom: 20px;
    color: #969696;
}

.event-detail .blog-dets a {
    color: #969696;
}

.event-detail .blog-dets a:hover {
    color: #ec1f23;
}

.event-detail .event-time {
    float: left;
    line-height: 30px;
    background-image: url(../images/icon-event-time.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 40px;
}

.event-detail .event-type {
    float: left;
    line-height: 30px;
    background-image: url(../images/icon-121.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 27px;
    padding-left: 40px;
}

.event-detail .event-type.webinar {
    background-image: url(../images/icon-webinar.svg);
    background-size: 30px 30px;
}

.event-detail .event-location {
    float: left;
    line-height: 30px;
    background-image: url(../images/icon-address-grey.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 40px;
}

.event-detail #map {
    height: 300px;
    margin: 15px 0 30px 0;
}

.cal-wrap {
    max-width: 1000px;
}


/********** SEARCH RESULTS PAGE *********/

.search-results section {
    background-color: #ebebeb;
    padding: 70px 0 70px 0;
}

.search-results .search-docs {
    padding: 30px 0;
    margin: 0;
    list-style-type: none;
    margin-left: -40px;
    margin-right: -40px;
}

.search-results .search-docs li {
    padding-left: 40px;
}

.search-results .search-docs li:hover {
    background-color: #ebebeb;
}

.search-results .search-docs li a {
    font-size: 16px;
    background-position: 0 14px;
    line-height: 30px;
    background-image: url(../images/icon-arrow-right-navy.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    padding: 6px 0px 6px 18px;
    display: block;
    color: #3c3c3c;
    font-weight: 500;
}

.search-results .search-docs li span {
    padding-left: 5px;
    font-weight: 700;
    color: #044766;
}

.search-results h2 span {
    color: #ea1d24;
    font-weight: 500;
}

.search-results .page-banner {
    height: 230px;
    position: relative;
    background-color: #4d6e83;
    padding-top: 46px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.g-recaptcha {
    display: none;
}


/************* BANNERS ****************/

.help .page-banner {
    background-image: url(../images/banner-help2.jpg);
    padding-top: 70px;
}

.contact.help .page-banner {
    background-image: url(../images/banner-contact.jpg);
}

.help .page-banner h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

.litigants .page-banner {
    background-image: url(../images/banner-litigants2.jpg);
}

.contract-review .page-banner {
    background-image: url(../images/banner-contract.jpg);
}

.health-check .page-banner {
    background-image: url(../images/banner-healthcheck2.jpg);
}

.law-support .page-banner {
    background-image: url(../images/banner-lawsupport2.jpg);
}


/************* SITEMAP ****************/

.sitemap-type ul li {
    width: 33%;
    float: left;
    padding-right: 30px;
    margin-bottom: 10px;
}

.sitemap-type ul::after {
    content: ' ';
    display: table;
    clear: both;
}

.sitemap-type h2 {
    margin-bottom: 10px;
}


/********* DANS CSS ************/

#previewModal {
    width: 850px !important;
    height: 90vh;
}

#previewModal iframe {
    width: 800px !important;
    height: calc(100% - 105px) !important;
}

.doc-preview-notice {
    margin-top: 30px;
    background-color: #e43035;
    color: #fff;
    padding: 7px;
    margin-right: -1px;
}

.doc-preview-notice p {
    margin: 0;
}

.doc-preview-notice p.main-notice {
    font-size: 20px;
}

.doc-preview-notice p.sub-notice {
    font-size: 12px;
}

.sqr {
    color: #000;
    font-size: 30px;
}

.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    color: #FFF;
}

.cookies a {
    color: #FFF;
    font-weight: 600;
}

.cookies a:hover {
    color: #ec1f23;
}

.cookies .button {
    margin-bottom: 0;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.cookies .button:hover {
    color: #FFF;
}

.is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #ec1f23;
}

button.remove-from-cart:hover {
    color: #ff0000;
}


/************* RESPONSIVE ****************/


/************* MOBILE ****************/

@media screen and (max-width: 914px) {
    .top-bar {
        height: auto;
        padding: 0.5rem;
    }

    .top-bar-left {
        padding-left: 0;
        margin-bottom: 5px;
    }

    .top-right-menu {
        padding-right: 0px !important;
        margin-bottom: 3px;
    }

    .top-right-menu a {
        padding: 0 8px !important;
    }

    .nav-wrapper ul li.home a span {
        display: none;
    }

    .nav-wrapper ul li.home {
        margin-left: 0;
    }

    .nav-wrapper ul li.home a {
        padding: 0.7rem 1rem;
    }

    .top-bar-left ul.social li.phone {
        background-position: 54px 4px;
        padding-left: 70px;
    }

    .is-drilldown {
        min-height: 320px !important;
    }

    .page-banner {
        padding-top: 50px;
    }

    .home-search input[type="submit"] {
        width: 100%;
        max-width: none;
    }

    .ctas {
        padding: 75px 0 30px 0;
    }

    .cta {
        margin-bottom: 30px;
    }

    .doc-group {
        margin: 0;
        margin-bottom: 40px;
    }

    .free-docs ul li {
        width: 100%;
    }

    .free-docs a.view-docs {
        float: left;
    }

    .doc-templates {
        background-color: #ebebeb;
        padding: 70px 0 80px 0;
    }

    .doc-draft-title h1 {
        line-height: 40px;
        padding: 20px 0;
    }

    .doc-draft-title h1 span {
        display: none;
    }

    .doc-draft {
        height: auto;
        padding: 60px 0 75px 0;
    }

    .doc-draft p {
        margin-bottom: 30px;
    }

    .doc-draft ul {
        margin-bottom: 40px;
    }

    .top-bar-left {
        display: none;
    }

    .upload-top {
        text-align: center;
        padding: 10px 0;
        height: auto;
    }

    .upload-doc {
        margin-top: 0px;
    }

    .upload-doc .fieldset {
        padding: 10px;
    }

    .upload-doc fieldset label {
        width: 80%;
        font-size: 12px;
    }

    .upload-doc .button {
        width: 100%;
    }

    .upload-doc h3 {
        line-height: 26px;
        margin-bottom: 0;
    }

    .upload-bottom {
        padding: 20px;
    }

    .why {
        padding: 75px 0 75px 0;
    }

    .why h3 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .why-icon {
        min-height: 180px;
    }

    .why .column {
        margin-bottom: 25px;
    }

    .footer-top {
        padding: 10px 0 20px 0;
    }

    .footer-top h3 {
        margin-top: 25px;
    }

    .footer-logo {
        background-size: 40%;
        padding-left: 50%;
        margin-top: 30px;
        background-position: 0 0;
    }

    .footer-charity {
        max-width: 100%;
        margin-top: 30px;
    }

    .footer-charity span {
        left: -10px;
    }

    .payment li.cc {
        width: 15%;
        max-width: none;
    }

    .payment {
        text-align: center;
    }

    .trust-pilot {
        text-align: center;
        margin-top: 15px;
    }

    .document-templates .tabs {
        display: none;
    }

    .page-banner {
        height: auto;
        padding-bottom: 60px;
    }

    .document-templates .page-banner {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .document-templates .benefits li {
        line-height: 26px;
        background-position: left 2px;
        margin-bottom: 15px;
    }

    #slide-sticky {
        display: none;
    }

    .document-templates .all-docs li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .document-templates .tagline p {
        line-height: 26px;
        padding: 10px 20px;
    }

    .document-templates .navy .button {
        position: relative;
        max-width: 90%;
        font-size: 13px;
    }

    .document-templates .folder-list {
        text-align: left;
        display: none;
    }

    .document-templates .folder-list li {
        background-position: left 13px;
    }

    .document-templates .doc-folders-left {
        padding-right: 1.25rem;
    }

    .document-templates .doc-folder ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .document-templates .doc-folder h4 {
        line-height: 20px;
        padding: 6px 0;
    }

    .document-templates .tabs-panel {
        padding: 0 10px 30px 10px;
    }

    .footer-top .medium-2 {
        display: none;
    }

    .buy-document .buy-doc-top {
        padding: 20px;
    }

    .buy-document .sample-img {
        margin-bottom: 20px;
    }

    /* 
    .buy-document .big-btn {
    font-size: 14px;
}
    */
    .buy-document .benefits {
        display: none;
    }

    .buy-document .tabs-title>a {
        font-size: 10px;
        padding: 13px 5px;
        margin-right: 5px;
    }

    .buy-document .tabs-content {
        padding: 10px;
    }

    .buy-document .sidebar-search .button {
        width: 100%;
    }

    .folder-tabs {
        display: none;
    }

    .document-templates .benefits {
        margin-bottom: 0;
    }

    .document-templates .navy .button span {
        display: none;
    }

    .wf-btn {
        font-size: 12px;
        width: 100%;
        padding: 0 10px;
    }

    .buy-document .sidebar-cta2 h4 {
        line-height: 24px;
        padding: 10px 0;
    }

    .buy-document .sidebar-search {
        margin-bottom: 25px;
    }

    #previewModal {
        width: 100vw !important;
        height: 90vh;
    }

    #previewModal iframe {
        width: 90vw !important;
        height: calc(100% - 105px) !important;
    }

    label.checkbox-label {
        width: 85%;
        margin-right: 0;
    }

    .document-drafting .steps div {
        text-align: left;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px;
        right: 0 !important;
    }

    .page-content {
        padding: 50px 0;
    }

    .document-drafting .how-it-works-icons {
        margin-top: 30px;
    }

    .document-drafting .steps {
        margin-bottom: 30px;
    }

    .document-drafting .upload-doc-wrapper {
        padding-left: 1.25rem;
    }

    .document-drafting .why-bespoke-list li {
        width: 100%;
        background-size: 44px 44px;
        padding-left: 60px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .document-drafting .why-bespoke-list li:nth-child(even) {
        width: 100%;
    }

    .legal-services .cta p {
        min-height: 100px;
    }

    .legal-services .what-you-get {
        min-height: 275px;
        margin-bottom: 20px;
    }

    .cta-icon {
        min-height: 180px;
    }

    .legal-services .cta4 .cta-icon {
        background-position: center;
    }

    .legal-services .upload-doc {
        margin-top: 0;
    }

    .forum .upload-doc {
        margin-top: -50px;
    }

    .forum-single .publish-date p {
        text-align: left;
    }

    .forum-single h1.answer-heading {
        margin-bottom: 0px;
    }

    .forum-single .question-wrap,
    .forum-single .answer-wrap {
        margin-bottom: 40px;
    }

    #forum-question-submit .checkbox-container label {
        width: 80%;
        margin-bottom: 20px;
    }

    .forum table tbody tr td:first-child {
        padding-left: 10px;
        font-size: 12px;
    }

    .forum table tbody td {
        line-height: 20px;
        font-size: 12px;
        padding: 5px;
    }

    .forum table tbody td p.answeredby {
        font-size: 10px;
    }

    .forum table tbody td p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 20px;
    }

    .forum table thead th {
        font-weight: 500;
        padding: 5px;
        text-align: center;
        line-height: 16px;
    }

    .forum table thead .forum-question {
        padding-left: 0;
        text-align: center;
    }

    .lawyer-pic-wrap {
        margin-bottom: 20px;
    }

    .about-links a {
        margin-bottom: 20px;
    }

    .help .upload-bottom {
        margin-bottom: 30px;
    }

    .highlight p {
        font-size: 20px;
        line-height: 32px;
    }

    .events .event-cal td {
        height: 75px;
    }

    .blog-list-wrap {
        padding: 30px 15px 20px 15px;
    }

    .blog-dets .columns {
        margin-bottom: 15px;
    }

    .share-item {
        min-width: 88px;
        margin-right: 5px;
    }

    .share-icon {
        width: 32px;
    }

    .blog-author {
        margin-bottom: 10px;
    }

    .blog-top-posts {
        margin-top: 40px;
    }

    .accordion-content {
        padding: 20px 20px;
        color: #3c3c3c;
    }

    .events section {
        padding: 50px 0 70px 0;
    }

    .section-title h1 {
        margin-bottom: 30px;
    }

    #dpMonths {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .events .event-cal td .event-wrap {
        padding: 5px 2px;
    }

    .events .event-cal td p.event {
        background: none;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .events .event-cal td p.webinar {
        background: none;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .events .event-cal td p {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 14px;
    }

    .events .event-cal td h3 {
        font-size: 11px;
        line-height: 14px;
    }

    .checkout-form .payment-card {
        margin-right: 10px;
        margin-left: 0;
        background-image: none;
        padding-right: 0px;
    }

    .checkout-form .payment-paypal {
        margin-left: 0;
        background-image: none;
        padding-right: 0;
    }

    .checkout-form .service-payments .payment-paypal {
        margin-bottom: 20px;
    }

    #termscheck {
        width: 75%;
        margin: 0 10px;
    }

    .checkout .totals {
        margin: 25px 0;
        padding: 5px 20px;
        font-size: 12px;
    }

    .totals {
        line-height: 28px;
    }

    .complete .checkout-form {
        margin-bottom: 30px;
    }

    .event-detail .blog-dets {
        font-size: 14px;
    }

    .how-it-works-content h1 {
        margin-bottom: 40px;
    }

    .how-it-works-content ul {
        margin-bottom: 0;
    }

    .how-it-works-content h3 {
        margin-bottom: 30px;
    }

    .how-it-works .responsive-embed.widescreen iframe {
        height: 100%;
        width: 675px;
        max-width: 100vw;
    }

    .sitemap-type ul li {
        width: 100%;
    }

    .basket-wrapper {
        right: 0;
        position: relative;
        margin-left: 0;
    }

    .basket-product h5 {
        font-size: 14px;
    }

    .basket-product {
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
    }

    .basket-title h4 {
        padding: 6px 0 6px 0;
        font-size: 13px;
    }

    button.remove-from-cart {
        font-size: 12px;
    }

    #search2 {
        border-radius: 25px;
        min-width: 240px;
        height: 26px;
        font-size: 10pt;
        opacity: 0;
        transition: 1s;
    }
}

@media screen and (min-width: 600px) and (max-width: 1144px) {
    #opensearch {
        position: absolute;
        top: -13px;
        right: 30px !important;
        color: white;
        background-color: black;
        font-size: 18pt;
    }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .nav-wrapper .dropdown.menu>li {
        margin-right: 7px;
        display: inline-block;
    }

    .nav-wrapper ul.dropdown>li>a {
        font-size: 11px;
        padding: 0.6rem 0rem 0.4rem 0rem;
    }

    .cta h3 {
        font-size: 24px;
        min-height: 62px;
    }

    .nav-wrapper ul li.home {
        margin-left: 0;
    }

    .home .page-banner h1 {
        font-size: 28px;
    }

    .doc-group {
        min-height: 500px;
        margin: 0 0 40px 0;
    }

    .free-docs ul li {
        width: 50%;
    }

    .doc-draft-title h1 span {
        left: auto;
        right: 20px;
        bottom: -20px;
    }

    .doc-draft {
        height: auto;
    }

    .upload-doc {
        margin-top: 20px;
        max-width: 800px;
        margin: 0 auto;
    }

    .why {
        padding: 90px 0 90px 0;
    }

    .tablet-footer-logos {
        margin-top: 30px;
    }

    .footer-logo {
        text-align: left;
        padding-left: 115px;
        background-position: 0;
    }

    .footer-logo p {
        padding-left: 15px;
    }

    .footer-charity {
        margin-top: 0;
    }

    .payment li.cc {
        min-width: 30px;
        max-width: 30px;
    }

    .contact-dets {
        padding: 20px 10px;
    }

    .document-templates .tabs-title>a {
        font-size: 10px;
        padding: 14px 10px 12px 10px;
        margin-right: 0px;
        min-width: 0;
    }

    .document-templates .benefits {
        margin-bottom: 20px;
    }

    #slide-sticky {
        bottom: 75px;
    }

    .flyout {
        width: 50%;
    }

    .buy-document .buy-document-content .menu li a {
        border-radius: 10px;
        min-width: 0;
        padding: 0 10px;
        margin-right: 5px;
        font-size: 10px;
    }

    .document-drafting .why-bespoke-list li {
        width: 100%;
    }

    .document-drafting .why-bespoke-list li:nth-child(even) {
        width: 100%;
    }

    .document-drafting .why-bespoke-list li {
        margin-bottom: 40px;
    }

    .upload-doc .button {
        width: 100%;
    }

    .upload-bottom {
        background-color: #5bb7e2;
        padding: 20px 20px;
    }

    .document-drafting .steps {
        margin-bottom: 50px;
    }

    .legal-services .cta h3 {
        font-size: 24px;
    }

    .upload-doc h3 {
        font-size: 14px;
    }

    .line-left {
        margin-left: 90px;
    }

    .how-it-works-content h3 {
        padding: 10px 10px 10px 100px;
        line-height: 20px;
        font-size: 14px;
        min-height: 110px;
    }

    .line-right {
        margin-right: 0;
    }

    .checkout .totals {
        margin: 25px 0;
        padding: 5px 20px;
    }

    .totals {
        line-height: 40px;
    }

    .complete .checkout-form {
        margin-bottom: 30px;
    }

    .document-templates .benefits li {
        display: block;
    }

    .basket-wrapper {
        right: 0;
        position: relative;
        margin-left: 0;
    }
}


/* Tablet landscape */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .nav-wrapper ul.dropdown>li>a {
        font-size: 13px;
        padding: 0.6rem 0.5rem 0.4rem 0.5rem;
    }

    .document-templates .tabs-title>a {
        font-size: 12px;
        padding: 14px 15px 12px 15px;
        margin-right: 0px;
        min-width: 0;
    }

    .buy-document .buy-document-content .menu li a {
        border-radius: 10px;
        min-width: 0;
        padding: 0 15px;
        margin-right: 5px;
        font-size: 12px;
    }

    .legal-services .cta p {
        min-height: 100px;
        line-height: 20px;
        padding: 0 40px;
        margin-top: 20px;
    }

    .line-left {
        margin-left: 218px;
    }
}


#paymentReveal {
    background-color: transparent !important;
    border: none !important;
}

#paymentReveal iframe {
    width: 100%;
    height: 100vh;
}

.mainrow {
    display: inline-flex;
    width: 100%;
}

.rowcol {
    width: 33%;
    padding: 5px 5px;
    font-size: 14px;
}

.circlesize {
    font-size: 5px;
}

.textpadding {
    padding-left: 5px;
}