#alert {
    display: none;
    outline: none;
}

.alert-grid__text a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.5rem;
    transition: border-bottom 0.5s ease-in-out;
}

    .alert-grid__text a:hover {
        border-bottom: 1px solid currentColor;
    }

    #alert.bg-blue {
        background-color: #3859b5;
    }

        #alert.bg-blue.gradient {
            background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(30,47,96,1) 56%, rgba(56,89,181,1) 100%);
        }

    #alert.bg-green {
        background: #82c417;        
    }

        #alert.bg-green.gradient {
            background: linear-gradient(90deg,#82c417 0%,#00B2B2 48.22%,#3859b5 73.79%,#0f2c7a 100%);
        }

        #alert.bg-green .alert-grid__text a {
            color: #3859b5;
        }

        #alert.bg-green.gradient .alert-grid__text a {
            color: #82c417;
        }

        #alert.bg-gray {
            background: #6c757d;
        }

    #alert.bg-black {
        background-color: #000;
    }

    #alert .container {
        padding: 0.4em .3em;
    }

    #alert .alert-grid {
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;     
    }

    #alert .alert-grid__text {
        padding: 0.5rem 0;
    }

        #alert .alert-grid__text p {    
            color: white;
            font-weight: 600;
            margin: 0;
        }

    #alert .close-button {
        width: 30px; 
        margin-left: 3rem;
        color: white;
    }

    #alert .close-button .fa-times  {
        font-size: 1.2rem;
        cursor: pointer;
    }

    #alert.alert--is-visible {
        display: flex;
        /* overflow-wrap: anywhere; */
    }

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #323232;
    background-color: #fff;
}

body, html {
    overflow-x: hidden;
}
ul {
    list-style: none;
    margin:0;
    padding:0;
}
a {
    color: #839f3b;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    
}
.widget a,.footer-widget-wrapper a,.breadcrumb a{color: #1A3483}
a:focus, 
a:hover {
    text-decoration: none;
    outline: none;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:25px;
}
h4 {
    font-size:20px;
}
h5 {
    font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight:normal;
}
.np {
    padding: 0;
}
.npl {
    padding-left: 0;
}
.npr {
    padding-right: 0;
}
.padding-top {
    padding-top:80px;
}
.padding-bottom {	
    padding-bottom:80px;
}
.section-title {	
    padding-bottom:70px;
}
.section-title h1 {
    position:relative;
    font-size: 36px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    text-transform: capitalize;
    color:#323232;
}
.section-title h1 span {
    font-weight: 300;
}
.section-title h1:before,
.section-title h1:after {
    content: "";
    position: absolute;
    left:50%;
}
.section-title h1:before {
    background-color: #e2e2e2;
    bottom:0;
    height: 1px;
    margin-left:-51px;
    width:102px;	
}
.section-title h1:after {
    width: 5px;
    height: 5px;
    bottom: -2px;
    border-radius: 50%;
}
.btn {	
    border:none;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    padding: 17px 20px;
    text-transform: uppercase;
    position:relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover, 
.btn:focus {	
    color:#333;
}
.btn-angle {
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
}
.btn-angle:hover {
    color: #fff !important;
}
.btn-angle:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background: #323232;
    z-index: -1;
    content: "";
    transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -webkit-transform: skew(50deg) scale(1.1,1);
    -mox-transform: skew(50deg) scale(1.1,1);
    -ms-transform: skew(50deg) scale(1.1,1);
    -o-transform: skew(50deg) scale(1.1,1);
    transform: skew(50deg) scale(1.1,1);
}
.btn-angle:hover:before {
    width: 100%;
    left: 0%;
}
.parallax-section { 	
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    color:#fff;
}
.overlay {
    background:rgba(19, 19, 22, 0.30);
    display: block;
    width: 100%;
    height: 100%;
}
.navbar-toggle {
    border:1px solid #fff;
    margin-top:18px;
}
.navbar-toggle .icon-bar {
    background-color:#fff;
}
#sub-page  #navigation{
    position:inherit;
    padding-top: 65px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#navigation{
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 999;
}
#navigation .header-section {
    min-height:70px;
}
#navigation .navbar-right {
    margin-right:30px;
}
#navigation .topbar-icons {
    position: absolute;
    right: 15px;
    top: 25px;
}
#navigation .topbar-icons span {
    margin:0 9px;
}
#navigation .topbar-icons span i {
    color:#fff;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navigation .topbar-icons span i:hover {
    background-color:transparent;
}
#navigation .navbar-fixed-top {
    position:fixed;
    top:0 !important;
    bottom:inherit !important;
    left:0;
    width:100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#navigation .navbar-right li a {
    font-size: 16px;
    text-transform:capitalize;
    position:relative;
    padding:25px 20px;
    color:#fff;
}
#navigation .navbar-right li a.active, 
#navigation .navbar-right li a:hover,
#navigation .navbar-right li.active> a, 
.bottom-socials ul li a:hover, 
#navigation .navbar-right li i:hover, 
.nav>li>a:hover{
    color:#fff;
}
.nav > li > a:focus, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus {
    background-color:inherit;
}

