/* Fonts
-------------------------------------------------- */

/* Light */
@font-face {font-family: 'DIN-Light';src: url('../fonts/34CA47_4_0.eot');src: url('../fonts/34CA47_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34CA47_4_0.woff2') format('woff2'),url('../fonts/34CA47_4_0.woff') format('woff'),url('../fonts/34CA47_4_0.ttf') format('truetype');}
/* Reg */
@font-face {font-family: 'DIN';src: url('../fonts/34CA47_6_0.eot');src: url('../fonts/34CA47_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34CA47_6_0.woff2') format('woff2'),url('../fonts/34CA47_6_0.woff') format('woff'),url('../fonts/34CA47_6_0.ttf') format('truetype');}


/* Header Text
-------------------------------------------------- */

h1 {
    margin: 41px 0 0;
}
h2 {
    font-size: 21px;
}
h3 {
    font-weight: bold;
}

/* Brand Colors
-------------------------------------------------- */

.primary-pink {
    color: #e85685;
}
.secondary-pink {
    color: #913250;
}


/* Wordpress Defaults
-------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}


/* General Styles
-------------------------------------------------- */

body {
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
    background: #ffffff;
}
#container-content {
    width: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
}
#container-area {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
}
body.home #container-area {
    background-color: #fff;
}
.row .row, .tab-content .row {
    margin-left: -15px;
    margin-right: -15px;
}
#logo {
    float: left;
    margin: 24px 20px 11px 0px;
}
.cp-nav .nav>li:last-child>a {
    padding-right: 0px;
}
@media (max-width: 1200px) {
    .cp-nav .nav>li>a {
        margin-top: 0px;
    }
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    margin: 0;
}
div.navbar-header .navbar-toggle {
    margin-bottom: 0px;
    margin-top: 14px;
}
header .container {
    padding-bottom: 0;
}
.util-nav-bg {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #ffffff 0%, #f0f0f0 15%, #f0f0f0 85%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(15%,#f0f0f0), color-stop(85%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#f0f0f0 15%,#f0f0f0 85%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
#masthead > .util-nav-bg > .container {
    background: transparent;
}
#util-nav {
    float:right;
    margin: 0px 0px 0px 0px;
}
#ubermenu-utility-nav-16-utility_nav, #ubermenu-utility-nav-2-19-utility_nav_2 {
    z-index: 3040 !important;
}
#utility-1 {
    float:left;
}
#utility-navigation {
    float:left;
}
#utility-2 {
    float:left;
}
.vert {
    background-color: #e3e3e3;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 10px 0;
    vertical-align: top;
}
.v-icons {
    padding: 0.9em 0;
}
.v-stack {
    display: inline-block;
    height: 28px;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.v-stack2 {
    display: inline-block;
    height: 1em;
    left: 1.1em;
    line-height: 0.8em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.navbotborderl {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.navbotborderr {
    background-color: #000000;
    float: right;
    height: 27px;
    margin: 0;
    min-width: 162px;
    padding: 0;
    text-align: left;
    width: 14%;
}
p {
    line-height: 1.5em;
}
header.page-header {
    margin-bottom: 5px;
}
/** Modal **/
.modal {
    z-index: 21000;
}
.modal-dialog {
    margin-top: 15%;
    z-index: 22000;
}
.modal-header {
    border-bottom: none;
}
.modal-backdrop {
    z-index: 20000;
}
/** End Modal **/
.right-align {
    text-align: right;
}
.left-align {
    text-align: left;
}
.centered {
    text-align:center;
}
.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.vertical-align {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden {
    display:none;
}

/* HR
-------------------------------------------------- */

.hrtri {
    background: url("../images/hrtri.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    border-top: medium none;
    height: 21px;
    margin-top: 0;
}
.headertri {
    background: url("../images/hrtri.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    border-top: medium none;
    min-height: 23px;
    padding-bottom: 10px;
}

/* BUTTONS
-------------------------------------------------- */

.btn-default {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 0 0 1px #e65785 inset;
    color: #333;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: url("../images/btntri.png") no-repeat scroll right bottom #e65785;
    color: #ffffff;
    box-shadow: none;
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    border: medium none;
}
.btn-primary {
    background-color: #e65684;
    border-color: #e65684;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: url("../images/btntri.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #999999;
}
.btn-group-vertical > a.btn {
    display: inline-block;
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.65em;
    padding-left: 66px;
    padding-top: 0.5em;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    white-space: normal;
    padding-left: 66px;
}
.btn-group-vertical > a.btn i {
    font-size: 1.5em;
    margin: 0 0.5em 0 0;
    position: absolute;
    top: 12px;
    left: 20px;
}
.btn-group, .btn-group-vertical {
    width: 100%;
}
.btn-group-justified a {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
    margin: 0.5em 0;
    text-transform: uppercase;
    min-width:100%;
}
.btn-sublinks-over, .btn-sublinks-over a:hover {
    background-image:none !important;
    background-color:#999999 !important;
}
.sublink, .sublink a, .sublink a:hover {
    color:#fff !important;
    background-color:#999999 !important;
    padding:1px 0 0 5px;
    margin-top:-15px;
    margin-bottom:20px;
}
ul.list-prod {
    padding: 0 0 5px 4.5em !important;
    background-image: url("../images/btntri.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* TABS
-------------------------------------------------- */

.tab-pane.active {
    outline-width: 0; /** eliminates blue border that browsers like to throw onto selected tabs' content divs **/
}
.tab-content {
    padding: 2em 0;
}
.nav-pills .fa-sort-desc, .nav-tabs .fa-sort-desc {
    display: none;
}
.nav-tabs {
    background: url("../images/hrtri.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-pills > li > a {
    color: #ffffff;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #BA4669;
    color: #ffffff;
    outline-color: #BA4669;
    position: inherit;
    z-index:2;
}
.nav-tabs > li > a {
    background: none repeat scroll 0 0 #e55785;
    border: 1px solid #e55785;
    color: #ffffff;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    padding: 8px 20px 5px 25px;
}
.nav-pills > li > a {
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 9px 20px;
}
.nav-tabs > li.active:after {
    color: #ffffff;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 18px;
    height: 0;
    left: 10px;
    position: relative;
    top: -29px;
    z-index:2;
}
.nav-pills > li.active:after {
    color: #913250;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 32px;
    height: 0;
    left: 40%;
    position: relative;
    top: -16px;
}
.nav-tabs > li > a:hover {
    border-color: #ba4669;
}
.nav-pills > li:hover:after {
    color: #913250;
    content:"\f0d7";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 32px;
    height: 0;
    left: 40%;
    position: relative;
    top: -16px;
    z-index: 2;
}


/* LISTS
-------------------------------------------------- */

ul {
    list-style-image: url("../images/bullet-prod.png");
    margin: 1em 0;
    padding: 0px 0px 0px 15px;
}
ul li {
    margin: 0px 0px 15px 0px;
    position: relative;
}
ol {
    margin: 1em 0 0 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
ol li {
    counter-increment: item;
    line-height: 1.3em;
    vertical-align: text-top;
    padding: 0px 0px 0px 60px;
    margin: 0px 0px 33px 0px;
    position: relative;
    display: block;
}
ol li:before {
    margin-right: 10px;
    content: counter(item);
    color: #e85685;
    width: 60px;
    font-size: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}


/* TABLES
-------------------------------------------------- */

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .tablepress > thead > tr > th, .tablepress > thead > tr > td {
    border-bottom-width: 1px;
    color: #ffffff;
    font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #e65785;
}
.container .tablepress, .container .tablepress td {
    border: 1px solid #dddddd;
}
.table-noborder, .table-noborder tr, .table-noborder td, .table-noborder th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th, .table-noborder > tbody > tr > th, .table-noborder > tbody > tr > td{
    border: medium none;
}


/* FORMS
-------------------------------------------------- */

.form-control {
  color: #555555;
  padding: 10px 15px;
  border-radius: 4px;
  height: auto;
}
form.mktoForm .mktoFormRow label[for="faxAddress"],  
input#faxAddress {
    display: none !important;
}
.post-password-form p:nth-of-type(1) {
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.post-password-form p:nth-of-type(2) {
	margin: 0 auto;
	display: block;
	width: 400px;
	margin-bottom: 50px;
}


/* BREADCRUMB
-------------------------------------------------- */

.breadcrumb, .breadcrumbs {
    background-color: transparent;
    border-radius: 0;
    color: #aaaaaa;
    font-size: 0.84em;
    list-style: outside none none;
    margin-bottom: -15px;
    padding: 15px 0px 0px 0px;
    z-index: 5;
    position: relative;
}
.breadcrumb a {
    color: #aaaaaa;
}
.breadcrumb > span , .breadcrumbs > span {
    color: #333333;
}
.breadcrumb > span > a, .breadcrumbs > span > a{
    color: #aaaaaa;
}


/* FILTRATION
-------------------------------------------------- */

.filtration {
    background: url("../images/hrtri.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    margin-top: 1.15em;
}
.filtration .sortby1{
    margin: 0 1em 0 0;
}
.filtration .selectdiv {
    display: inline;
}
.filtration select {
    -webkit-appearance: none;
    border: medium none;
    color: #666;
    cursor: pointer;
    width: 140px;
}
/* IE ONLY */
.filtration select::-ms-expand {
    display: none;
}
/* Firefox ONLY */
@-moz-document url-prefix() {
    .filtration .selectdiv {
        border: 1px solid #ffffff;
        display: inline-block;
        height: 25px;
        overflow: hidden;
        vertical-align: middle;
    }
    .filtration select {
        margin-right:-1.25em;
        margin-left:-1px;
        border:none;
    }
}


/* PAGINATION
-------------------------------------------------- */

.pagination > li > a, .pagination > li > span {
    font-size: 0.9em;
    padding: 6px 3px;
}


/* FOOTER
-------------------------------------------------- */

footer {
    background-color: #fff;
    font-family: "DIN","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.72em;
    line-height: 1.75em;
    padding: 2em 0 0;
}
footer a, footer a:hover {
    color: #333333;
}
footer strong {
    font-size: 1.18em;
}
footer .copyright {
    clear: both;
    display: block;
    font-size: 1.2em;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}
footer .social-icon {
    color: #e85685
}
footer .social-icon a{
    color: #e85685;
    font-size: 1.8em;
}
footer .social-icon a:hover{
    color: #cc3366;
    text-decoration: none;
}
footer hr.pinkfooter {
    height: 20px;
    border: 0;
    background-color:#e85685;
}
footer div.min-footer {
    padding-bottom: 10px;
}


/* GDPR
-------------------------------------------------- */
#notification {
    background-color: #f5f5f5;
    bottom: 0;
    color: #333;
    display: none;
    font-size: 15px;
    line-height: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 19000;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.25);
    
}
#notification .container {
    background-color: transparent;
}
#notification a {
    margin-left: 10px;
    text-decoration: none;
}
#notification a:hover {
    text-decoration: none;
}
#notification a#gdpr-accept {
    background-color: #555;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    /* float: right; */
    padding: 8px 20px;
    margin: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
@media only screen and (max-width : 960px){
    #notification {
        height: auto;
        line-height: 21px;
        padding: 10px 0px;
        text-align: center;
    }
    #notification span {
        display: inline-block;
        padding-bottom: 10px;
    }
    #notification a {
        margin-right: 20px;
    }
    #notification a#gdpr-accept {
        float: none;
        margin: 0 auto;
        display: inline-block;
        clear: both;
    }
}


/* CUSTOMIZE SPECIFIC TEMPLATE
-------------------------------------------------- */

.garnish, .mint {
    background-color: #f6f6f6;
    padding: 0 0 2em 0;
}
.garnish .container, .mint .container {
    padding-left: 30px;
    padding-right: 30px;
}
/** Builder **/
.elementor-button {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.elementor-button.elementor-size-lg {
  padding: 16px 30px !important;
  letter-spacing: 1px;
}
/** End Builder **/
/** Horizontal Center **/
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-center .wpb_column {
    display: inline-block;
}
.flex-center .wpb_column .wpb_content_element {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.33);
}
/** End Horizontal Center **/
body.home #future ul.fa-ul {
    list-style-image: none;
}
.presslocation {
    text-transform: uppercase;
}
#learn-more-link-title {
    margin: 0;
}
/** Font Awesome **/
.fa-left {
    float: left;
}
.fa-right {
    float: left;
    margin-left: 3px;
    margin-top: 1px;
}
.fa-blog-square {
    background-image: url("//sc1.checkpoint.com/sc1/images/icon-home_blog.png");
    width: 22px;
    height: 22px;
}
.fa-blog-square:hover {
    background-image: url("//sc1.checkpoint.com/sc1/images/icon-home_blog_rollover.png");
}
/** Image Sizes **/
.size-full, .size-large, .size-medium {
    max-width: 100%;
    height: auto;
}
/** Vertical Alignment **/
.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* SITEMAP
-------------------------------------------------- */

