/* Darwin V2 */

/* NO MEDIA QUERY */
body #dw-sidebarNewsletterSegmentContainer {
	background: #403d61;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	padding: 25px;
}
body #dw-sidebarNewsletterSegmentContainer h3 {
	margin: 0px 0px 15px 0px !important;
text-align:center;
font-size:16px !important;
}
body #dw-sidebarNewsletterSegmentContainer p {
	display: none !important;
}
body #dw-sidebarNewsletterSegmentContainer form {
	text-align: left !important;
}
body #dw-sidebarNewsletterSegmentContainer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
body #dw-sidebarNewsletterSegmentContainer .gfield_label {
	display: none;
}
body #dw-sidebarNewsletterSegmentContainer .gform_body>ul>li:first-child .gfield_checkbox li {
	float: left !important;
	width: 50% !important;
	display: table !important;
}
body #dw-sidebarNewsletterSegmentContainer .gform_body>ul>li:first-child .gfield_checkbox li>* {
	display: inline-block !important;
}
body #dw-sidebarNewsletterSegmentContainer input[type="text"] {
color:#000 !important;
}
body #dw-sidebarNewsletterSegmentContainer .gfield_checkbox input {
	border-radius: 0px;
	border: 5px solid #000 !important;
	width: auto !important;
}
body #dw-sidebarNewsletterSegmentContainer input {
	width: 100%;
	border: 0px;
	padding: 10px !important;
}
body #dw-sidebarNewsletterSegmentContainer a {
	color: #fff !important;
	text-decoration: underline
}
body #dw-sidebarNewsletterSegmentContainer input[type="submit"] {
    background: #ff4166 !important;
    color: #fff !important;
	margin: 15px 0px 0px 0px !important;
	border: transparent 3px solid;
    font-weight: 700;
}
body #dw-sidebarNewsletterSegmentContainer input[type="submit"]:hover {
	color: #fff;
	background: #403d61;
	border: #fff 3px solid;
}#dw-sidebarNewsletterSegmentContainer .gfield_checkbox li > * {
vertical-align:top !important;
}

#dw-sidebarNewsletterSegmentContainer .validation_message {
color:#ff5656;
width:100%;
clear:both;
margin-top:5px;
padding:5px 0px !important;
top:0px;

}

#dw-sidebarNewsletterSegmentContainer .gform_validation_error .gform_body > ul > li {
padding-top: 0px;
padding-bottom:0px;
}

#dw-sidebarNewsletterSegmentContainer .gform_body ul li > *:nth-child(1), #dw-sidebarNewsletterSegmentContainer .gform_body ul li > *:nth-child(2) {

}

/* Body */
	/* Container Class */
	.dw-blockContainer {
	display: table;
	width: 100%;
	max-width: 1170px;
	float: none;
	margin: 0px auto !important;
}

/* Header */
body header {
background:#fff !important;	
}


@media (min-width: 1200px) {
/* Header */	
/* Logo/Top Nav/Search Container */
#dw-headerLogoTopNavContainer {
	padding: 15px 0px !important;
}
#dw-headerLogoTopNavContainer>* {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

/* Site Logo */

#dw-headerLogo {
	width: 280px;
	padding: 0px;
}
#dw-headerLogo img {
	width: 230px;
	padding-top: 10px;
}

/* Top Level Navigation */

#dw-headerTopNav {
	padding: 0px 15px;
	text-align:right;
}
#dw-headerTopNav ul {
float:right;	
display:inline-block;
margin-top:16px;
}
#dw-headerTopNav li {
	float:left;
	list-style:none;
	letter-spacing: 0.5px;
	font-size: 13px;
	border-bottom: 3px solid transparent;
	padding: 4px 0px;
}
#dw-headerTopNav li a {
	text-decoration: none;
	color: #000;
	padding: 0px 15px;
}
#dw-headerTopNav li:hover {
	border-bottom: 2px solid #000;
}
#dw-headerTopNav ul>li:not(:last-child) a {
	border-right: #000 1px solid;
}

/* Search */