#navigation .navbar-right li i {
    color: #fff;
    padding: 18px 10px 15px;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:relative;
}
.navbar-brand h1 {
    margin:7px 0;
font-family: "Raleway", sans-serif;

}
.navbar-header {
    margin-left:15px;
}
.search.search-toggle  {
    display:block;
}
.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 70px;
  }
.search .search-close {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -14px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;    
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    opacity: 0.8;
}
.search .search-close:hover {
    opacity:1;
}
    .search .search-loupe {
        position: absolute;
        cursor: pointer;
        top: 35%;
        right: 70px;
        font-size: 18px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
        opacity: 0.8;
    }
.search-form{
    padding-left: 15px;
    height: 70px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    outline: none;
    border: 0;
    width: 100%;
}
#main-slider {
    overflow: hidden;
    background-repeat:no-repeat;
    background-size:cover;
}
#main-slider .item {
    height: 650px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .slider-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size:18px;
    margin-top:-100px;
}
#main-slider .slider-inner h2 {
    font-size: 60px;
    font-weight:300;
    text-transform: uppercase;
    color: #fff;
}
#main-slider .slider-inner h2 > span {
  font-weight:700;
}
#main-slider .slider-inner p {
    max-width:650px;
}
#main-slider .slider-inner .btn {
    margin-top: 10px;
    background-color: transparent;	
    padding: 12px 30px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
#main-slider .slider-inner .btn:hover {
    color:#fff;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #9d5468;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* Blog */

