/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
#home-banner {
   margin: 0;
   padding: 40px 0 60px;
   background-color: #fff;
   color: #000;
   background-image: url('https://portal.intercopy.org/templates/ACTIVE-six/img/copyright-image-cropped.jpg')
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}

.backgroundimage-sx {
    background-color: #fff;
   color: #000;
   background-image: url('https://portal.intercopy.org/templates/ACTIVE-six/img/worldmapwhite.png')
  background-repeat: no-repeat;
  background-attachment: fixed; 
   
}

.homeimagesx {
    margin-top: -10px;
}
.std-btn-sx {
    padding: 6px 45px;
    background-color: #000000;
    color: #fff;
    border-radius: 3px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.std-btn-sx:hover {
    color:#fff;
    
}

.std-btn-sxwhite {
    padding: 6px 45px;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*
What can be copyrighted section
*/

#sxbox-modern .product {
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    min-height: 200px;
}

#sxbox-modern .learnmorebottom {
    position: absolute;
    bottom: 15px;
    
}


#sxbox-modern .product:hover {
    background-color: #E6EDFF;
    cursor: pointer;
    cursor: hand;
}

#sxbox-modern .product .pricing {
    float: right;
    text-align: right;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
}

#sxbox-modern .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

#sxbox-modern .product .prodfeature {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ff6600;
}

#sxbox-modern .product .prodfeature .feature {
    font-size: 13px;
    color: #666;
}

#sxbox-modern .product .description {
    font-size: 0.9em;
    margin: 15px 30px 10px 20px;
}





/*
Product Listing
*/

#order-modern .product {
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .product:hover {
    background-color: #E6EDFF;
    cursor: pointer;
    cursor: hand;
}

#order-modern .product .pricing {
   
    
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
}

#order-modern .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

#order-modern .product .prodfeature {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ff6600;
}

#order-modern .product .prodfeature .feature {
    font-size: 13px;
    color: #666;
}

#order-modern .product .description {
    
    margin: 15px 30px 10px 20px;
    text-align: left;
}


#order-modern .product1 {
    margin: 15px 0;
    padding: 15px;
    background-color: #E6EDFF;
    color:#000;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .product1 .hr {  
            height: 4px;  
            background-color: red;  
            border: none;  
        }  

#order-modern .product2 {
    margin: 15px 0;
    padding: 15px;
    background-color: #000;
    color:#fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


.h3sx {
    margin-top: 0px;
}

.protect {
    
    right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    color:#fff;
    
}

.protect-white {
    
    right: 0px;
    left: 0px;
    
    pading-top: 30px;
    background-color: #fff;
    color:#fff;
    
}

.protect-grey {
    
    right: 0px;
    left: 0px;
    
    pading-top: 30px;
    background-color: #eee;
    color:#000;
    
}

.iconfasx {
    text-align: center;
}

.oneandhalf {
    line-height: 50px;
}


.leadsx {margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.leadsx{font-size:21px;line-height:2}}

section#footer {
    margin: 0;
    padding: 20px 10px;
    background-color: #000;
    
    color: #ffffff;
    font-size: 14px;
}

section#footer a {
  flex: 1;
  text-decoration: none;
  outline-color: transparent;
  text-align: left;
  line-height: 3;
  color: white;
}

section#footer h3 {
  margin-top: 0px;
}

.footercenter {
    text-align:center;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.gb-block-accordion{margin-bottom:1.2em}
.gb-block-accordion .gb-accordion-title{background:#f2f2f2;padding:10px 15px; margin-bottom:0px; cursor: pointer;}
.gb-block-accordion .gb-accordion-title p{display:inline}
.gb-block-accordion .gb-accordion-text{padding:10px 15px}
.gb-block-accordion .editor-rich-text .editor-rich-text__inline-toolbar{display:block;left:40%}
.gb-block-accordion+.gb-block-accordion{margin-top:-0.6em}

@media only screen and (min-width: 600px){
    .gb-font-size-14 .gb-accordion-title{font-size:14px}
    .gb-font-size-15 .gb-accordion-title{font-size:15px}
    .gb-font-size-16 .gb-accordion-title{font-size:16px}
    .gb-font-size-17 .gb-accordion-title{font-size:17px}
    .gb-font-size-18 .gb-accordion-title{font-size:18px}
    .gb-font-size-19 .gb-accordion-title{font-size:19px}
    .gb-font-size-20 .gb-accordion-title{font-size:20px}
    .gb-font-size-21 .gb-accordion-title{font-size:21px}
    .gb-font-size-22 .gb-accordion-title{font-size:22px}
    .gb-font-size-23 .gb-accordion-title{font-size:23px}
    .gb-font-size-24 .gb-accordion-title{font-size:24px}
    
}

section#main-body-sx {
    min-height:0px !important;
    margin: 0px !important;
    padding: 0px !important;
}