#dw-headerSearch {
	position: relative;
	top: 0px;
	width: 215px;
}
#dw-headerSearch form {
	background: #E4E4E4;
}
#dw-headerSearch input {
	border: none;
	background: none;
	height: 1.846em;
	min-height: 34px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #333333;
	font-weight: 500;
}
#dw-headerSearch button {
	width: 28px;
	height: 34px;
	cursor: pointer;
	border: none;
	display: block;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	background-image: url(/wp-content/themes/darwin/images/search.svg);
}

/* Mobile Toggle */

#dw-headerMobileToggle {
	display: none;
}
/* Main Navigation */
#dw-mainNavigationRow {
	background: #403d61;
}
#dw-mainNavigationContainer {
	position: relative;
}
#dw-mainNavigation {
	padding-right: 100px;
display:block;
width:100%;

}
#dw-mainNavigation>ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
    list-style:none;
float: left;
    display: table;
    width: 100%;
}

#dw-mainNavigation > ul > li  {
    display: table-cell;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
position: relative;
}

#dw-mainNavigation > ul > li > a{
    padding: 0 25px;
width:100%;
display:block;
    font-size: 12px;
    letter-spacing: 0.3px;
    border-left: 1px solid #729ce5;
    color: #ffffff;
text-decoration:none !important
}	
#dw-mainNavigation>ul>li:first-child>a {
border-left:none;
}
#dw-mainNavigation > ul > li:last-child {
background: #D51A19;

}

#dw-mainNavigation > ul > li:last-child a {
border:0px;

}
#dw-mainNavigation li:hover {
border-bottom:3px solid #fff;
}

/* Toggled Navigation Button */
#dw-additionalNavToggle {
	width: 100px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 12px;
	height: 100%;
	vertical-align: middle;
	padding: 9px 0px;	height: 36px;
}
#dw-additionalNavToggle a {
text-decoration:none;
}
#dw-additionalNavToggle:hover {
cursor:pointer;
}
#dw-additionalNavToggle a {
	color: #fff;
}
/* Hide Toggled Navigation */
#dw-headerTop3 {
	display: none;
}
/* Toggled Navigation */
#dw-toggledNavigation ul li ul a:hover {
border-bottom:2px solid #000;
}
  #dw-toggledNavigation {
display:none;
}

#dw-toggledNavigation {
    background-color: #deebf7;
}

#dw-toggledNavigation ul {
padding:0px;
margin:0px;
list-style:none;
}


#dw-toggledNavigation > ul > li {
    width: 100%;
    font-size: 12px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0px;
    padding: 0px;
    display: table;
}

#dw-toggledNavigation > ul > li:first-child {
    border-top: 2px solid #fff;
}
#dw-toggledNavigation > ul > li > * {
display: table-cell;
}
#dw-toggledNavigation > ul > li > a {
    min-width: 210px;
background-color: #424242 !important;
padding: 10px 15px;

color: #ffffff;
border-color: #ffffff;
vertical-align: top;
}

#dw-toggledNavigation > ul > li > ul {
    vertical-align: middle;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    background-color: transparent;
    padding: 5px 0px 0px 0px;
    border: 0px;
    margin: 0px;
    width: 100%;
    float: none;
    height: 100%;
    box-shadow: none;
}


#dw-toggledNavigation > ul > li > ul > li {
    display: inline;
    float: left;
    font-size: 12px;
}

#dw-toggledNavigation > ul > li > ul a {
    background: none;
    padding: 5px 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: 400;
color:#000;
}
}

@media (min-width:992px) and (max-width:1199px) {
/* Header */	
/* Logo/Top Nav/Search Container */
#dw-headerLogoTopNavContainer {
	padding: 15px 0px;
}
#dw-headerLogoTopNavContainer>* {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

/* Site Logo */

#dw-headerLogo {
	width: 250px;
	padding: 0px;
}
#dw-headerLogo img {
	width: 210px;
	padding-top: 10px;
}

/* Top Level Navigation */