#sitemap > .row > .col-md-4 > ul  {
    list-style-image: url("../images/bullet-prod.gif");
    margin: 0.5em 0 1.5em;
    padding: 0 0 0 1.3em;
}

#sitemap > .row > .col-md-4 > ul > li {
    margin: 0 0 0.35em;
}

#sitemap > .row > .col-md-4 > ul  ul {
    list-style-image: none;
    list-style-type: square;
}

#sitemap > .row > .col-md-4 > ul  ul ul{
    list-style-image: none;
    list-style-type: circle;
}

.fixed {
    position:fixed !important;
}


/* SWIFTYPE
-------------------------------------------------- */

.st-search-input {
    outline: none;
}
.swiftype-widget .autocomplete {
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    text-align: left;
}
.swiftype-widget .autocomplete ul {
    list-style-type: none;
    list-style-image: none;
    color: #e65785;
    font-weight: bold;
    padding: 0;
}
    .swiftype-widget .autocomplete ul li{
    margin: 0;
    padding: 0 0 0 12px;
    cursor: pointer;
}
.swiftype-widget .autocomplete ul li:hover{
    background-color: #f1f1f1;
}


/* Language Selector
-------------------------------------------------- */
#language-selector .modal-content {
    width: 485px;
    height: 244px !important;
    background-image: url('../images/language-selector-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
}
#language-selector .modal-body {
    width: 485px;
    height: 244px !important;
    padding: 30px 37px 0px 37px;
}
#language-selector .modal-body span strong {
    clear: both;
    display: block;
    font-size: 46px;
    float: left;
    letter-spacing: 1px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#language-selector .modal-body span {
    clear: both;
    display: block;
    font-size: 23px;
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    max-width: 300px;
    padding: 0px 0px 0px 0px;
}
#language-selector .modal-body p {
    clear: both;
}
#language-selector .modal-body a {
    display: inline-block;
    font-weight: bold;
    float: left;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
}
#language-selector .modal-body a:hover {
    text-decoration: none;
}
#language-selector .modal-body a[class*="lang-item-"] {
    background-color: #e65785;
    color: #fff;
    font-size: 18px;
    margin: 0px 30px 0px 0px;
    padding: 0px 37px;
}

