[id^=formFactory] * {
  box-sizing: border-box;
}
[id^=formFactory] table {
  border-collapse: collapse;
  border-spacing: 0;
}
[id^=formFactory] textarea {
  resize: vertical;
}
[id^=formFactory] legend {
  padding: 15px 20px 10px 5px;
}
[id^=formFactory] .form-horizontal .radio,
[id^=formFactory] .form-horizontal .checkbox,
[id^=formFactory] .form-horizontal .radio-inline,
[id^=formFactory] .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
[id^=formFactory] .form-horizontal .radio,
[id^=formFactory] .form-horizontal .checkbox {
  min-height: 24px;
}
[id^=formFactory] .form-horizontal .form-group {
  padding: 0 15px;
}
[id^=formFactory] .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
[id^=formFactory] .form-horizontal ff-date-picker-input .left15 {
  margin-left: 0;
}
[id^=formFactory] .form-horizontal ff-date-picker-input .datepicker-popup-position .dropdown-menu {
  left: auto !important;
  right: 0;
}
[id^=formFactory] .form-horizontal ff-date-picker-input .input-group-btn button.btn-md {
  padding-top: 3px;
  padding-bottom: 3px;
}
[id^=formFactory] .form-horizontal ff-preference-table table thead th {
  vertical-align: middle;
  text-align: center;
}
[id^=formFactory] .form-group {
  margin-bottom: 5px;
}
[id^=formFactory] .radio label,
[id^=formFactory] .checkbox label {
  padding-left: 20px !important;
}
[id^=formFactory] .datepicker-popup-position .input-group-btn button {
  padding: 10px 15px 10px 15px;
  font-size: 17px;
}
[id^=formFactory] .text-left {
  text-align: left;
}
[id^=formFactory] .text-right {
  text-align: right;
}
[id^=formFactory] .text-center {
  text-align: center;
}
[id^=formFactory] .text-justify {
  text-align: justify;
}
[id^=formFactory] .text-nowrap {
  white-space: nowrap;
}
[id^=formFactory] .text-lowercase {
  text-transform: lowercase;
}
[id^=formFactory] .text-uppercase {
  text-transform: uppercase;
}
[id^=formFactory] .text-capitalize {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  [id^=formFactory] .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
  [id^=formFactory] .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
  [id^=formFactory] .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
    .btn:not(.btn-md) {
        word-wrap: break-word;
        white-space: break-spaces;
        height: auto;
        line-height:20px;
        padding:10px;
    }
}

/* Color blue */
.btn.btn-primary {
    color: white;
    background-image: -webkit-gradient(linear, right top, left top, from(#ed2345), color-stop(50%, #c8005d), to(#ed2345));
    background-image: linear-gradient(270deg, #ed2345 0%, #c8005d 50%, #ED2345 100%);
    font-family: "Nunito Sans";
}
header#header #brand .navbar-toggler {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C8005D), to(#ED2345));
    background-image: linear-gradient(180deg, #C8005D 0%, #ED2345 100%);
}
.menu-open header#header #brand .navbar-toggler span {
    background: #ED2345;
}
.menu-open header#header #brand .navbar-toggler span::before {
    background: #ED2345;
}
header#header #brand .navbar-brand.link::before {
    color: #ED2345;
}
#main--menu ul li.dropdown > a::after, #main--menu ul li.dropdown-second > a::after {
    color: #ED2345;
}
@media only screen and (max-width: 767px) {
    header#header #top--menu nav ul li.active a {
        color: #ED2345;
    }
}
.menu-open header#header #brand .navbar-brand.link .backlink::before {
    color: #ED2345;
}
.siteSeparator {
    background-color: #ED2345;
}
header#header #brand .socials a:hover {
    color: #ED2345;
}
.btn.btn-accent-color {
    color: #ED2345;
}
.search-form button {
    color: #ED2345;
}
.btn.btn-accent-color:hover {
    color: #ED2345;
}
ul.border--bottom > li::before {
    border-color: #ED2345 transparent transparent transparent;
}
ul.border--bottom > li::after {
    background: #ED2345;
}
body:not(.menu-open) #main--menu ul > li .drop:not(.alone)::before {
    background: #FCD7DD;
}
body:not(.menu-open) #main--menu ul > li .drop:not(.alone) > ul {
    background: #FCD7DD;
}
#main--menu ul > li .drop > ul > li > ul li.active a, #main--menu ul > li .drop > ul > li > ul li a:hover {
    color: #ED2345;
}
#main--menu ul > li .drop > ul > li:hover > a, #main--menu ul > li .drop > ul > li.active > a {
    color: #ED2345;
}
#footer ul li::before {
    background-color: #ED2345;
}
#footer .top--footer .row > div:not(:first-child)::after {
    background-color: #ED2345;
}
.btn.btn-default {
    color: white;
    background-image: -webkit-gradient(linear, right top, left top, from(#820068), color-stop(50%, #C8005D ), to(#ED2345));
    background-image: linear-gradient(270deg, #820068 0%, #C8005D  50%, #ED2345 100%);
    font-family: "Nunito Sans";
}
footer .scroll {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C8005D), to(#ED2345));
    background-image: linear-gradient(180deg, #C8005D 0%, #ED2345 100%);
}

footer {
    margin-top: 20px;
}

#maincontent {
    min-height: calc(100vh - 201px - 251px - 120px);
}

/* Mobile menu 3 icons fix */
@media only screen and (max-width: 767px) {
    .menu-open header#header #top--menu>div .btn {
        padding:8px 8px 8px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .menu-open header#header #brand .navbar-brand.link::before {
        position:relative;
        top:0;
    }
    .menu-open header#header #brand .navbar-brand .backlink{
        margin-top: -11px;
        position: absolute;
        max-width: 100%;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    main article.media .cta .img--wrapper {
        min-height:150px;
    }
    #main--menu ul li {
        position:unset;
    }
}

.search-form {
    position: relative;
    text-align: center;
    width: 100%;
    top: 10px;
}

header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 990px){
    #main--menu ul>li>div>ul>li.dropdown-second ul li {
        line-height: 28px !important;
    }
    #main--menu ul>li>div>ul>li.dropdown-second ul li a{
        line-height: 45px !important;
    }
}

body{
    overflow-x: hidden;
}

.bodywrapper{
    font-family: "Nunito Sans";
}

#main--menu .nav-link{
    display: unset;
    padding: 0;
}