#dw-headerTopNav {
	padding: 0px 15px;
	text-align:right;
}
#dw-headerTopNav ul {
float:right;	
display:inline-block;
margin-top:16px;
}
#dw-headerTopNav li {
	float:left;
	list-style:none;
	letter-spacing: 0.5px;
	font-size: 13px;
	border-bottom: 3px solid transparent;
	padding: 4px 0px;
}
#dw-headerTopNav li a {
	text-decoration: none;
	color: #000;
	padding: 0px 15px;
}
#dw-headerTopNav li:hover {
	border-bottom: 2px solid #000;
}
#dw-headerTopNav ul>li:not(:last-child) a {
	border-right: #000 1px solid;
}

/* Search */

#dw-headerSearch {
	position: relative;
	top: 0px;
	width: 215px;
}
#dw-headerSearch form {
	background: #E4E4E4;
}
#dw-headerSearch input {
	border: none;
	background: none;
	height: 1.846em;
	min-height: 34px;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #333333;
	font-weight: 500;
}
#dw-headerSearch button {
	width: 28px;
	height: 34px;
	cursor: pointer;
	border: none;
	display: block;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	background-image: url(/wp-content/themes/darwin/images/search.svg);
}

/* Mobile Toggle */

#dw-headerMobileToggle {
	display: none;
}
/* Main Navigation */
#dw-mainNavigationRow {
	background: #403d61;
}
#dw-mainNavigationContainer {
	position: relative;
}
#dw-mainNavigation {
	padding-right: 100px;
display:block;
width:100%;

}
#dw-mainNavigation>ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
    list-style:none;
float: left;
    display: table;
    width: 100%;
}

#dw-mainNavigation > ul > li  {
    display: table-cell;
    padding: 5px 0px;
    text-align: center;
    vertical-align: middle;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
position: relative;
}

#dw-mainNavigation > ul > li > a{
    padding: 0 10px;
width:100%;
display:block;
    font-size: 12px;
    letter-spacing: 0.3px;
    border-left: 1px solid #729ce5;
    color: #ffffff;
text-decoration:none !important
}
#dw-mainNavigation>ul>li:first-child>a {
border-left:none;
}
#dw-mainNavigation > ul > li:last-child {
background: #D51A19;

}

#dw-mainNavigation > ul > li:last-child a {
border:0px;

}
#dw-mainNavigation li:hover {
border-bottom:3px solid #fff;
}

/* Toggled Navigation Button */
#dw-additionalNavToggle {
	width: 100px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 12px;
	height: 100%;
	vertical-align: middle;
	padding: 9px 0px;	height: 36px;
}
#dw-additionalNavToggle a {
text-decoration:none;
}
#dw-additionalNavToggle:hover {
cursor:pointer;
}
#dw-additionalNavToggle a {
	color: #fff;
}
/* Hide Toggled Navigation */
#dw-headerTop3 {
	display: none;
}
/* Toggled Navigation */
#dw-toggledNavigation ul li ul a:hover {
border-bottom:2px solid #000;
}
  #dw-toggledNavigation {
display:none;
}

#dw-toggledNavigation {
    background-color: #deebf7;
}

#dw-toggledNavigation ul {
padding:0px;
margin:0px;
list-style:none;
}


#dw-toggledNavigation > ul > li {
    width: 100%;
    font-size: 12px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0px;
    padding: 0px;
    display: table;
}

#dw-toggledNavigation > ul > li:first-child {
    border-top: 2px solid #fff;
}
#dw-toggledNavigation > ul > li > * {
display: table-cell;
}
#dw-toggledNavigation > ul > li > a {
    min-width: 210px;
background-color: #424242 !important;
padding: 10px 15px;

color: #ffffff;
border-color: #ffffff;
vertical-align: top;
}

#dw-toggledNavigation > ul > li > ul {
    vertical-align: middle;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    background-color: transparent;
    padding: 5px 0px 0px 0px;
    border: 0px;
    margin: 0px;
    width: 100%;
    float: none;
    height: 100%;
    box-shadow: none;
}


#dw-toggledNavigation > ul > li > ul > li {
    display: inline;
    float: left;
    font-size: 12px;
}

#dw-toggledNavigation > ul > li > ul a {
    background: none;
    padding: 5px 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: 400;
color:#000;
}
}

@media (min-width:768px) and (max-width:991px) {
	
}

@media (max-width:767px) {

}