.post-image {
    position: relative;
    overflow: hidden;
}
.post-image img {
    width: 100%;
}
.post-time {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
}
.post-time p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 45px;
    right: 15px;
    line-height: 24px;
}
.post-time p span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
a.read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.post:hover a.read-more {
    top: inherit;
    left: inherit;
    right: 0px;
    bottom: 46px;
}
a.read-more span {
    border-left: 48px solid transparent;
    position: relative;
}
a.read-more i {
    font-size: 24px;
    position: absolute;
    bottom: -42px;
    right: 8px;
}
a.entry-title, a.entry-title h2 {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}
a.entry-title h2 {
    margin-bottom: 5px;
}
.entry-meta {
    margin-bottom: 16px;
}
.entry-meta span {
    position: relative;
    margin-right: 13px;
}
.entry-meta span:before {
    position: absolute;
    content: "";
    top: 6px;
    left: -9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.entry-meta span:first-child:before {
    display: none;
}
.entry-meta span, .entry-meta span a {
    color: #989898;
    font-size: 12px;
}
.footer-widget-wrapper {
    padding: 57px 0 20px;
    border-top: 1px solid #dfdfdf;
    position: relative;
    background-size:cover;
}
.footer-widget-wrapper:before {
    position: absolute;
    top: -4.5px;
    left: 50%;
    margin-left: -4.5px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #f0f0f0;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget h1 {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    margin: 3px 0 30px;
}
.footer-widget h1:before,
.footer-widget h1:after {
    position: absolute;
    content: "";
}
.footer-widget h1:before {
    top: 9px;
    right: 0;
    width: 40%;
    height: 1px;
    background: #cecece;
}
.footer-widget h1:after {
    width: 5px;
    height: 5px;
    right: 40%;
    top: 6.5px;
    margin-right: -2.5px;
    border-radius: 50%;
}
.footer-widget h1 span {
    font-weight: 300;
}
.contact-widget i, .twitter-widget i {
    font-size: 24px;
    margin-right: 12px;
}
.footer-logo {
    margin-bottom: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    width: 130px;
}
.text-widget p {
    margin-bottom: 22px;
}
.social {}
.social li {
    margin: 0 10px;
}
.social li:first-child {
    margin-left: 0;
}
.social li:last-child {
    margin-right: 0;
}
.social li a {
    color: #949494;
    font-size: 20px;
}
.twitter-widget p:first-child {
    margin-bottom: 15px;
}
.footer-bottom {
    padding: 25px 0 15px;
}
.footer-bottom a, .footer-bottom p {
    color: #fff;
}
.footer-bottom a:hover {
    color: #000;
}
.footer-menu li {
    padding: 0 20px;
}
.footer-menu li:first-child {
    padding-left: 0;
}
.footer-menu li:last-child {
    padding-right: 0;
}
.footer-menu li a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-menu li a:hover {}
.copy-right p strong {
    font-weight: 500;
}
.copy-right a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.copy-right a:hover {
    color: #fff;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    outline:none;
    min-height:41px;
    border-color:#ddd;
}
.form-control:focus{
    box-shadow:none;
}
.contact-wrap .btn.btn-primary {
    display:block;
    margin-top:15px;
    border-color:#ddd;
    outline:none;
    text-transform:capitalize;
    float:right;
}
textarea.form-control {
    resize:none;
    min-height:183px;
}
#contact-page .page-title {
    padding:0 0 50px;
}
.form-group {
    margin-bottom:30px;
}
/* Blog CSS */
#main-blog {
    background-color:#f5f5f5;
}
#content .post, 
#sidebar .widget {
    background-color:#fff;
    margin-bottom:30px;
}
.post .post-content {
    padding:40px 30px 30px 40px;
}
.post .entry-title{
    margin-top:0;
    margin-bottom:10px;
}
.post-content.media .pull-left {
    margin-right:25px;
}
.post-content.media .post-format {
    margin:0 0 15px;
}
.post-content.media .post-format i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.post .entry-thumbnail img {
    width:100%;
    max-height:350px;
}
.post .entry-thumbnail iframe {
    width:100%;
}
.full-width .post .entry-thumbnail img {
    max-height:500px;
}
.post .entry-meta {
    margin-top:0;
    margin-bottom:10px;
}
.post .entry-meta ul li {
    display:inline-block;
    margin-right:10px;
}
.post .entry-meta ul li i {
    margin-right: 5px;
}
.post .entry-meta ul li, 
.post .entry-meta ul li i, 
.post .entry-meta ul li a {
    color: #898989;
    text-transform: capitalize;
}
.post .entry-summary {
    line-height:26px;
}
.post .post-content .media-body {
    padding-right: 30px;
}
.post .entry-meta ul li a:hover {
    color:#333;
}
.blog-control-left, 
.blog-control-right {
    position: absolute;
    top: 50%;
    color: #989898;
    font-size: 35px;
    z-index: 100;
    line-height: 35px;
    margin-top: -15px;
}
.blog-control-left {
    left:30px;
} 
.blog-control-right {
    right:30px;
}

/*Sidebar*/

