.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}  .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-clip: padding-box;
box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: white url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) no-repeat 100% -20px;
background: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
}  .chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}  .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .chosen-container-active .chosen-single {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}  .chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}  .chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) no-repeat -30px -20px;
background: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url(//www.schoolsmailing.co.uk/wp-content/plugins/chosen/chosen/chosen-sprite@2x.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}.has-large-font-size{
line-height:1.2em;
}
a{
text-decoration:none;
}
@media screen and (max-width: 768px) {
.wp-block-cover{
width: 100vw !important;
margin-left: -35px !important;
background-image: linear-gradient(#00cf86 0%, #008c5b 100%) !important;
background-position: center !important;
}
}
.entry-content .disc-list{
list-style-type: disc;
}
.roboto{
font-family: Roboto;
}
.origin-widget.origin-widget-testimonial-simple-clean h5.testimonial-name, .origin-widget.origin-widget-testimonial-simple-clean h5.testimonial-name a{
font-family: 'Homemade Apple', cursive; 
margin-bottom:15px !important;
}
.origin-widget.origin-widget-testimonial-simple-clean h5.testimonial-name a{
font-family: 'Homemade Apple', cursive; 
text-decoration:none;
}
.origin-widget.origin-widget-testimonial-simple-clean{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background:#fff !important; 
}
.origin-widget.origin-widget-testimonial-simple-clean .testimonial-image-wrapper {
background:#fff !important; 
}
.main-navigation ul li a{
font-weight:600;
}
@media (max-width: 1080px) {
#text-6{
display:none; 
}
}
@media (max-width: 400px){
#headerquote{
font-size:16px !important; 
} 
}
@media (max-width: 767px) {
#text-6{
display:none !important; 
}
.shrinkmargin{
margin-left:20px !important;
margin-right:20px !important;
}
.sow-slider-image-wrapper{
padding-top:20px !important; 
padding-bottom:20px !important;
} 
.tablepress thead th {
font-size: 13px !important;
line-height:15px !important;
}
.tablepress thead th {
padding: 3px;
}
.tablepress tbody td {
font-size: 13px !important;
line-height:18px !important;
}
.tablepress tbody td {
padding: 3px;
}
.tabwrap img{
visibility:visible !important;
z-index:1;
opacity:0.2;
top:45%;
right:-18px;
position:absolute;
display:block !important;
}
.tabwrap{
position:relative;
}
.tabwrap .mobilenote{
visibility:visible !important;
display:block !important;
margin:0;
padding:0;
font-size:14px;
text-align:center;
font-weight:bold;
color:#248cc8;
}
.termdatestable{
max-width:100% !important;
}
.maxwidth75{
max-width:100% !important; 
}
.left50{
clear:both;
max-width:100% !important;
width:100% !important;
}
.right50{
clear:both;
max-width:100% !important;
width:100% !important;
}
.mobile-hide{
display:none !important; 
}
#masthead .hgroup{
padding-top:20px;
padding-bottom:20px;
}
.mobile-inline{
float:none !important;
text-align:center;
}
}
.tabwrap img{
visibility:hidden;
display:none;
}
.tabwrap .mobilenote{
visibility:hidden;
display:none;
}
@media (min-width: 768px) {
}
.headline{
font-size:24px;	
width:100%;
line-height:34px;
text-align:center;
}
.seperator img{
display:block;
width:100%;
}	
.wrapper{
max-width:600px;
margin:0 auto 0 auto;
}
.picture {
display:block;
text-align:center;
margin:5px;
float:left;
max-width:100%;
}
.picture img{
display:block;
max-width:290px;
width:100%;
height:auto;
margin:5px;
}
.previewtext{
display:block;
max-width:290px;
width:100%;
text-align:center;
margin:0 auto 0 auto;
float:left;
}
.termdatestable{
max-width:50%; 
}
.termdatestable td, .termdatestable th{
padding:1px 5px; 
}
.termdatesheader{
background-color: #009bdb;
color: #ffffff;
}
.termdatestable tr{
border-bottom: 1px solid #dddddd; 
}
.termdatestable tr:nth-child(odd){
background-color:#f9f9f9; 
}
.scrolltable{
overflow:auto;
}
.termdatestablefull td, .termdatestablefull th{
padding:1px 5px; 
font-size:12px;
line-height:18px;
cursor:default;
}
.termdatestablefull th{
background-color: #0066cc;
color: #ffffff;
text-align:center;
}
.termdatestablefull tr{
border-bottom: 1px solid #dddddd; 
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background-color;
transition-property: background-color;
}
.termdatestablefull tr:nth-child(odd){
background-color:#f9f9f9; 
}
.termdatestablefull tr:hover{
background-color: #dddddd;
} .termdatestablefull td:nth-child(odd), .termdatestablefull th:nth-child(odd){
border-right:1px solid #288ff2;
}
.termdatestablefull td:last-child, .termdatestablefull th:last-child{
border-right:none;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url(//www.schoolsmailing.co.uk/content/info.png);
}
.left50{
float:left;
max-width:48.9%;
width:48.9%;
margin-right:1%;
}
.right50{
float:right;
max-width:48.9%;
width:48.9%;
margin-left:1%;
}
.maxwidth75{
max-width:75%; 
}
.displaytable{
display:table; 
}
.displayrow{
display:table-row;
}
.displaycell{
display:table-cell; 
padding-top:3px;
padding-right:5px;
}
.teacherlist{
list-style: disc url(//www.schoolsmailing.co.uk/content/circle.png);
margin: 0 0 1.5em 1.5em !important;
}
.teacherlist li{
margin-left:10px !important; 
padding:2px 0;
}
.schoolsendlist{
list-style: disc url(//www.schoolsmailing.co.uk/content/disc.png);
margin: 0 0 1.5em 1.5em !important;
}
.schoolsendlist li{
margin-left:10px !important; 
padding:2px 0;
}
#pg-224-0{
margin-top:30px; 
}
.colourbox{
background:#00AE4C;
width:100%;
margin: 20px 0;
text-align:center;
}
.colourbox h5{
padding:20px 40px;  
color:#ffffff !important;
}
.contactstyle p{
color:#000000; 
}
.contactstyle input[type=email],.contactstyle input[type=text],.contactstyle input[type=tel], .contactstyle textarea{
border: 1px solid #d3d3d3;
background: #eaeaea;
padding:5px 8px;
line-height: 1.8rem;
border-radius:0;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
width:100% !important;
}
.contactstyle input[type=submit]{
font-weight:normal;
font-size:14px;
margin: 10px 0;
line-height: 1.4rem;
background: #248cc8;
cursor:pointer;
border: 1px solid #087CC0;
color: #fff;
padding: 12px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-family:"Roboto", Arial, sans-serif;
}
.mobile-inline{
margin-right:5px;
margin-left:5px;
}
#captchaimg{
width:72px !important;
height:auto;
}
div.wpcf7-response-output{
background-color: #e3b000;
color: #fff !important;
text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
padding: 7px 10px;
border:0 !important;
margin:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.wpcf7-not-valid-tip{
background-color: #c60f13;
color: #fff !important;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
padding: 7px 10px;
margin:3px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.logo-container{
text-align:center; 
}
.owl-buttons{
display:none; 
}
.owl-wrapper-outer{
background: #ffffff; 
border:1px solid #eeeeee;
}
.owl-next, .owl-prev{
background-color: #009bdb !important; 
}
.logo-container a{
pointer-events: none;
cursor: default;
}
.responsive-tabs .responsive-tabs__list__item{
background:#eAeAeA !important;
border-top:1px solid #ccc !important;
border-left:1px solid #ccc !important;
border-right:1px solid #ccc !important;
}
.responsive-tabs .responsive-tabs__list__item--active{
background:#fff !important;
border-top:1px solid #ddd !important;
border-left:1px solid #ddd !important;
border-right:1px solid #ddd !important;
}
.responsive-tabs .responsive-tabs__list__item:hover{
background:#f2f2f2;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
.responsive-tabs .responsive-tabs__list__item--active:hover{
background:#fff;
}
.metaslider .slides .full-container{
height:183px; 
}
.widget_circleicon-widget .circle-icon-box p.text {
font-size:14px; 
}
.main-navigation ul li a{
padding-left:22px;
padding-right:22px;
}
#companyhide, #emailhide, #namehide{
display:none;
}
div.quote-message {
display: block;
float:left;
width:94%;
font-weight: bold;
font-size: 14px;
color: white;
background-color: #2ba6cb;
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 5px 0 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
position: relative;
}
div.quote-message .box-icon {
display: block;
float: left;
background-image: url(//www.schoolsmailing.co.uk/content/icon.png);
width: 30px;
height: 25px;
margin: 8px 0 0 8px;
background-position: -8px -8px;
}
div.quote-message p {
margin: 0px;
padding:10px 20px 10px 10px;
}
div.quote-message.success {
background-color: #5da423;
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.quote-message.success .box-icon {
background-position: -48px -8px;
}
div.quote-message.warning {
background-color: #e3b000;
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.quote-message.warning .box-icon {
background-position: -88px -8px;
}
div.quote-message.error2 {
background-color: #c60f13;
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.quote-message.error2 .box-icon {
background-position: -128px -8px;
}
div.quote-message a.close {
color: #333;
position: absolute;
right: 4px;
top: -1px;
text-decoration:none;
font-size: 17px;
opacity: 0.2;
padding: 4px;
}
div.quote-message a.close:hover, div.alert-box a.close:focus {
opacity: 0.4;
}
@media screen and (min-width: 1080px) {
.halfform{
width:49% !important;
}
}
.halfform{
float:left; 
width:100%;
}
.fullform{
clear:both;
width:100%;
}
.forminput{
width:100%;
}
.forminput input[type=email],.forminput input[type=text],.forminput input[type=tel], .hundy{
width:95%; 
border-radius:3px;
}
.forminput input, .forminput textarea{
font-size:14px;
border: 1px solid #d3d3d3;
background: #eaeaea;
line-height: 1.8rem;
padding:5px 8px;
font-family:"Roboto", Arial, sans-serif;
}
.forminput .checkbox{
display:inline-block; 
}
.forminput p{
margin:0;
padding:15px 0 0;
}
#quotebutton{
display:inline-block;
margin: 20px 0;
font-size: 16px;
font-weight:600;
font-family: Raleway, sans-serif;
line-height: 28px;
background: #0066cc;
background: -moz-linear-gradient(top, #287acc 0%, #0066cc 50%, #004b96 100%);
background: -webkit-linear-gradient(top, #287acc 0%,#0066cc 50%,#004b96 100%);
background: linear-gradient(to bottom, #287acc 0%,#0066cc 50%,#004b96 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287acc', endColorstr='#004b96',GradientType=0 );
cursor:pointer;
color: #fff;
padding: 9px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#quotebutton:hover{
background: #0055bb;
background: -moz-linear-gradient(top, #186abc 0%, #0055bb 50%, #003b86 100%);
background: -webkit-linear-gradient(top, #186abc 0%,#0055bb 50%,#003b86 100%);
background: linear-gradient(to bottom, #186abc 0%,#0055bb 50%,#003b86 100%);
}
.quoteformbutton{
width:100%;
text-align:left;
}
.checkbox{ background: #0066cc;
background: -moz-linear-gradient(top, #287acc 0%, #0066cc 50%, #004b96 100%);
background: -webkit-linear-gradient(top, #287acc 0%,#0066cc 50%,#004b96 100%);
background: linear-gradient(to bottom, #287acc 0%,#0066cc 50%,#004b96 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287acc', endColorstr='#004b96',GradientType=0 );
color:#ffffff;
padding: 8px;
margin:3px 0;
border-radius:5px;
}
.squaredThree {
width: 25px;
position: relative;
margin: 0px auto;
display:inline-block;
}
.squaredThree .checklabel {
width: 20px;
height: 20px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
border-radius: 4px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
margin-left:5px;
}
.squaredThree .checklabel:after {
content: '';
width: 9px;
height: 5px;
position: absolute;
top: 4px;
left: 4px; border: 3px solid #0066cc;
border-top: none;
border-right: none;
background: transparent;
opacity: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.squaredThree .checklabel:hover::after {
opacity: 0.3;
}
.squaredThree input[type=checkbox] {
visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + .checklabel:after {
opacity: 1;
}
.tickbox{
margin: 0 15px 0 0;
}
@media screen and (max-width: 940px){
.tickbox{
margin: 0 3px 0 0 !important;
}
}
.successmessage{
font-size: 20px;
color: #fff;
font-weight: 700;
text-align: center;
width: 100%;
background: #25b546;
padding: 10px 20px;
}
.col3{
width:30.8%;
float:left;
margin-right:2%;
}
@media screen and (max-width: 699px){
.col3{
width:100% !important;
clear:both;
margin-right:0 !important;
}
}
.pagebutton{
display:inline-block;
margin: 20px 0;
font-size: 16px;
text-decoration:none;
line-height: 28px;
cursor:pointer;
border: 1px #009442;
color: #ffffff !important;
padding: 10px 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-family:"Roboto", Arial, sans-serif;
transition: background ease 0.3s, box-shadow ease 0.3s;
box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.6);
}
.pagebutton:link{
background: #0066cc;
}
.pagebutton:hover{
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.6);
}
.pagebutton-green{
display:inline-block;
margin: 20px 0;
font-size: 16px;
text-decoration:none;
line-height: 28px;
cursor:pointer;
border: 1px #009442;
color: #ffffff !important;
padding: 10px 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-family:"Roboto", Arial, sans-serif;
}
.pagebutton-green:link{
background: -webkit-linear-gradient(top, #36b01e 0%, #3cc321 100%);
background: linear-gradient(to bottom, #36b01e 0%, #3cc321 100%);
}
.pagebutton-green:hover{
background: -webkit-linear-gradient(top, #40d124 0%, #3cc321 100%);
background: linear-gradient(to bottom, #40d124 0%, #3cc321 100%);
}
#pgc-38-0-0 h2{
-moz-animation-name: enterright;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 1s;
-moz-animation-fill-mode: forwards;
-webkit-animation-name: enterright;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-name: enterright;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-duration: 1s;
animation-fill-mode: forwards;
opacity:0;
}
#pgc-38-0-0 h2.transit2{
-moz-animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#pgc-38-0-0 h2.transit3{
-moz-animation-delay: 1s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.icon-text-justify .text{
text-align:justify;
}
.icon-text-left .text{
text-align:left;
}
.entry-content table{
line-height:120%;
}
.month-tip.tip-budget::before{
content: "\01F4B0"; }
.month-tip.tip-date::before{
content: "????️"; }
.month-tip.tip-misc::before{
content: "✔️"; }
.month-tip.tip-summer::before{
content: "????"; }
.month-tip.tip-xmas::before{
content: "????"; }
.month-tip.tip-show::before{
content: "????"; }
.cool-timeline .content-details ul li{
margin-left: 1.5em !important;
list-style: none !important;
}
.dataTables_scrollBody{
background-color:#ffffff;
}
@-moz-keyframes enterright {
0% {
-moz-transform: translateX(25%);
opacity:0;
}
100% {
-moz-transform: translateX(0);
opacity:1;
}
}
@-webkit-keyframes enterright {
0% {
-webkit-transform: translateX(25%);
opacity:0;
}
100% {
-webkit-transform: translateX(0);
opacity:1;
}
}
@keyframes enterright {
0% {
transform: translateX(25%);
opacity:0;
}
100% {
transform: translateX(0);
opacity:1;
}
}
@-moz-keyframes enterleft {
0% {
-moz-transform: translateX(-25%);
opacity:0;
}
100% {
-moz-transform: translateX(0);
opacity:1;
}
}
@-webkit-keyframes enterleft {
0% {
-webkit-transform: translateX(-25%);
opacity:0;
}
100% {
-webkit-transform: translateX(0);
opacity:1;
}
}
@keyframes enterleft {
0% {
transform: translateX(-25%);
opacity:0;
}
100% {
transform: translateX(0);
opacity:1;
}
}
.panel-grid-cell{
-moz-animation-name: appear;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease-out;
-moz-animation-duration: 1s;
-webkit-animation-name: appear;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 1s;
animation-name: appear;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-duration: 1s;
}
@-moz-keyframes appear {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes appear {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes appear {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
::selection {
background: #2bbcff;
color: #fff;
}
.widget_circleicon-widget .circle-icon-box a.more-button {
display: none;
}
.widget_circleicon-widget .circle-icon-box p.text {
font-size: 18px !important;
}
.ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story:nth-child(3){
margin-top:calc(var(–ctw-ibx-size) + 70px) !important;
}
.ctl-wrapper .ctl-vertical-wrapper.ctl-compact-wrapper .ctl-story:nth-child(2){
margin-top:calc(var(–ctw-ibx-size)/ 2 + 30px) !important;
}