#language-selector .modal-body a#null {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
@media only screen and (max-width : 960px){
    #language-selector .modal-body {
        padding: 30px 37px 30px 37px;
        overflow: auto;
    }
    #language-selector .modal-body,
    #language-selector .modal-content {
        width: 90%;
        max-width: 485px;
        height: auto !important;
        margin: 0 auto;
    }
    #language-selector .modal-content {
        background-image: none;
    }
    #language-selector .modal-body span strong {
        font-size: 21px;
        text-align: center;
        margin-bottom: 15px;
    }
    #language-selector .modal-body span {
        font-size: 16px;
        text-align: center;
        max-width: 100%;
    }
    #language-selector .modal-body a[id*="visit-"] {
        padding: 0px 15px;
        font-size: 16px;
        line-height: 36px;
        height: 36px;
    }
    #language-selector .modal-body a#null {
        line-height: 36px;
    }
    #language-selector .modal-body a[id*="visit-"],
    #language-selector .modal-body a#null {
        float: none;
    }
    #language-selector .modal-body p {
        text-align: center;
    }
}
@media only screen and (max-width : 400px){
    #language-selector .modal-body a[id*="visit-"] {
        margin-right: 0px;
    }
    #language-selector .modal-body p a#null {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 20px;
        line-height: 16px;
        height: auto;
    }
}
.widget_polylang {
    display: none !important;
}