/* No Query */


/* Sidebar Signup form */
.ec-siteSidebar .gfield_checkbox li {
display:table;
}
.ec-siteSidebar .gfield_checkbox li > * {
display:table-cell !important;
float:none;
width:auto;
padding:0px 5px !important;
}

#ec-sidebarSignupContainer .gform_body > ul > li:nth-child(2), 
#ec-sidebarSignupContainer .gform_body > ul > li:nth-child(2) .ginput_container_checkbox {
margin-top:0px !important;
}










input[type="text"] {
width:100%;
}
/* For sorting */


/* Footer Signup checkbox fix */
@media (min-width:992px) {
#ec-signupFooterFloat  {
padding:15px 0px;
}

#ec-signupFooterFloat > h3 {
vertical-align:top;
padding-top:5px !important;
}

#ec-signupFooterFloat .gform_wrapper {
margin:0px !important;
}

body #ec-signupFooterFloat form > div {
vertical-align:top;
}

#ec-signupFooterFloat .gform_wrapper ul li input {
width:100%; !important
}

#ec-signupFooterFloat form input[type="text"] {
width:95%;
margin:0px !important;
}

#ec-signupFooterFloat  .gform_footer {
padding:0px !important;
}

#ec-signupFooterFloat {
position:relative;
}

footer .gfield_checkbox { 
display:block;
}

footer .gform_body {
padding: 0px 10px;
}

footer .gform_body ul > li:nth-child(2) > div > ul > li {
display:table;
padding: 5px 0px 0px 0px !important;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li > *{
display:table-cell !important;
float:none;
clear:none;
color:#fff;
max-width:100%;
padding-bottom:0px !important;
font-size:10px !important;
width:100%;
text-align:left;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li input[type="checkbox"] {
width:20px !important;
margin:0px !important;}

body footer .gform_body ul > li:nth-child(2) > div > ul > li label {
padding-left:5px !important;
white-space: nowrap;
padding-top:3px !important;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li a {
color:#fff;
text-decoration:underline;
color:#3D8EC7;
}

#ec-signupFooterFloat input[type="submit"] {
margin:0px !important;
}
}






@media (max-width:991px) {
#ec-signupFooterFloat  {
padding:15px 0px;
}

#ec-signupFooterFloat > div {
display:block;
width:100%;
clear:both;
}

#ec-signupFooterFloat > h3 {
vertical-align:top;
padding-top:5px !important;
display:block;
width:100%;
clear:both;
margin:0px 0px 10px 0px;
}

#ec-signupFooterFloat .gform_wrapper {
margin:0px !important;
}

#ec-signupFooterFloat .gform_wrapper form > * {
display:block;
text-align:center;
}

body #ec-signupFooterFloat form > div {
vertical-align:top;
}

#ec-signupFooterFloat .gform_wrapper ul li input {
width:100%; !important
}

#ec-signupFooterFloat form input[type="text"] {
width:95%;
margin:0px !important;
}

#ec-signupFooterFloat .gform_wrapper form > * {
display:block !important;
}

#ec-signupFooterFloat  .gform_footer {
padding:0px !important;
width:100%;
clear:both;
}

#ec-signupFooterFloat {
position:relative;
}

footer .gfield_checkbox { 
display:block;
}

footer .gform_body {
padding: 0px 10px;
}

footer .gform_body ul > li:nth-child(2) > div > ul > li {
display:table;
padding: 5px 0px 0px 0px !important;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li > *{
display:table-cell !important;
float:none;
clear:none;
color:#fff;
max-width:100%;
padding-bottom:0px !important;
font-size:10px !important;
width:100%;
text-align:left;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li input[type="checkbox"] {
width:20px !important;
margin:0px !important;}

body footer .gform_body ul > li:nth-child(2) > div > ul > li label {
padding-left:5px !important;
white-space: nowrap;
padding-top:3px !important;
}

body footer .gform_body ul > li:nth-child(2) > div > ul > li a {
color:#fff;
text-decoration:underline;
color:#3D8EC7;
}

#ec-signupFooterFloat input[type="submit"] {
margin:0px !important;
}
}
