* {
    outline: none!important;
}

/* container */
.container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
}

/* images */
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.img-rounded {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* alignement */
.large-width {
    max-width: 740px;
}
.medium-width {
    max-width: 580px;
}
.small-width {
    max-width: 275px;
}
.full-width {
    width: 100%;
}
.pull-left img, 
.pull-right img {
    margin: 0;
}
.pull-left, .alignleft {
    float: left;
    margin: 0px 50px 30px 0;
    /*max-width: 60%;*/
    display: inline-block;
    vertical-align: top;
}
.pull-right, .alignright {
    float: right;
    margin: 0px 0 30px 50px;
    /*max-width: 60%;*/
    display: inline-block;
    vertical-align: top;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 40px auto;
}

/* paragraph */
p {
    margin: 0 0 30px;
}

/* image-link */
.image-link {
    display: block;
    overflow: hidden;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.image-link.image-link-rounded {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.image-link.pull-left {
    margin: 0px 50px 30px 0;
}
.image-link.pull-right {
    margin: 0px 0 30px 50px;
}
.image-link > img {
    margin: 0;
    width: 100%;
    -webkit-transition: 0.5s all cubic-bezier(0.6, 0, 0.6, 1);
    -moz-transition: 0.5s all cubic-bezier(0.6, 0, 0.6, 1);
    -ms-transition: 0.5s all cubic-bezier(0.6, 0, 0.6, 1);
    -o-transition: 0.5s all cubic-bezier(0.6, 0, 0.6, 1);
    transition: 0.5s all cubic-bezier(0.6, 0, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.image-link:hover > img,
a:hover .image-link > img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/* image-caption */
.image-caption {
    position: relative;
    z-index: 2000;
    text-align: center;
    margin: 40px auto;
}
.image-caption.pull-left {
    margin: 0px 50px 30px 0;
}
.image-caption.pull-right {
    margin: 0px 0 30px 50px;
}
.image-caption .image-caption-ct {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.image-caption img {
    margin: auto;
}
.image-caption .image-caption-text {
    font-size: 16px;
    line-height: 19px;
    font-family: "museo-sans-condensed",sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    text-align: left;
    z-index: 2500;
}
.image-caption .gradient {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40%;
    background: -moz-linear-gradient(top,  rgba(74,79,85,0) 0%, rgba(74,79,85,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(74,79,85,0) 0%,rgba(74,79,85,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(74,79,85,0) 0%,rgba(74,79,85,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* text */

em {
    font-style: italic;
}

.lead {
    font-size: 25px;
    line-height: 36px;
}

.text-spaced {
    letter-spacing: 0.1em;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    color: #4a4f55;
    font-weight: 300;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #888888;    
}
h1,
.h1 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 26px;
}
h2,
.h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
}
h3,
.h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
}
h4,
.h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
}
h5,
.h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
}
h6,
.h6 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}
.headings-alt {
    font-family: "museo-sans-condensed",sans-serif;
}
strong {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}

/* colors */
.blue {
    color: #14bdef;
}
.green {
    color: #00a666;
}
.light-green {
    color: #61bb46;
}

/* bg colors */
.bg-blue {
    background-color: #14bdef;
}
.bg-green {
    background-color: #00a666;
}
.bg-light-green {
    background-color: #61bb46;
}

/* links */
a {
    color: #22c0f1;
    text-decoration: none;
    outline: none!important;
}
a:hover,
a:focus {
    color: #60bb46; 
    text-decoration: none; 
}

/* table */
.table {
    margin-bottom: 30px;
    background: #ffffff;
    border: none;
    font-size: 15px;
    line-height: 22px;
    color: #4b4f54;
    font-weight: 300;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;    
    border: solid 1px #c6c7c7;
    border-collapse: separate;
    border: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f7f6f3;
}
.table > thead > tr > th {
    border-right: solid 1px #ffffff!important;
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: #60bb46;
    padding: 20px 30px;
    color: #ffffff;
}
.table > thead > tr > th:first-of-type {
    border-left: solid 1px #60bb46!important;
    border-top-left-radius: 10px!important;
}
.table > thead > tr > th:last-of-type {
    border-right: solid 1px #60bb46!important;
    border-top-right-radius: 10px!important;
} 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    font-size: 15px;
    line-height: 22px;
    padding: 15px 30px;
    border: none;
    border-bottom: solid 1px #c6c7c7;
    border-right: solid 1px #c6c7c7;
}
.table > thead > tr > td:first-of-type, 
.table > tbody > tr > td:first-of-type, 
.table > tfoot > tr > td:first-of-type {
    border-left: solid 1px #c6c7c7;
}
.table.table-condensed > thead > tr > th, 
.table.table-condensed > tbody > tr > th, 
.table.table-condensed > tfoot > tr > th, 
.table.table-condensed > thead > tr > td, 
.table.table-condensed > tbody > tr > td, 
.table.table-condensed > tfoot > tr > td {
    padding: 5px 10px;
}

/* nav */
nav {
    margin-bottom: 30px;
}
nav ul,
nav .pagination {
    margin: 0!important;
    padding: 0!important;
}

/* lists */
ul, ol, dl {
    padding: 0px;
    margin: 0;
    list-style: none;     
}
ul li, ol li, dl li {
    margin: 0;
    padding: 0;
    position: relative;
}
ul li, 
ol li, 
dl li {
    margin: 0;
}
.wysiwyg ul, 
.wysiwyg ol, 
.wysiwyg dl {
    padding-left: 20px;
    margin-bottom: 30px;
}
.wysiwyg ul {
    list-style-type: none;
}
.wysiwyg ul ul {
    margin: 0;
}
.wysiwyg ul li:before {
    content: "\f111";
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 6px;
    color: #60bb46;
    right: calc(100% + 10px);
    top: 0px;
}
.wysiwyg ul ul li:before {
    content: "\f10c";    
}
.wysiwyg ul ul ul li:before {
    content: "\f0c8";    
}
.wysiwyg ul ul ul ul li:before {
    content: "\f096";    
}
.wysiwyg ol {
    list-style-type: none;
    counter-reset: cnt;
}
.wysiwyg ol ol {
    margin: 0;
}
.wysiwyg ol li:before {
    counter-increment: cnt;
    content: counter(cnt) ".";
    position: absolute;
    color: #60bb46;
    right: calc(100% + 10px);
    top: 0px;
}
.wysiwyg dl {
}
.wysiwyg dl dl {
    margin-top: 15px;
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0!important;
}
.list-unstyled ul, .list-unstyled ol, .list-unstyled dl {
    padding-left: 0!important;
}
.list-unstyled li:before {
    display: none;
}
.list-inline {
    padding-left: 0!important;
    margin-left: -10px;
}
.list-inline > li:before {
    display: none;
}
.list-inline > li {
    display: inline-block;
    padding: 0;
    margin: 10px!important;
}

/* horizontal rule */
hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* blockquote */
blockquote {
    border: none;
    text-align: center;
    padding: 0;
    margin: 50px 0;
}
.blockquote-reverse, 
blockquote.pull-right {
    border: none;
}
blockquote .quote {
    font-size: 32px;
    line-height: 36px;
    color: #4a4f55;
    font-weight: 100;
    font-style: italic;
    font-family: "museo-sans-condensed",sans-serif;
}
blockquote.pull-left {
    max-width: 35%;
    text-align: left;
}
blockquote.pull-right {
    max-width: 35%;
    text-align: left;
}

/* buttons */
.btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 17px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;   
    font-family: "museo-sans-condensed",sans-serif;
    text-decoration: none!important;
    margin-bottom: 0;
    padding: 8px 20px;
    border: none;
    background: #c6c7c9;
    cursor: pointer;
    position: relative;
    border: none;    
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    -webkit-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);    
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    background: #22c0f1;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}
.btn-lg {
    font-size: 19px;
    line-height: 22px;
    padding: 12px 25px;
    border-radius: 23px;
}
.btn-sm {
    font-size: 13px;
    line-height: 16px;
    padding: 7px 15px;
    border-radius: 15px;
}
.btn-xs {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 12px;
}
.btn-default {
    color: #ffffff!important;
    background-color: #5eb446;
}
.btn-default:focus,
.btn-default.focus {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-default:hover {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #00a767;
}
.btn-primary {
    color: #ffffff!important;
    background-color: #22c0f1;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-primary:hover {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff!important;
    background-color: #00a767;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #00a767;
}
.btn-block {
    padding-right: 30px;
    padding-left: 30px;
}
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    border-color: transparent!important;
    color: #ffffff!important;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* pagination */
.pagination {
    vertical-align: top;
}
.pagination > li:before {
    display: none;
}
.pagination > li > a,
.pagination > li > span {
    color: #22c0f1;
    text-decoration: none!important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    border-color: #22c0f1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #22c0f1;
    border-color: #22c0f1;
    cursor: default;
}

/* forms */
form {
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
form .row:last-of-type .form-group {
    margin-bottom: 0px;
}
label {
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
    color: #4a4f55;
    font-weight: 300;
}
.form-control {
    background-color: #ffffff;
    background-image: none;
    border-radius: 6px;
    box-shadow: none;
    color: #4a4f55;
    display: block;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: solid 1px #e7e7e7;
    padding: 15px 10px;
    width: 100%;
    height: auto;
    -webkit-transition: 0.23s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.23s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.23s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.23s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.23s all cubic-bezier(0.23, 1, 0.32, 1);
}
.form-control::-webkit-input-placeholder {
    color: #4a4f55;
}
.form-control:-moz-placeholder {
    color: #4a4f55;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #4a4f55;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #4a4f55;
}
.form-control:focus {
    background: #e7e7e7;
    border-color: #e7e7e7;
    outline: none;
    box-shadow: none;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
}
.radio ul, .checkbox ul {
    margin: 0;
    padding: 0;
}
.radio ul li, .checkbox ul li {
    margin: 0;
    margin-bottom: 15px;
}
.radio ul li:before, .checkbox ul li:before {
    display: none;
}
.radio ul li:last-of-type, .checkbox ul li:last-of-type {
    margin-bottom: 0;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    display: none;
}
.radio label, .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 24px;
    line-height: 14px;
    font-size: 12px;
    padding: 5px 0 5px 34px;
    position: relative;
    font-weight: 300;
}
.checkbox label:before {
    display: block;
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: solid 1px #dcddde;
    color: #ffffff;
    -webkit-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    line-height: 22px;  
    font-weight: 400;  
}
.checkbox input[type="checkbox"]:checked + label:before {
    color: #60bb55;
}
.radio label:before {
    display: block;
    content: "\f111";
    position: absolute;
    left: 0px;
    top: 50%;
    border-radius: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: solid 1px #dcddde;
    color: #ffffff;
    -webkit-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    text-align: center;
    line-height: 22px;    
}
.radio input[type="radio"]:checked + label:before {
    color: #60bb55;
}























/* -------------------------------------------------------- */
/* --------- Only Large & Medium devices styles ----------- */
/* -------------------------------------------------------- */

@media (min-width: 992px) { 
}

/* -------------------------------------- */
/* ------- Medium devices styles -------- */
/* -------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
    
    /* alignement */
    .large-width {
        max-width: 560px;
    }
    .medium-width {
        max-width: 400px;
    }
    .small-width {
        max-width: 200px;
    }
    .full-width {
        width: 100%;
    }
    
}

/* ----------------------------------------- */
/* --------- Small devices styles ---------- */
/* ----------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {  

    blockquote .quote {
        font-size: 25px;
        line-height: 30px;   
    }

    .featured-links ul li {
        margin: 15px;
    }

    /* alignement */
    .large-width {
        max-width: 560px;
    }
    .medium-width {
        max-width: 400px;
    }
    .small-width {
        max-width: 200px;
    }
    .full-width {
        width: 100%;
    }

}

/* ------------------------------------------------ */
/* --------- Extra small devices styles ----------- */
/* ------------------------------------------------ */

@media (max-width: 767px) { 
    
    h1,
    .h1 {
        font-size: 22px;
        line-height: 24px;
    }
    h2,
    .h2 {
        font-size: 20px;
        line-height: 22px;
    }
    h3,
    .h3 {
        font-size: 18px;
        line-height: 20px;
    }
    h4,
    .h4 {
        font-size: 17px;
        line-height: 19px;
    }
    h5,
    .h5 {
        font-size: 16px;
        line-height: 18px;
    }
    h6,
    .h6 {
        font-size: 15px;
        line-height: 17px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }   

    .wysiwyg ul, .wysiwyg ol, .wysiwyg dl {
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    /* alignement */ 
    .pull-left, 
    .pull-right {
        max-width: 100%;
        margin: auto!important;
        margin-bottom: 30px!important;
        float: none!important;
        display: block;
    }
    .large-width {
        max-width: 100%;
    }
    .medium-width {
        max-width: 100%;
    }
    .small-width {
        max-width: 100%;
    }    

    blockquote {
        text-align: center!important;  
        margin-left: 20px;
        margin-right: 20px;  
    }
    blockquote .quote {
        font-size: 20px;
        line-height: 25px;
        text-align: center!important;         
    }
    blockquote.pull-left, blockquote.pull-right {
        max-width: 100%;
        padding: 0;
        border: none;
        margin: 40px 0!important;
    }
   
    .wysiwyg .table-holder {
        overflow: auto;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .wysiwyg .table-holder .msg {
        display: none;
        font-size: 10px;
        line-height: 20px; 
    }
    .wysiwyg .table-holder table {
        margin-bottom: 0;
    }

    hr {
        margin-bottom: 30px;
        margin-top: 30px;
    } 
    
    .featured-links {
        text-align: center;
    }
    .featured-links ul li {
        margin: 10px;
    }  
    .featured-links ul li a {
        border: 1px solid #001541;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
    }
    .featured-links ul {
        margin: 0 -20px;
    }

}