@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic,300,300italic);.pure-button{display:inline-block;*display:inline;zoom:1;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.pure-button::-moz-focus-inner{padding:0;border:0;}
.pure-button{font-family:inherit;font-size:100%;*font-size:90%;*overflow:visible;padding:0.5em 1em;color:#444;color:rgba(0,0,0,0.80);*color:#444;border:1px solid #999;border:none rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px;}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#1a000000',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,0.05)),to(rgba(0,0,0,0.10)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.10));background-image:-moz-linear-gradient(top,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.10));background-image:-o-linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.10));background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.10));}.pure-button:focus{outline:0;}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.20) inset;}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:none;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);-khtml-opacity:0.40;-moz-opacity:0.40;opacity:0.40;cursor:not-allowed;box-shadow:none;}.pure-button-hidden{display:none;}.pure-button::-moz-focus-inner{padding:0;border:0;}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:rgb(0,120,231);color:#fff;}
.pure-form input[type="text"],.pure-form input[type="password"],.pure-form input[type="email"],.pure-form input[type="url"],.pure-form input[type="date"],.pure-form input[type="month"],.pure-form input[type="time"],.pure-form input[type="datetime"],.pure-form input[type="datetime-local"],.pure-form input[type="week"],.pure-form input[type="number"],.pure-form input[type="search"],.pure-form input[type="tel"],.pure-form input[type="color"],.pure-form select,.pure-form textarea{padding:0.5em 0.6em;display:inline-block;border:1px solid #ccc;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.pure-form input:not([type]){padding:0.5em 0.6em;display:inline-block;border:1px solid #ccc;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.pure-form input[type="color"]{padding:0.2em 0.5em;}.pure-form input[type="text"]:focus,.pure-form input[type="password"]:focus,.pure-form input[type="email"]:focus,.pure-form input[type="url"]:focus,.pure-form input[type="date"]:focus,.pure-form input[type="month"]:focus,.pure-form input[type="time"]:focus,.pure-form input[type="datetime"]:focus,.pure-form input[type="datetime-local"]:focus,.pure-form input[type="week"]:focus,.pure-form input[type="number"]:focus,.pure-form input[type="search"]:focus,.pure-form input[type="tel"]:focus,.pure-form input[type="color"]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;outline:thin dotted \9;}.pure-form input:not([type]):focus{outline:0;outline:thin dotted \9;border-color:#129FEA;}.pure-form input[type="file"]:focus,.pure-form input[type="radio"]:focus,.pure-form input[type="checkbox"]:focus{outline:thin dotted #333;outline:1px auto #129FEA;}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:0.5em 0;display:block;}.pure-form input[type="text"][disabled],.pure-form input[type="password"][disabled],.pure-form input[type="email"][disabled],.pure-form input[type="url"][disabled],.pure-form input[type="date"][disabled],.pure-form input[type="month"][disabled],.pure-form input[type="time"][disabled],.pure-form input[type="datetime"][disabled],.pure-form input[type="datetime-local"][disabled],.pure-form input[type="week"][disabled],.pure-form input[type="number"][disabled],.pure-form input[type="search"][disabled],.pure-form input[type="tel"][disabled],.pure-form input[type="color"][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3;}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3;}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background:#eee;color:#777;border-color:#ccc;}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border-color:#ee5f5b;}.pure-form input:focus:invalid:focus,.pure-form textarea:focus:invalid:focus,.pure-form select:focus:invalid:focus{border-color:#e9322d;}.pure-form input[type="file"]:focus:invalid:focus,.pure-form input[type="radio"]:focus:invalid:focus,.pure-form input[type="checkbox"]:focus:invalid:focus{outline-color:#e9322d;}.pure-form select{border:1px solid #ccc;background-color:white;}.pure-form select[multiple]{height:auto;}.pure-form label{margin:0.5em 0 0.2em;}.pure-form fieldset{margin:0;padding:0.35em 0 0.75em;border:0;}.pure-form legend{display:block;width:100%;padding:0.3em 0;margin-bottom:0.3em;color:#333;border-bottom:1px solid #e5e5e5;}.pure-form-stacked input[type="text"],.pure-form-stacked input[type="password"],.pure-form-stacked input[type="email"],.pure-form-stacked input[type="url"],.pure-form-stacked input[type="date"],.pure-form-stacked input[type="month"],.pure-form-stacked input[type="time"],.pure-form-stacked input[type="datetime"],.pure-form-stacked input[type="datetime-local"],.pure-form-stacked input[type="week"],.pure-form-stacked input[type="number"],.pure-form-stacked input[type="search"],.pure-form-stacked input[type="tel"],.pure-form-stacked input[type="color"],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:0.25em 0;}.pure-form-stacked input:not([type]){display:block;margin:0.25em 0;}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}.pure-form-aligned textarea{vertical-align:top;}.pure-form-aligned .pure-control-group{margin-bottom:0.5em;}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0;}.pure-form-aligned .pure-controls{margin:1.5em 0 0 10em;}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:0.5em 1em;}.pure-form .pure-group fieldset{margin-bottom:10px;}.pure-form .pure-group input{display:block;padding:10px;margin:0;border-radius:0;position:relative;top:-1px;}.pure-form .pure-group input:focus{z-index:2;}.pure-form .pure-group input:first-child{top:1px;border-radius:4px 4px 0 0;}.pure-form .pure-group input:last-child{top:-2px;border-radius:0 0 4px 4px;}.pure-form .pure-group button{margin:0.35em 0;}.pure-form .pure-input-1{width:100%;}.pure-form .pure-input-2-3{width:66%;}.pure-form .pure-input-1-2{width:50%;}.pure-form .pure-input-1-3{width:33%;}.pure-form .pure-input-1-4{width:25%;}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:0.3em;color:#666;vertical-align:middle;font-size:0.875em;}.pure-form-message{display:block;color:#666;font-size:0.875em;}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:"Open Sans",Verdana,Tahoma,"DejaVu Sans",sans-serif;font-size:87.5%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.71429em;color:#555}body{margin:0;padding:0}a:link,a:visited{text-decoration:none;color:#235c88}a:hover,a:focus,a:active{text-decoration:underline;color:#2d77b1}a:focus{outline:thin dotted}a:active,a:hover{outline:0}.link-white a{color:#fff}p,pre{margin:1.71429em 0}blockquote{margin:1.71429em 30px}h1{font-size:2.75em;line-height:1.24675em;margin-top:0.62338em;margin-bottom:0.62338em}h2{font-size:2em;line-height:1.71429em;margin-top:0.85714em;margin-bottom:0.85714em}h3{font-size:1.5em;line-height:2.28571em;margin-top:1.14286em;margin-bottom:1.14286em}h4{font-size:1.25em;line-height:1.37143em;margin-top:1.37143em;margin-bottom:1.37143em}h5{font-size:1em;line-height:1.71429em;margin-top:1.71429em;margin-bottom:1.71429em}h6{font-size:1em;line-height:1.71429em;margin-top:1.71429em;margin-bottom:1.71429em}h1,h2,h3,h4,h5,h6{color:#e21348;font-weight:300}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;border:1px solid #666;padding-bottom:-1px;margin:1.71429em 0}mark{background:#ff0;color:#000}code,kbd,pre,samp,tt,var{font-family:"Courier New","DejaVu Sans Mono",monospace,sans-serif;font-size:1em;line-height:1.71429em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1.71429em 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 30px}menu,ol,ul{padding:0 0 0 30px}img{border:0;max-width:100%;height:auto;width:auto}img.imgblock,.imgblock img{display:block}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-style:solid;border-top-width:0.07143em;padding-top:0.52857em;border-bottom-style:solid;border-bottom-width:0.07143em;padding-bottom:1.04286em;border-left-style:solid;border-left-width:0.07143em;padding-left:1.04286em;border-right-style:solid;border-right-width:0.07143em;padding-right:1.04286em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}label{display:block;font-weight:bold}table{border-collapse:collapse;border-spacing:0;margin-top:1.71429em;margin-bottom:1.71429em}.main__inner,.width-container,.region-bottom{margin-left:auto;margin-right:auto;max-width:1200px}.width-container,.zen-item-base,#content,#navigation,.region-sidebar-first,.region-sidebar-second,#footer{padding-left:10px;padding-right:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word}#content{padding-bottom:1.71429em}.page-full-width .main__inner,.page-full-width #content,.node-type-landing-page-dt3-style .main__inner,.node-type-landing-page-dt3-style #content{padding-left:0;padding-right:0;padding-bottom:0;max-width:none}#header:before,#header:after,#main:before,#main:after,#footer:before,#footer:after{content:"";display:table}#header:after,#main:after,#footer:after{clear:both}@media all and (min-width:800px){.sidebar-first #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.sidebar-second #content{float:left;width:66.66667%;margin-left:0%;margin-right:-66.66667%}.sidebar-second .region-sidebar-second{float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}.two-sidebars #content{float:left;width:33.33333%;margin-left:33.33333%;margin-right:-66.66667%}.two-sidebars .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.two-sidebars .region-sidebar-second{float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}}.with-wireframes #header,.with-wireframes #main,.with-wireframes #content,.with-wireframes #navigation,.with-wireframes .region-sidebar-first,.with-wireframes .region-sidebar-second,.with-wireframes #footer,.with-wireframes .region-bottom{outline:1px solid #ccc}.element-invisible,.element-focusable{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.element-focusable:active,.element-focusable:focus{position:static !important;clip:auto;height:auto;width:auto;overflow:auto}#skip-link{margin:0}#skip-link a,#skip-link a:visited{display:block;width:100%;padding:2px 0 3px 0;text-align:center;background-color:#666;color:#fff}.breadcrumb ol{margin:0;padding:0}.breadcrumb li{display:inline;list-style-type:none;margin:0;padding:0;font-size:11.998px}.page__title,.node__title,.block__title,.comments__title,.comments__form-title,.comment__title{margin:0}.messages,.messages--status,.messages--warning,.messages--error{margin:1.71429em 0;padding:10px 10px 10px 50px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');background-position:8px 8px;background-repeat:no-repeat;border:1px solid #be7}.messages--warning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');border-color:#ed5}.messages--error{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');border-color:#ed541d}.messages__list{margin:0}.messages__item{list-style-image:none}.messages--error p.error{color:#333}.ok,.messages--status{background-color:#f8fff0;color:#234600}.warning,.messages--warning{background-color:#fffce5;color:#840}.error,.messages--error{background-color:#fef5f1;color:#8c2e0b}.inline{display:inline;padding:0}.inline li{display:inline;list-style-type:none;padding:0 1em 0 0}span.field-label{padding:0 1em 0 0}.more-link{text-align:right}.more-help-link{text-align:right}.more-help-link a{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');background-position:0 50%;background-repeat:no-repeat;padding:1px 0 1px 20px}.pager{clear:both;padding:0;text-align:center}.pager-item,.pager-first,.pager-previous,.pager-next,.pager-last,.pager-ellipsis,.pager-current{display:inline;padding:0 0.5em;list-style-type:none;background-image:none}.pager-current{font-weight:bold}.block{margin-bottom:1.71429em}.menu__item.is-leaf{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');list-style-type:square}.menu__item.is-expanded{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');list-style-type:circle}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');list-style-type:disc}.menu a.active{color:#000}.new,.update{color:#c00;background-color:transparent}.unpublished{height:0;overflow:visible;background-color:transparent;color:#d8d8d8;font-size:75px;line-height:1;font-family:Impact,"Arial Narrow",Helvetica,sans-serif;font-weight:bold;text-transform:uppercase;text-align:center;word-wrap:break-word}.comments{margin:1.71429em 0}.comment-preview{background-color:#ffffea}.comment .permalink{text-transform:uppercase;font-size:75%}.indented{margin-left:30px}.form-item{margin:1.71429em 0}.form-checkboxes .form-item,.form-radios .form-item{margin:0}tr.odd .form-item,tr.even .form-item{margin:0}.form-item input.error,.form-item textarea.error,.form-item select.error{border:1px solid #c00}.form-item .description{font-size:0.85em}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em}.form-required{color:#c00}label.option{display:inline;font-weight:normal}a.button{-webkit-appearance:button;-moz-appearance:button;appearance:button}.password-parent,.confirm-parent{margin:0}#user-login-form{text-align:left}.openid-links{margin-bottom:0}.openid-link,.user-link{margin-top:1.71429em}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:-20px}#user-login ul{margin:1.71429em 0}form th{text-align:left;padding-right:1em;border-bottom:3px solid #ccc}form tbody{border-top:1px solid #ccc}form table ul{margin:0}tr.even,tr.odd{background-color:#eee;border-bottom:1px solid #ccc;padding:0.1em 0.6em}tr.even{background-color:#fff}td.active{background-color:#ddd}td.checkbox,th.checkbox{text-align:center}td.menu-disabled{background:#ccc}#autocomplete .selected{background:#0072b9;color:#fff}html.js .collapsible .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');background-position:5px 65%;background-repeat:no-repeat;padding-left:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');background-position:5px 50%}.fieldset-legend .summary{color:#999;font-size:0.9em;margin-left:0.5em}tr.drag{background-color:#fffff0}tr.drag-previous{background-color:#ffd}.tabledrag-toggle-weight{font-size:0.9em}tr.selected td{background:#ffc}.progress{font-weight:bold}.progress .bar{background:#ccc;border-color:#666;margin:0 0.2em;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.progress .filled{background-color:#0072b9;background-image:url(/sites/datingtoday.com/themes/datingtoday3/images/progress.gif?1452102753)}@media print{a:link,a:visited{text-decoration:underline !important}a:link.header__site-link,a:visited.header__site-link{text-decoration:none !important}#content a[href]:after{content:" (" attr(href) ")";font-weight:normal;font-size:14px}#content a[href^="javascript:"]:after,#content a[href^="#"]:after{content:""}#content abbr[title]:after{content:" (" attr(title) ")"}#content{float:none !important;width:100% !important;margin:0 !important;padding:0 !important}body,#page,#main,#content{color:#000;background-color:transparent !important;background-image:none !important}#skip-link,#toolbar,#navigation,.region-sidebar-first,.region-sidebar-second,#footer,.breadcrumb,.tabs,.action-links,.links,.book-navigation,.forum-topic-navigation,.pager,.feed-icons{visibility:hidden;display:none}}@media all and (min-width:800px){.content-min-height{min-height:400px}}.text-white{color:#fff}.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6{color:#fff}.text-blue{color:#235c88}.text-blue h1,.text-blue h2,.text-blue h3,.text-blue h4,.text-blue h5,.text-blue h6{color:#235c88}.border-box{box-sizing:border-box}.nobull,.header__region ul.menu li,.region-footer .block-menu ul li,.region-footer .block-menu-block ul li{list-style:none;list-style-image:none}.spacereset,.header__region ul.menu,.region-footer .block-menu ul,.region-footer .block-menu-block ul{margin:0;padding:0}.imgbottom img,img.imgbottom{vertical-align:bottom}.align-center{text-align:center;margin-left:auto;margin-right:auto}@media all and (min-width:600px){.align-left{float:left;margin-right:1.71429em;max-width:100%}.align-right{float:right;margin-left:1.71429em;max-width:100%}}a.list-group-item{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#15415f;color:#fff;padding:5px 2px;text-decoration:none;margin-bottom:1px}a.list-group-item:hover{background:#1e5e89}body{background:#235c88}@media all and (min-width:768px){body{padding-top:25px}}#page{background:#fff}.header{border-bottom:2px solid #e21348}.header__region{background:#235c88;color:#fff;float:right;margin-bottom:1.71429em;padding:0 10px 5px 0;width:100%}.header__inner{padding-left:0;padding-right:0}.header__logo-name-slogan{padding:1.71429em 10px}@media all and (min-width:768px){.header__region{background:transparent;margin-bottom:0;padding-bottom:0;padding-right:0;width:auto;color:#555}.header__inner{padding-left:10px;padding-right:10px}.header__logo-name-slogan{padding-left:0;padding-right:0;float:left}}#main{border-top:25px solid #235c88;padding-top:3.42857em}.page-full-width #main,.node-type-landing-page-dt3-style #main{border-top:none;padding-top:0}.region-footer{font-size:11.998px;padding-top:1.71429em;padding-bottom:1.71429em}#black-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;background:#000;background:rgba(0,0,0,0.6);overflow:hidden}#black-overlay{display:none}.overlay-trigger{position:relative;z-index:1002}.header__region .block{float:right;margin:5px 0 0 5px}.group-benefit-blocks .block{margin-bottom:0}#block-wld-flexslider-form-wld-flexslider-form{text-align:center}#block-wld-flexslider-form-wld-flexslider-form .block__title{margin-bottom:0.42857em}#block-wld-flexslider-form-wld-flexslider-form ul.custom-nav{margin:0;padding:0;text-align:center;font-size:11.998px}#block-wld-flexslider-form-wld-flexslider-form ul.custom-nav li{background:#f8f8f8;display:inline-block;float:none;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;margin:0 .25em;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}#block-wld-flexslider-form-wld-flexslider-form ul.custom-nav li.slide-nav-active{background:#e21348;color:#fff}.region-sidebar-second .block__title{margin-bottom:10px}.region-sidebar-second .block-wld-flexslider-form{border:2px solid #235c88;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;padding:0 10px 10px 10px;background:#fff;position:relative;z-index:1003;max-width:500px;margin-left:auto;margin-right:auto}.region-sidebar-second .random-dating-site-block{text-align:center}@media all and (min-width:800px){.region-sidebar-second .random-dating-site-block{text-align:left}}.block-dt-sign-up-link-block{text-align:center;font-size:28px;font-weight:300}.block-dt-sign-up-link-block .overlay-trigger{position:relative;z-index:1}.block-dt-geo-sign-up-link-block{font-weight:300;text-transform:uppercase}.header__region .block-dt-geo-sign-up-link-block{float:right}@media all and (min-width:768px){.header__region .block-dt-geo-sign-up-link-block{font-size:21px;clear:right;margin:15px 30px 0 0}}#sidr-wrapper-0{margin:6px 0 0 10px;float:right}#sidr-wrapper-0 a:focus{outline:none}#sidr-wrapper-0 span{display:block;background:#fff;height:4px;width:30px;margin-bottom:5px}.region-footer .block.last{margin-bottom:0}@media all and (min-width:768px){.region-footer .block-menu,.region-footer .block-menu-block{float:right;margin-bottom:0}.region-footer .block-delicious-copyright{float:left}}.region-bottom .block{margin-bottom:0}.social-links-block .list-group{font-size:17.5px;font-weight:300}.social-links-block .facebook{background:#3b5998}.social-links-block .facebook:hover{background:#4c70ba}.social-links-block .twitter{background:#00aced}.social-links-block .twitter:hover{background:#21c2ff}.social-links-block .pinterest{background:#cb2027}.social-links-block .pinterest:hover{background:#e03e44}.social-links-block .instagram{background:#125688}.social-links-block .instagram:hover{background:#1872b5}.block-wld-niche-footer-text{clear:both;margin:15px 0;text-align:left}.header__region ul.menu li a{color:#fff}.header__region .header-login-block ul.menu,.header__region .menu-horizontal ul.menu{padding-top:3px;padding-bottom:3px;overflow:hidden}.header__region .header-login-block ul.menu li,.header__region .menu-horizontal ul.menu li{float:left;margin-left:5px;padding-left:5px;border-left:1px solid #fff;line-height:1.3em}.header__region .header-login-block ul.menu li.first,.header__region .menu-horizontal ul.menu li.first{margin-left:0;padding-left:0;border-left:none}@media all and (min-width:768px){.header__region ul.menu li a{color:#235c88;margin-right:0}.header__region .header-login-block ul.menu li{border-color:#555}}.wld-country-menu{position:relative;width:22px}.wld-country-menu .menu-block-wrapper{position:absolute;z-index:1}.wld-country-menu ul.menu li a{width:22px;-webkit-border-radius:11px;-moz-border-radius:11px;-ms-border-radius:11px;-o-border-radius:11px;border-radius:11px}.wld-country-menu ul.menu li a.united-kingdom{background-position:center 0}.wld-country-menu ul.menu li a.united-states{background-position:center -122px}.wld-country-menu ul.menu li a.australia{background-position:center -244px}.wld-country-menu ul.menu li a.new-zealand{background-position:center -366px}.wld-country-menu ul.menu li a.south-africa{background-position:center -488px}.wld-country-menu ul.menu li a.ireland{background-position:center -610px}.region-footer .block-menu ul,.region-footer .block-menu-block ul{overflow:hidden}@media all and (min-width:600px){.region-footer .block-menu ul li,.region-footer .block-menu-block ul li{float:left;margin-left:10px}.region-footer .block-menu ul li.first,.region-footer .block-menu-block ul li.first{margin-left:0}}.tabs-primary,.tabs-secondary{overflow:hidden;list-style:none;margin:1.71429em 0;padding:0;white-space:nowrap}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{margin:0 5px 0 0}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active,a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{border-right:0;border-bottom:0;display:block;line-height:1.71429em;text-decoration:none}.tabs-primary__tab,.tabs-primary__tab.is-active{border-bottom-color:transparent;margin-bottom:10px}@media all and (min-width:480px){.tabs-primary__tab,.tabs-primary__tab.is-active{float:left;margin-bottom:0;text-align:center}}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active{-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;color:#fff;background-color:#235c88;padding:3px 1em}a.tabs-primary__tab-link:hover,a.tabs-primary__tab-link:focus{background-color:#e21348}a.tabs-primary__tab-link:active,a.tabs-primary__tab-link.is-active{background-color:#e21348}.tabs-secondary{font-size:.9em;margin-top:-1.71429em}.tabs-secondary__tab,.tabs-secondary__tab.is-active{margin:0.85714em 3px}a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;padding:0 .5em}.submitted{font-size:11.998px;color:#666}.landing-page-dt3-style .group-top-join-form{background:#235c88 url(/sites/datingtoday.com/themes/datingtoday3/images/members-bg.jpg) center center no-repeat}.landing-page-dt3-style .group-top-join-form-inner{background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(75%,rgba(0,69,97,0)),color-stop(100%,#15415f));background-image:-webkit-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:-moz-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:-o-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);min-height:500px;padding-top:3.42857em;padding-bottom:3.42857em}.landing-page-dt3-style.with-headline .group-top-join-form-inner{padding-top:1.71429em}.landing-page-dt3-style.with-benefit-blocks .group-top-join-form-inner{padding-bottom:5.14286em}.landing-page-dt3-style .field-headline{color:#fff;margin-top:0;text-align:center;font-weight:300}.landing-page-dt3-style .block-wld-flexslider-form{background:#fff;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;max-width:400px;margin:0 auto;padding:10px;position:relative;z-index:1003}.landing-page-dt3-style .block-wld-flexslider-form .custom-nav{clear:both}.landing-page-dt3-style .group-blocks-text{background:#e21348;text-align:center;padding-top:1.71429em;padding-bottom:1.71429em}.landing-page-dt3-style .field-benefit-blocks{background:#fff;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;display:inline-block;padding:25px;margin-top:-5.14286em;margin-bottom:1.71429em}.landing-page-dt3-style .field-benefit-blocks .block{float:left;margin-right:25px}.landing-page-dt3-style .field-benefit-blocks .block-wld-odp{margin-right:0}.landing-page-dt3-style .block-dt-safety-blocks{background:#235c88;height:58px;line-height:48px;padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.landing-page-dt3-style .group-body{max-width:600px;margin:0 auto}.landing-page-dt3-style .group-body h2{margin-top:0}.landing-page-dt3-style .group-latest-members{max-width:400px;margin:0 auto;text-align:center}.landing-page-dt3-style .wld_badge_item{float:left;width:50%;font-size:10.99px;line-height:1.5em;color:#235c88;margin-bottom:1.71429em}.landing-page-dt3-style .wld_badge_item img{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;border-left:2px solid #8e8e8e;border-bottom:2px solid #8e8e8e}.landing-page-dt3-style #wld_badge_item_3,.landing-page-dt3-style #wld_badge_item_5{clear:left}.landing-page-dt3-style #wld_badge_item_7,.landing-page-dt3-style #wld_badge_item_8{display:none}.landing-page-dt3-style .group-bottom-text-success{padding-bottom:1.71429em}.landing-page-dt3-style .field-bottom-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.landing-page-dt3-style .view-referenced-success-stories{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.landing-page-dt3-style .field-content-view{background:#f8f8f8;padding:3.42857em 10px}.landing-page-dt3-style .field-content-view .viewreference-title,.landing-page-dt3-style .field-content-view .view{max-width:800px;margin:0 auto}.landing-page-dt3-style.with-content-view .block-dt-sign-up-link-block{background:#f8f8f8;margin:0;padding-bottom:1.71429em}.full-background-join-form .landing-page-dt3-style .group-top-join-form-inner{background:transparent;max-width:1200px;margin:0 auto;overflow:hidden}.full-background-join-form .landing-page-dt3-style .join-form-wrapper{background:#235c88;background:rgba(35,92,136,0.9);padding:10px 10px 30px 10px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:500px;margin:0 auto}.full-background-join-form .landing-page-dt3-style .field-headline{font-size:28px}.domain-4 .landing-page-dt3-style .group-top-join-form{background:url(/sites/datingtoday.com/themes/datingtoday3/images/senior-couple.jpg) -850px top no-repeat}.domain-5 .landing-page-dt3-style .group-top-join-form{background:url(/sites/datingtoday.com/themes/datingtoday3/images/naughty-couple.jpg) -850px top no-repeat}.domain-6 .landing-page-dt3-style .group-top-join-form{background:url(/sites/datingtoday.com/themes/datingtoday3/images/gay-couple.jpg) -850px top no-repeat}.domain-7 .landing-page-dt3-style .group-top-join-form{background:url(/sites/datingtoday.com/themes/datingtoday3/images/parents-bg.jpg) -850px top no-repeat}.domain-8 .landing-page-dt3-style .group-top-join-form{background:url(/sites/datingtoday.com/themes/datingtoday3/images/christian-couple.jpg) -850px top no-repeat}@media all and (min-width:480px){.landing-page-dt3-style .group-latest-members{max-width:500px}.landing-page-dt3-style .wld_badge_item{width:33.333%}.landing-page-dt3-style #wld_badge_item_3,.landing-page-dt3-style #wld_badge_item_5{clear:none}.landing-page-dt3-style #wld_badge_item_4{clear:left}}@media all and (min-width:600px){.landing-page-dt3-style .group-latest-members{max-width:600px}.landing-page-dt3-style .wld_badge_item{width:25%}.landing-page-dt3-style #wld_badge_item_7,.landing-page-dt3-style #wld_badge_item_8{display:block}.landing-page-dt3-style #wld_badge_item_5{clear:left}.landing-page-dt3-style #wld_badge_item_4{clear:none}}@media all and (min-width:768px){.landing-page-dt3-style .group-bottom-text-success{padding-bottom:3.42857em}.landing-page-dt3-style.with-bottom-text .field-bottom-text{max-width:800px;margin:0 auto}.landing-page-dt3-style.with-success-stories .view-referenced-success-stories{max-width:800px;margin:0 auto}.landing-page-dt3-style.with-success-stories .view-referenced-success-stories .title{text-align:center}.landing-page-dt3-style.with-bottom-text-success-stories .field-bottom-text{width:50%;float:left;padding-right:25px}.landing-page-dt3-style.with-bottom-text-success-stories .view-referenced-success-stories{width:50%;float:right;padding-left:25px}.full-background-join-form .landing-page-dt3-style .join-form-wrapper{float:right}.full-background-join-form .landing-page-dt3-style .field-headline{font-size:38.5px}.domain-4 .landing-page-dt3-style .group-top-join-form,.domain-5 .landing-page-dt3-style .group-top-join-form,.domain-6 .landing-page-dt3-style .group-top-join-form,.domain-7 .landing-page-dt3-style .group-top-join-form,.domain-8 .landing-page-dt3-style .group-top-join-form{background-position:center top}}@media all and (min-width:960px){.landing-page-dt3-style .group-latest-members{max-width:900px}.landing-page-dt3-style .wld_badge_item{width:12.5%}.landing-page-dt3-style #wld_badge_item_5{clear:none}}.node-location-info-page{padding-top:1.71429em}.location-info__info{max-width:800px;margin:0 auto;padding:30px 10px}.node-type-location-info-page .block-dt-sign-up-link-block{display:none}@media all and (min-width:800px){.node-type-location-info-page .block-dt-sign-up-link-block{display:block}}.node-dating-advice{margin-top:1.71429em}.front-page-section{padding:3.42857em 0}.front-page-section:before,.front-page-section:after{content:"";display:table}.front-page-section:after{clear:both}.front-page-section__inner{max-width:1200px;margin:0 auto}.front-page__dating-advice{background-color:#235c88;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,transparent),color-stop(75%,rgba(0,69,97,0)),color-stop(100%,#15415f));background-image:-webkit-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:-moz-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:-o-linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%);background-image:linear-gradient(transparent,rgba(0,69,97,0) 75%,#15415f 100%)}.front-page__locations{background-color:#e21348}.front-page__locations .block__title{color:#fff;text-align:center;font-size:38.5px;line-height:1.3em;padding:0 10px;margin-bottom:0.85714em}.front-dating-advice-first .view-content,.front-dating-advice-four .view-content{margin:0 auto}.front-page__dating-sites .title{font-size:28px;color:#235c88;margin-top:0}.front-dating-advice-first{margin-bottom:20px}@media all and (min-width:960px){.front-dating-advice-first{float:left;width:50%;margin-left:0%;margin-right:-50%;margin-bottom:0}.front-dating-advice-four{float:left;width:50%;margin-left:50%;margin-right:-100%;clear:none}}.view-referenced-success-stories .views-row{border:1px solid #8e8e8e;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;padding:25px;margin-bottom:3.42857em;-webkit-box-shadow:#ccc 0 0 10px 5px;-moz-box-shadow:#ccc 0 0 10px 5px;box-shadow:#ccc 0 0 10px 5px}.view-referenced-success-stories p{margin:0 0 1.71429em 0}.listing-grid .view-content{overflow:hidden}.listing-grid-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;margin-bottom:20px}.listing-grid-item img{vertical-align:bottom}.listing-grid-item__inner{padding:10px;border:1px solid #ccc}.listing-grid-item__logo{min-height:60px}.listing-grid-item__body{min-height:75px}.listing-grid-item__link{font-size:17.5px}.listing-grid-item__link .pure-button{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:normal}@media all and (min-width:600px){.listing-grid-item{width:50%;float:left}.listing-grid .views-row-odd{clear:left;padding-right:10px}.listing-grid .views-row-even{padding-left:10px}}.view-locations .uk-locations{padding-top:200px;min-height:400px;background:url(/sites/datingtoday.com/themes/datingtoday3/images/uk-map.png) center 0 no-repeat}.view-locations h3{font-size:28px;margin-bottom:0.42857em}.view-locations ul{padding:0;margin:0;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2;-webkit-column-gap:10px;-moz-column-gap:10px;-ms-column-gap:10px;-o-column-gap:10px;column-gap:10px}.view-locations li{padding:0;list-style:none;list-style-image:none}@media all and (min-width:480px){.view-locations .uk-locations{padding-top:0;padding-left:200px;background-position:0 0}}@media all and (min-width:600px){.view-locations ul{-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}}@media all and (min-width:800px){.view-locations-home-embed ul{-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}}.blog-listing__title{margin-bottom:0;line-height:1.3em}.blog-listing__date{margin-bottom:1.71429em}.blog-listing-row{border-bottom:2px solid #235c88;margin-bottom:1.71429em}.blog-listing-row:last-child{border-bottom:none}.front-dating-advice-first .view-content{background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;max-width:580px;overflow:hidden}.front-dating-advice-first__image{background:#235c88;position:relative}.front-dating-advice-first__category{position:absolute;left:10px;bottom:10px;color:#fff;background:#e21348;text-transform:uppercase;padding:0 5px}.front-dating-advice-first__info{padding:10px}.front-dating-advice-first__title{margin:0 0 5px 0;line-height:1.3em}.front-dating-advice-first__body{margin:0}.front-dating-advice-first__date{color:#777;font-size:11.998px;margin:0 0 10px 0}.front-dating-advice-four .view-content{max-width:300px}.front-dating-advice-four .view-content:before,.front-dating-advice-four .view-content:after{content:"";display:table}.front-dating-advice-four .view-content:after{clear:both}.front-dating-advice-four .views-row{margin-bottom:20px}.front-dating-advice-four__inner{max-width:280px;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;overflow:hidden}.front-dating-advice-four__title{position:absolute;font-size:17.5px;line-height:1.3em;top:0;margin:0;height:100%;width:100%;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(40%,transparent),color-stop(100%,rgba(0,0,0,0.8)));background-image:-webkit-linear-gradient(transparent 40%,rgba(0,0,0,0.8) 100%);background-image:-moz-linear-gradient(transparent 40%,rgba(0,0,0,0.8) 100%);background-image:-o-linear-gradient(transparent 40%,rgba(0,0,0,0.8) 100%);background-image:linear-gradient(transparent 40%,rgba(0,0,0,0.8) 100%)}.front-dating-advice-four__title:hover{background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(40%,transparent),color-stop(100%,#000000));background-image:-webkit-linear-gradient(transparent 40%,#000000 100%);background-image:-moz-linear-gradient(transparent 40%,#000000 100%);background-image:-o-linear-gradient(transparent 40%,#000000 100%);background-image:linear-gradient(transparent 40%,#000000 100%)}.front-dating-advice-four__title a{display:block;height:100%;padding:40% 10px 0 10px;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media all and (min-width:480px){.front-dating-advice-four .view-content{max-width:600px}.front-dating-advice-four .views-row-1{float:left;width:50%;margin-left:0%;margin-right:-50%}.front-dating-advice-four .views-row-2{float:left;width:50%;margin-left:50%;margin-right:-100%}.front-dating-advice-four .views-row-3{clear:left;float:left;width:50%;margin-left:0%;margin-right:-50%}.front-dating-advice-four .views-row-4{float:left;width:50%;margin-left:50%;margin-right:-100%}}@media all and (min-width:960px){.front-dating-advice-first .view-content{min-height:440px}}@media all and (min-width:1200px){.front-dating-advice-four__title a{padding-top:48%}}.front-locations .view-content{max-width:320px;margin:0 auto}.front-locations .view-content:before,.front-locations .view-content:after{content:"";display:table}.front-locations .view-content:after{clear:both}.front-locations-row{margin-bottom:20px}.front-locations-row__inner{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;overflow:hidden}.front-locations__name{background:#fff;margin:0;text-align:center}.front-locations__name a{display:block;padding:0.42857em 10px;text-decoration:none}.front-locations__view-more{margin-bottom:0;text-align:center}@media all and (min-width:480px){.front-locations .view-content{max-width:600px}.front-locations .views-row-1{float:left;width:50%;margin-left:0%;margin-right:-50%}.front-locations .views-row-2{float:left;width:50%;margin-left:50%;margin-right:-100%}.front-locations .views-row-3{clear:left;float:left;width:50%;margin-left:0%;margin-right:-50%}.front-locations .views-row-4{float:left;width:50%;margin-left:50%;margin-right:-100%}}@media all and (min-width:960px){.front-locations .view-content{max-width:none}.front-locations .views-row-1{float:left;width:25%;margin-left:0%;margin-right:-25%}.front-locations .views-row-2{float:left;width:25%;margin-left:25%;margin-right:-50%}.front-locations .views-row-3{float:left;width:25%;margin-left:50%;margin-right:-75%;clear:none}.front-locations .views-row-4{float:left;width:25%;margin-left:75%;margin-right:-100%}}.front-dating-sites .views-row{display:inline-block;padding:0 10px;margin-bottom:20px;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.location-sidebar-block-row{margin:0 0 1.71429em 0}.location-sidebar-block__image img{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.location-sidebar-block__title h3{margin:0.42857em 0 0 0;line-height:1.3em}.location-sidebar-block__body{margin:0}@media all and (min-width:480px) and (max-width:599px){.location-sidebar-block-row{display:table}.location-sidebar-block__image{float:left}.location-sidebar-block__title{display:table-cell;vertical-align:middle;padding-left:10px}.location-sidebar-block__title h3{margin:0}}@media all and (min-width:600px) and (max-width:799px){.location-sidebar-block-row{float:left;width:50%}.location-sidebar-block-row.views-row-odd{clear:left}}@media all and (min-width:960px){.location-sidebar-block-row{display:table}.location-sidebar-block__image{float:left;max-width:125px}.location-sidebar-block__title{display:table-cell;vertical-align:middle;padding-left:10px}.location-sidebar-block__title h3{margin:0}}@media all and (min-width:1200px){.location-sidebar-block__image{max-width:none}}.dating-advice-sidebar-block-row{margin-bottom:1.71429em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dating-advice-sidebar-block__image{margin-bottom:10px}.dating-advice-sidebar-block__image img{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.dating-advice-sidebar-block__title{font-size:17.5px;line-height:1.3em;margin:0}@media all and (min-width:480px) and (max-width:599px){.dating-advice-sidebar-block__image{margin-bottom:0;float:left}.dating-advice-sidebar-block__title{padding-left:165px}}@media all and (min-width:600px) and (max-width:799px){.dating-advice-sidebar-block-row{float:left;width:50%;padding-right:10px}.dating-advice-sidebar-block-row.views-row-odd{clear:left}}@media all and (min-width:960px){.dating-advice-sidebar-block__image{margin-bottom:0;float:left;max-width:125px}.dating-advice-sidebar-block__title{padding-left:135px}}@media all and (min-width:1200px){.dating-advice-sidebar-block__image{max-width:none}.dating-advice-sidebar-block__title{padding-left:165px}}label{font-weight:normal}input,select{color:#555}input.form-text{max-width:100%}.pure-form select{-webkit-appearance:none}@media (-webkit-min-device-pixel-ratio:0){.pure-form select[size],.pure-form select[multiple],.pure-form select[multiple][size]{background-image:none;padding-right:3px}.pure-form select,.pure-form select[size="0"],.pure-form select[size="1"]{background-image:url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);background-repeat:no-repeat;background-position:right center;padding-right:20px}}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#235c88;color:#fff}.pure-button-red,.pure-button-red,a.pure-button-red,a.pure-button-red{background-color:#e21348}a.pure-button-primary,a.pure-button-selected{text-decoration:none}.wld-flexslider-join-form{text-align:center}.wld-flexslider-join-form .form-item{margin:0 auto;max-width:95%;position:relative}.wld-flexslider-join-form label{margin-bottom:1.71429em}.wld-flexslider-join-form label.error{background:transparent;font-size:10.99px;margin-bottom:0;position:absolute;bottom:-2.57143em;width:100%}.wld-flexslider-join-form input.form-text,.wld-flexslider-join-form select{width:100%}.wld-flexslider-join-form .pure-button{margin:2.14286em 0 0.85714em 0;font-size:17.5px}.wld-flexslider-join-form .gender-select-option{display:inline-block}.wld-flexslider-join-form .gender-select-option .gender-option{display:block;height:82px;background:url(/sites/datingtoday.com/themes/datingtoday3/images/male-female.png) 0 0 no-repeat;text-indent:-10000px;cursor:pointer}.wld-flexslider-join-form .gender-select-option .male{width:34px;margin-right:25px}.wld-flexslider-join-form .gender-select-option .female{width:40px;background-position:-124px 0;margin-left:25px}.wld-flexslider-join-form .gender-active .male{background-position:0 -82px}.wld-flexslider-join-form .gender-active .female{background-position:-124px -82px}.wld-flexslider-join-form .form-item-dob .container-inline{overflow:hidden}.wld-flexslider-join-form .form-item-dob .form-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left}.wld-flexslider-join-form .form-item-birthday-dob-day,.wld-flexslider-join-form .form-item-birthday-dob-year{width:25%}.wld-flexslider-join-form .form-item-birthday-dob-month{width:50%;padding:0 5px}.wld-flexslider-join-form .terms-conditions{margin-bottom:0.85714em;font-size:10.99px !important}@media all and (min-width:480px){.wld-flexslider-join-form .form-item{max-width:85%}}.wld-button{background-color:#235c88}