.widget-area .widget_search .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 52px;
}
.widget-area .widget_search{
    position:relative;
}
.widget-area .widget_search button.btn, 
.blog-search-top button.btn{
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    background-color:transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.widget-area .widget_search button.btn:focus {
    outline:none;
}
.widget-area .widget_search .btn i {
    font-size:16px;
    color:#999;
}
.widget.tab_widget .nav > li{
    display:inline-block;
    padding: 0;
    margin: 0;
    border: 0
}
.widget.tab_widget ul li a {
    padding:20px;
    display:inline-block;
}
.widget .nav > li.active > a, 
.widget .nav > li:hover > a, 
.widget .nav > li a:focus {
    background-color:#fff;
}
.latest-posts, 
.recent-comment {
    padding:25px;
    overflow:hidden;
}
.widget .media .pull-left {
    max-width: 45%;
    margin-right:15px;
}
.widget .recent-comment .media {
    margin-top:25px;
}
.widget .recent-comment .media:first-child {
    margin-top:0;
}
.widget .recent-comment .media .pull-left {
    width:30%;
}
.widget .recent-comment .media .pull-left img{
    max-width:100%;
}
.widget img{
    opacity:0.8;
}
.widget img:hover {
    opacity:1
}
.widget .entry-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
}
.entry-meta {
    margin-top: 0;
    color: #898989;
}
.entry-meta.small i {
    margin-right:5px;
}
.widget h3.widget_title {
    padding:16px 20px;
    margin-bottom:0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    border-bottom:1px solid #d8d8d8;
}
.widget ul li {
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
}
.widget ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    text-decoration: none;
    border-left: 5px solid transparent;
    padding: 15px;
    -webkit-transition: all .06s ease-in;
    -moz-transition: all .06s ease-in;
    -ms-transition: all .06s ease-in;
    -o-transition: all .06s ease-in;
    transition: all .06s ease-in;
}
.widget.tag-cloud ul {
    padding:25px;
}
.widget.tag-cloud ul li {
    display:inline-block;
    border-bottom:0;
}
.widget.tag-cloud ul li a {
    display: inline-block;
    color: #898989;
    padding: 7px 15px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: #F5F5F5;
    border-left:0;
}
.widget.tag-cloud ul li a:hover {
    color:#fff;
}

/*Blog Single*/

.social-share {
    margin-top:30px;
}
.social-share ul li {
    display:inline-block;
}
.media-wrapper  img {
    max-width:70px;
    max-height:70px;
    border:1px solid#f5f5f5;
}
.media-wrapper {
    background-color: #fff;
    padding: 0 30px 30px 30px;
    margin-top: -30px;
    margin-bottom:100px;
}
.media-wrapper .media .pull-left {
    margin-right:25px;
}
.post-comment h3 {
    margin-top:0;
    margin-bottom:5px;
}
.post-comment h4 {
    margin-top:0;
}
.parent.media-list {
    margin-bottom: 50px;
    margin-left: 100px;
}
.comments-heading, .author-details h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #000;
}
.post-comment:hover .btn-reply {
    color:#858585;
}
.replay-box h3 {
    margin-bottom:25px;
}
.pagination-section {
    margin-bottom:50px;
    margin-top:20px;
}
.pagination>li>a, 
.pagination>li>span {
    border-right:1px solid #ddd;
    font-weight:700;
    color:#000;
    border-top:0;
    border-bottom:0;
    background-color:transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-left:0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-right:0;
}
.pagination>li>a:hover, 
.pagination>li>a.active, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    background-color:transparent;
}

.CM_W3_CreateAccount ul.wizard li{height:100%!important}


#MainContainer {
    font-family: 'Raleway', sans-serif!important;

}

.CM_W3_CreateAccount {

    width: 100%!important;

}


/** Forms CSS **/

.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}


.scfForm input,
.scfForm select,
.scfForm textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scChromeDataHolder {
    display: block;
}