/* Submenu On Promo Buttons
-------------------------------------------------- */

h3,
button.btn-large {
    margin-bottom: 15px;
}
h3, h5,
.cp-set-secondary b,
.cp-content-set.cp-download .cp-set-secondary p:before {
    color: #e85685;
}

td, thead th, .tablepress td, .tablepress thead th  {
    font-size: 16px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
tfoot td, .tablepress tfoot td {
    border-width: 0;
    background: none;
    font-size: 12px;
}
thead th, .tablepress thead th{
    background-color: #e65684;
    color: #fff;
    font-weight: 600;
    border-top: 0;
}

ul.list-prod ul {
    list-style: none;
}
ul.list-prod + p {
    margin-top: 20px;
}
ul.list-prod li ul li:before,
ul.list-prod li ul li ul li:before {
    color: #e85685;
    font: 9px/9px FontAwesome;
    display: block;
    float: left;
    margin: 3px -20px 30px;
}
ul.list-prod li ul {
    margin-top: 10px;
}

ul.list-prod li ul li:before {
    content: "\f10c";
}
ul.list-prod li ul li ul li:before {
    content: "\f111";
}
.cp-content-set {
    margin-bottom: 40px;
}
.cp-content-set > div {
    padding-left: 0;
}
.cp-content-set p {
    margin-left: 0;
}
.cp-content-set.cp-intro {}
.cp-content-set.cp-intro p,
.opsec-filter-intro {
    font-size: 21px;
    line-height: 1.25em;
}
.cp-trim_corner-fff-52px {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    background: url(../images/bg-corner-fff-52px.png) bottom right no-repeat;
}
.cp-content-set.cp-download .cp-set-main {
    padding-right: 80px;
}
.cp-content-set.cp-download .cp-set-secondary p {
    font-size: 14px;
    color: #888;
}
.cp-content-set.cp-download .cp-set-secondary p:before {
    font-family: FontAwesome;
    content: '\f016';
    margin-right: 15px;
    font-size: 32px;
    float: left;
}
.cp-content-set.cp-download .cp-set-secondary b {
    text-transform: uppercase;
    font-size: 16px;
}
.cp-content-set.cp-download li b,
.cp-content-set.cp-download .cp-set-secondary b:after {
    content: '\A';
    white-space: pre;
}
.cp-row-emblem_stars-partner {
    background: url(../images/check-point-stars-partner.jpg) no-repeat 0 0;
    padding: 0 0 15px 100px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D5D5D5;
    min-height: 75px;
}
.cp-row-emblem_stars-partner:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cp-row-emblem_stars-partner p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 55px;
    align-content: flex-start;
}
.cp-set-secondary,
.cp-trim_corner-999 {
    padding-bottom: 40px;
    background: url(../images/hrtri.png) bottom right no-repeat;
    border-bottom: 1px solid #D5D5D5;
}
.cp-section-nav-top.cp-trim_corner-999 {
    padding-bottom: 0;
    line-height: 22px;
    margin: 40px 0;
    min-height: 22px;
}
.cp-section-nav-top {
    display: block;
    width: 100%;
    text-align: left;
}
.cp-section-nav-top,
.cp-section-nav-top a:not(.primary-pink) {
    color: #333;
}
.cp-section-nav-top a:hover {
    color: #913250;
}
.cp-section-nav-top a.selected,
.cp-section-nav-top a.selected:hover {
    font-weight: 600;
    text-decoration: none;
}
.cp-content-set.cp-img-text {
    width: 100%;
    clear: both;
    font-size: 1em;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cp-content-set.cp-img-text img {
    max-width: 100%;
}
.cp-content-set.cp-img-text:last-child {
    border: 0;
}
.cp-content-set.cp-img-text,
.opsec-filter-intro {
    border-bottom: 1px solid #ccc;
}
.cp-content-set.cp-img-text .cp-image,
.cp-content-set.cp-img-text .cp-text {
    float: left;
}
.cp-content-set.cp-img-text .cp-image {
    width: 185px;
    height: 60px;
    margin-right: 20px;
}
.cp-content-set.cp-img-text .cp-image img {
    height: auto;
    max-width: 185px;
}
.cp-content-set.cp-img-text h5 {
    font-size: 1.4em;
}
.opsec-filter-intro {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px 30px;
    text-align: center;
}
.no-wrap {
    white-space: nowrap;
}


/* Responsive
-------------------------------------------------- */

@media only screen and (max-width : 1200px) {
    #util-nav {
        margin-right: 0;
    }
}
@media only screen and (max-width : 1170px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .rowfix, .row .rowfix {
        margin-left: 0;
        margin-right: 0;
    }
    .breadcrumb, .breadcrumbs {
        padding: 8px 0 0;
    }
    .fa-bars {
        color:#e85685 !important;
    }
}
@media only screen and (max-width : 1200px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .rowfix, .row .rowfix {
        margin-left: 0;
        margin-right: 0;
    }
    .navbotborderr {
        width: auto;
    }
    .util-nav-bg {
        display: none !important;
    }
    #logo {
        margin: 15px 0 0px 0px;
    }
}
@media only screen and (max-width : 960px) {
    #ubermenu-main-2-mega_menu ul li:last-child {
        padding-bottom: 25px;
    }
    #masthead > .util-nav-bg {
        display: none;
    }
    footer {
        padding-top: 0;
    }
}
@media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}