.scfForm textarea {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

/* Form */
.scfForm {
    height: 100%;
    width: 100%;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
    text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}

/* Submit Button*/
.scfSubmitButtonBorder {
}

.scfSubmitButton {
}

/* Error */
.scfError {
}

/* Validation */
.scfValidationSummary {
    margin-left: 20px;
}

.scfValidatorRequired, .scfRequired {
    margin: 0 0;
    float: right;
}

.scfValidator {
    margin: 0;
    display: block;
    float: left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
    padding: 0 15px 15px 15px;
    border: 0;
    /*border-top: solid 2px;*/
    margin: 0 30px;
}

.scfSectionLegend {
    padding: 7px 13px 8px 0px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0px;
}

.scfSectionBorder {
    margin: 0;
    padding: 0;
    width: 100%;
}

.scfSectionContent {
    width: 100%;
    float: left;
}

.scfSectionUsefulInfo {
    width: 100%; /*padding: 5px 0 0 20px;*/
    vertical-align: top;
    display: inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0;
    width: 100%;
}

.scfCheckbox {
    width: 90%;
    display: block;
    padding: 0 0;
    margin: 0;
}

.scfCheckboxUsefulInfo {
    font-size: 0.9em;
    display: block;
    width: 90%;
    padding: 0 3px;
}

/* Label */
.scfLabel {
    width: 100%;
    display: block;
}

.scfListBox, .scfDropList {
    /* width: 70%; */
    margin: 0;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
    width: 60%;
    display: block;
    float: left;
}

.scfMultipleLineTextBox {
    /* width: 70%; */
    margin: 0 0 10px 0;
}


.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0;
    width: 100%;
    vertical-align: top;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
    /* width: 70%; */
    margin: 0;
    margin: 3px 0;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
    padding: 3px 0;
    /*width: 30%;*/
    display: block;
    float: left;
    clear: both;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
    /*margin: 0 3px;*/
    padding: 0 2px 0 0;
    width: 60%;
    display: block;
    float: left;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
    padding-left: 3px;
    font-size: 0.9em;
    width: 100%;
    display: block;
    float: left;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
    width: 30%;
    margin: 0px;
    margin-right: 3%;
    margin-bottom: 10px;
}

.scfDateSelectorLabel {
    margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
    padding: 0 0 1px 0;
    margin: 0;
    display: block;
    float: left;
    font-size: xx-small;
    line-height: 10px;
    width: 33%;
}

ul {
    margin: 0;
    padding: 0;
}

.scfCreditCardType {
    width: 100%;
}

.scfCaptchaLabelText {
    width: 180px;
}

.scfCaptcha img {
    border: 1px solid black;
}

.scfCaptchaTextBox {
    width: 100%;
}

.scfCaptchStrongTextPanel {
    width: 180px;
    display: block;
    float: left;
}

.scfCaptchaLimitGeneralPanel {
    width: 215px;
}

    .scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
        float: right;
    }

.scfCaptchaGeneralPanel embed {
    position: absolute;
    z-index: -10;
}

.scfCaptchaGeneralPanel td br {
    margin-top: 3px;
    margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input {
    margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
    margin-top: 30px;
}

.scfShortDate {
    clear: left;
    text-align: left;
    display: block;
    margin: 5px 0;
    vertical-align: top;
    width: 60%;
}

.scfShortText {
    margin: 0;
    float: right;
    width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
    width: 50%;
    margin-top: 0;
}

.scfShortDate .scfDateSelectorGeneralPanel {
    width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
    display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
    width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
    width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
    width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo {
}

.scfShortText .scfSingleLineTextBox {
    width: 100%;
    margin: 0;
}

.scWfmPassword {
    behavior: url("/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012");
}

.scfDatePickerGeneralPanel .ui-icon {
    float: right;
    position: relative;
    top: -20px;
    display: block;
}

/** Forms customization **/
/* Form */
.scfForm {
}

/* Form Title*/
.scfTitleBorder {
    color: #000000;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}

/* Submit Button*/
.scfSubmitButtonBorder {
}

.scfSubmitButton {
}

/* Validation */
.scfError, .scfValidationSummary, .scfValidatorRequired, .scfValidator {
    color: red;
}

.scfRequired {
    color: #000000;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
    border-top-color: #000000;
}

.scfSectionLegend {
    color: #83BB27;
}

.scfSectionBorder {
}

.scfSectionContent {
}


.scfSectionUsefulInfo {
}

/* Form fields */
/* Checkbox */
.scfCheckboxBorder {
}

.scfCheckbox {
}

.scfCheckboxUsefulInfo {
    color: silver;
}
/* DropList */
.scfDropListBorder {
}

.scfDropListLabel {
}

.scfDropList {
}

.scfDropListUsefulInfo {
    color: silver;
}
/* Email */
.scfEmailBorder {
}

.scfEmailLabel {
}

.scfEmailTextBox {
}

.scfEmailUsefulInfo {
    color: silver;
}
/* Label */
.scfLabel {
}
/* Multiple-Line Text */
.scfMultipleLineTextBorder {
}

.scfMultipleLineTextBox {
}

.scfMultipleLineTextLabel {
}

.scfMultipleLineTextUsefulInfo {
    color: silver;
}
/* Password */
.scfPasswordBorder {
}

.scfPasswordTextBox {
}

.scfPasswordLabel {
}

.scfPasswordUsefulInfo {
    color: silver;
}

/* Single-Line Text */
.scfSingleLineTextBorder {
}

.scfSingleLineTextBox {
}

.scfSingleLineTextLabel {
}

.scfSingleLineTextUsefulInfo {
    color: silver;
}

/* Number */
.scfNumberBorder {
}

.scfNumberTextBox {
}

.scfNumberLabel {
}

.scfNumberUsefulInfo {
    color: silver;
}

/* Date Picker*/
.scfDatePickerTextBox {
}

.scfDatePickerUsefulInfo {
    color: silver;
}

.scfDatePickerLabel {
}

/* DateTime */
.scfDateBorder {
}

.scfDateTextBox {
}

.scfDateLabel {
}

.scfDateUsefulInfo {
    color: silver;
}

/* Radio Button List */
.scfRadioButtonListBorder {
}

.scfRadioButtonList {
}

.scfRadioButtonListLabel {
}

.scfRadioButtonListUsefulInfo {
    color: silver;
}

/* ListBox */
.scfListBoxBorder {
}

.scfListBox {
}

.scfListBoxLabel {
}

.scfListBoxUsefulInfo {
    color: silver;
}

/* CheckBoxList */
.scfCheckBoxListBorder {
}

.scfCheckBoxList {
}

.scfCheckBoxListLabel {
}

.scfCheckBoxListUsefulInfo {
    color: silver;
}

/* File Upload */
.scfFileUploadBorder {
}

.scfFileUpload {
}

.scfFileUploadLabel {
}

.scfFileUploadUsefulInfo {
    color: silver;
}

.scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfDateSelectorUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
    color: silver;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
    color: #000000;
}

.ui-widget {
    font-size: 10px;
}

.scfCheckBoxListLabel, .scfRadioButtonListLabel {
    font-weight: bold;
}

.field-validation-error {
    color: red;
}

/** Sitecore 10.3 Forms Styling **/

.formSection {
    display: grid;
    grid-template-columns: 30% 50% 20%;
}

    .formSection legend, .formSection p {
        grid-column: 1 / span 3;
    }

    .formSection label {
        grid-column-start: 1;
    }

/*, label:has(input[type=checkbox].scfCheckBox)*/
label.checkboxListItems {
    grid-column-start: 2;
}


label.scfCheckBox, p.formColumn2 {
    grid-column-start: 2;
}

p.formColumn2{
    color:grey;
    font-family: inherit;
    font-size:inherit;
}

.scfDropList, .formSection input {
    height: 26px;
}

    .formSection input[type=date] {
        width: 125px;
    }

.formSection .scfCheckBox input, input.scfCheckBox {
    height: auto;
}

.formSection input[type=checkbox] {
    margin-right: 4px;
}

.scfSubmitButton.forceLeft{
    float:left;
}