/*
Theme name: Health Outreach Partners
Author: Health Outreach Partners
Version: 1
*/

/* 
	Table of Contents

	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	     05. Base WordPress CSS -----------------------
	     06. Gallery ----------------------------------
	     07. Pagination -------------------------------
	     08. Comments ---------------------------------
	     09. Search Form ------------------------------
	     10. Form Elements ----------------------------
	     11. Button -----------------------------------
	         Button Block -----------------------------
	     12. Wrapper ----------------------------------
	     13. Shell ------------------------------------
	     14. Container --------------------------------
	     15. Header -----------------------------------
	     16. Main -------------------------------------
	     17. Content ----------------------------------
	     18. Sidebar ----------------------------------
	     19. Widget -----------------------------------
	     20. Footer -----------------------------------
 */

.cols:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {

    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.65em;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
}

h1 {
    font-size:40px ;
}

h2 {
    font-size: 30px ;
    color: #6d9933;
}

h3 {
    font-family: 'proxima_nova_rgbold';
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 5px;
}

h3.framework-title {
    font-size: 23px;
    color: #6d9933;
    font-family: 'proxima_nova_rgbold';
text-transform: uppercase;
}

li.feature h2 {
    text-align: left;
}


p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.3em;
}
p{
    line-height: 21px; 
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */


ul {
    line-height: 21px;
    font-family: 'proxima_nova_rgregular';
    list-style: circle;
}

ol {
    line-height: 21px;
    font-family: 'proxima_nova_rgregular';
    list-style: decimal;
}

.framework-body ol, ul {
    margin-top: 16px;;
}

.section-body h2 {
    text-transform: uppercase;
}

strong {
    font-family: 'proxima_nova_rgbold';
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}


/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}


/*  Hidden  */

[hidden],
.hidden {
    display: none;
}


/*  Alignleft  */

.alignleft {
    float: left;
}


/*  Alignright  */

.alignright {
    float: right;
}


/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}


/*  Grid  */

.cols {
    margin: 0 -15px;
}

.cols:after {
}

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}


/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter {
    margin: 5px 15px 10px;
}

.alignleft {
    margin-left: 0;
}

.alignright {
    margin-right: 0;
}

.alignnone {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    position: relative;
}

.wp-caption img {
    width: 100%;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.gallery-item {
    float: left;
    position: relative;
    padding: 10px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.67%;
}

.gallery-columns-7 .gallery-item {
    width: 14.29%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
    display: none;
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging {
    padding: 0 0 20px;
    text-align: center;
}

.paging ul {
    list-style: none outside none;
}

.paging ul,
.paging li {
    display: inline-block;
    vertical-align: top;
}

.paging a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #000;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 4px;
}

.paging .current a,
.paging a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.paging-label {
    padding-right: 10px;
}

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments {
    padding-top: 15px;
}

.section-comments a {
    text-decoration: none;
}

.section-comments p {
    padding-bottom: 18.2px;
}

.section-comments ol,
.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px;
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0;
}

.comments,
.comments .children {
    position: relative;
}

.comments .children:before,
.comments .children:after {
    content: '';
    position: absolute;
    display: block;
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px;
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3;
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636;
}

.comments .children {
    padding-left: 70px;
}

.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.comments .says {
    padding-left: 5px;
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999;
}

.comments .comment-entry {
    position: relative;
    padding: 30px 0 30px 65px;
}

.comments .comment-text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments .comment-meta {
    padding-bottom: 12px;
}

.comments .comment-meta a {
    color: #363636;
}

.comments .comment-reply {
    padding-top: 10px;
    text-align: right;
}

.comments .comment-reply a {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border-radius: 6px;
}

.comments .comment-reply a:hover {
    text-decoration: none;
    opacity: .8;
}

.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636;
}

.comment-respond h3 {
    position: relative;
}

.comment-respond small {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-respond label {
    display: block;
    padding-bottom: 4px;
}

.comment-respond input[type="text"],
.comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.comment-respond textarea {
    width: 100%;
    height: 100px;
}

.comment-respond input[type="text"]:focus {
    background-color: #fff;
}

.comment-respond input[type="text"]::-webkit-input-placeholder {
    color: #777;
}

.comment-respond input[type="text"]::-moz-placeholder {
    color: #777;
}

.comment-respond input[type="text"]:-ms-input-placeholder {
    color: #777;
}

.comment-respond input[type="text"]::placeholder {
    color: #777;
}

.comment-respond textarea {
    width: 100%;
}

.comment-respond .required {
    color: #e40000;
}

.comment-respond .comment-notes {
    padding-top: 15px;
}

.comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer;
    border-radius: 4px;
}

.nocomments {
    padding-top: 12px;
    font-weight: bold;
    font-size: 18px;
}

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form {
    position: relative;
    overflow: hidden;
}

.search-form .search-field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.search-form .search-field:focus {
    background-color: #fff;
}

.search-form .search-field::-webkit-input-placeholder {
    color: #777;
}

.search-form .search-field::-moz-placeholder {
    color: #777;
}

.search-form .search-field:-ms-input-placeholder {
    color: #777;
}

.search-form .search-field::placeholder {
    color: #777;
}

.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
}

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    padding: 5px 10px; 
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.small-button.smallsilver {
    width: auto;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    background-color: #fff;
    background: #fff;
    border: 3px solid #85c340;
    color: #6d9933 !important;
    text-shadow: none !important;
    box-shadow: none !Important;
    margin-right: 0px;
    font-size: 13px;
        line-height: 21px;
}

a.smallsilver:hover {
    color: #fff !important;
    background-color: #6d9933;
    text-shadow: none !Important;
    font-family: 'proxima_nova_rgbold';
    text-align: center;
}

a.small-button.smallsilver:hover {
    color: #fff !important;
    background-color: #6d9933;
    text-shadow: none !Important;
    font-family: 'proxima_nova_rgbold';
    text-align: center;
}

.summarybtn {
    width: auto;
    display: inline-block;
    border-radius: 10px !Important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    background-color: #fff;
    background: #fff;
    border: 3px solid #85c340;
    color: #6d9933 !important;
    text-shadow: none !important;
    box-shadow: none !Important;
    margin-right: 0px;
    font-size: 13px !important;
    line-height: 21px;
    font-family: 'proxima_nova_rgbold' !Important;
    letter-spacing: 1px !Important;
    padding: 5px 10px;
}


.summarybtn:hover {
    color: #fff !important;
    background-color: #6d9933;
    text-shadow: none !Important;
    font-family: 'proxima_nova_rgbold' !Important;
    text-align: center;
 padding: 5px 10px;

}

/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}

.widget {
    margin-bottom: 15px;
}

.widget ul {
    list-style: none outside none;
    margin: 0;
}

.widget li {
    padding: 5px 0;
}

.widget-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
}

.widget_categories .screen-reader-text {
    display: none;
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px;
}

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.widget_calendar td,
.widget_calendar th {
    padding: 5px;
    border: 1px solid #000;
}

.widget_calendar caption {
    padding: 12px;
    font-weight: bold;
}

.widget_calendar tfoot {
    font-weight: bold;
}

.widget_rss .rsswidget {
    vertical-align: middle;
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
}



/* ------------------------------------------------------------ *\
    Home
\* ------------------------------------------------------------ */
.section { padding: 30px 0 60px 0px; }
.section .section-head { text-align: center; margin-bottom: 30px; }
.section .section-head h1 { color: #333; padding-bottom: 10px; line-height: 1em; font-weight: 500; font-family: 'proxima_nova_rgbold'; font-size: 36px;
    text-shadow: none; }
.section .section-title { text-align: center; }
.section .section-body:after { clear: both; content: ''; display: block; }

.section-home { padding-bottom: 10px; }
.section-home:after { clear: both; content: ''; display: block; }

.section-home .btn { float: none; display: inline-block; text-align: center; padding: 5px 20px; }

.section-home .section-entry { float: left; width: 55%; margin-right: 5%;  }
.section-home .section-aside { float: right; width: 40%; }
.section-home .section-aside .section-wrapper { background-color: transparent; padding: 30px; color: #333; border: 3px solid #cde5ac; }
.section-home .section-aside .section-wrapper p { margin-bottom: 0; }

.section-home .section-foot { margin: 30px 0px; }

.section-home.fullwidth { text-align: center;  }

/* ------------------------------------------------------------ *\
    Frameworks
\* ------------------------------------------------------------ */
.frameworks { list-style: none;  }
.frameworks .framework { width: 47.25%; display: inline-block; border:1px solid #000; padding: 20px; margin-bottom: 25px; vertical-align: top; text-align: left;
    background-color: transparent;
    padding: 30px;
    height: 470px;
    color: #333;
    border: 3px solid #cde5ac;
}
.frameworks .framework + .framework { margin-left: 5%; }
.frameworks .framework .framework-image { text-align: center; margin-bottom: 10px; max-width: 42px; margin-left: auto; margin-right: auto; }
.frameworks .framework .framework-title { text-align: center; max-width: 250px; margin: 0 auto 10px auto; }
.frameworks .framework .framework-foot { margin-top: 20px; text-align: center; }

.frameworks.frameworks-secondary { margin-top: 50px; }
.frameworks.frameworks-secondary .framework { width: 30%; text-align: center; }
.frameworks.frameworks-secondary .framework + .framework { margin-left: 3%; }

/* ------------------------------------------------------------ *\
    Paging
\* ------------------------------------------------------------ */
.paging { margin: 15px 0; }
.paging:after { clear: both; content: ''; display: block; }
.paging .paging-next { float: right; }
.paging .paging-prev { float: left; }

/* ------------------------------------------------------------ *\
    Section Call out
\* ------------------------------------------------------------ */
.section-callout { background-color: transparent;
    padding: 30px;
    color: #333;
    border: 3px solid #cde5ac;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
padding-top: 20px; }
.section-callout:after { clear: both; content: ''; display: block; }
.section-callout .section-body { width: 80%; margin-right: 5%; display: inline-block; vertical-align: middle; }
.section-callout .section-aside { width: 14%; display: inline-block; vertical-align: middle; }
.section-callout .section-aside .btn { float: none; display: block; margin: 0; padding: 5px; }

.section-callout.section-callout-secondary .section-body { width: 100%; float: none; text-align: center; }
.section-callout.section-callout-secondary .section-foot { text-align: center; }
.section-callout.section-callout-secondary .section-foot .btn { text-align: center; float: none; margin-bottom: 0; margin-top: 15px; }

/* ------------------------------------------------------------ *\
    Section Calculators
\* ------------------------------------------------------------ */
.section-calculators { padding-top: 0; }
.section-calculators .section-title { padding-bottom: 50px; }
.section.section-intro { margin: 0; padding-bottom: 0; }

/* ------------------------------------------------------------ *\
    Section Columns
\* ------------------------------------------------------------ */
.section.section-columns { padding-bottom: 0; }
.section-columns .section-head h1 { margin-bottom: 30px; }
.section-columns .section-body { border-bottom:1px solid #000; padding-bottom: 20px; }
.section-columns .section-foot { margin: 20px 0; border-bottom: 3px solid #cde5ac;     margin-bottom: 45px; }

.section.section-content { padding-top: 0; padding-bottom: 0; }
.section.section-features {  }
/* ------------------------------------------------------------ *\
    Steps
\* ------------------------------------------------------------ */
.steps { text-align: left;  display:flex; justify-content: space-between; }
.steps .step { width: 50%; display: inline-block; margin: 20px 0; vertical-align: top; text-align: justify; padding: 20px 20px; }
.steps .step h3 {
    margin-bottom: 15px;
    font-family: 'proxima_nova_rgbold';
    font-size: 23px;
    color: #6d9933;
    text-align: left;
}
.steps .step ol,
.steps .step ul { margin-left: 15px;  }

/* ------------------------------------------------------------ *\
    Features
\* ------------------------------------------------------------ */
.features { text-align: justify; }
.features .feature { display: inline-block; width: 49%; vertical-align: top; padding-right: 25px; }
.features .feature:last-child { padding-right: 0; padding-left: 0px; }
.features .feature ul {
    list-style: disc;
    margin-bottom: 0;
    margin-left: 30px;
        margin-top: 16px;
}
.features .feature ul li { position: relative; padding-left: 0px; line-height: 21px; }
.features .feature ul li:before { position: absolute; top: 0; left: 0; display: none; content: '-'; width: 5px; height: 1px;
    -webkit-transform: translateY( -50% ); 
        -ms-transform: translateY( -50% ); 
         -o-transform: translateY( -50% ); 
            transform: translateY( -50% ); 
}

/* ------------------------------------------------------------ *\
    Calculator Page Template
\* ------------------------------------------------------------ */
.page-template-calculator-overview .features .feature li { margin-bottom: 5px; }
.page-template-calculator-overview .section-columns .section-head h1 { max-width: 100%; margin-bottom: 0; text-transform: uppercase; }
.page-template-calculator-overview .section-home { border-top: 3px solid #cde5ac;
    margin: 60px 10px;
    margin-bottom: 0px;
    padding-top: 50px !Important; }
.page-template-calculator-overview .section-home .section-head { padding: 0; }
.page-template-calculator-overview .section-home .section-head h1 { max-width: 100%; text-transform: uppercase;}
.page-template-calculator-overview .section-home .section-aside { text-align: center; }
.page-template-calculator-overview .section-home .section-aside .btn { margin: 0 auto; }

/* ------------------------------------------------------------ *\
    Section Calculator
\* ------------------------------------------------------------ */
.section-calculator {     padding: 30px 0 10px 0;
    margin: 20px 0px;
    border: 3px solid #cde5ac;
    border-bottom: 3px solid #cde5ac;
    margin-top: 0px !Important;
    margin-bottom: 50px; }
.section-calculator .section-head h1 { max-width: 100%; }
.section-calculator .section-action { margin: 30px 0; }
.section-calculator .section-action li { width: 49%; display: inline-block; text-align: center; }
.section-calculator .section-action li .btn { display: inline-block; float: none; padding: 10px 20px; }


.page-template-calculator .pagetitle { display: none; }
/* ------------------------------------------------------------ *\
    Calculators
\* ------------------------------------------------------------ */
ul.calculators { text-align: center; list-style: none; display:flex; justify-content: space-between;  }
.calculators li { padding: 20px; width: 23%; vertical-align: top; border: 3px solid #cde5ac; }
.calculators li h1 {
    min-height: 64px;
    font-size: 23px;
    color: #6d9933;
    font-family: 'proxima_nova_rgbold';
    text-shadow: none !Important;
}
.calculators li p { min-height: 140px; }
.calculators li .calculator-image { max-width: 42px; height: auto; margin-bottom: 10px; }
.calculators li .btn { float: none; display: block; margin-bottom: 0; }
.calculators li + li { margin-left: 2%;  }
.calculators .btn + .btn { margin-top: 10px; }


#step5 .summary-intro:after { clear: both; content: '';display: block;  }
#step5 .summary-intro p { float: left;  }
#step5 .summary-intro a.btn { float: right; font-size: 12px; text-decoration: none; }
/* ------------------------------------------------------------ *\
    Content
\* ------------------------------------------------------------ */
.crb-content ol, 
.crb-content ul { margin-left: 20px; }

.crb-content ul {
    list-style: disc !Important;
}

#top-menu-nav { line-height: 1; margin-left: 20px; }
#top-menu-nav ul li { display: inline-block; }
#top-menu-nav ul li + li { margin-left: 20px; }
#top-menu-nav ul li a { text-decoration: none; font-size: 19px; text-transform: uppercase; }
#top-menu-nav ul.sub-menu li { display: block; }
#top-menu-nav ul.sub-menu li + li  { margin-left: 0; padding-top: 20px; }

#main-header { padding: 10px 0; margin-bottom: 30px; }

#et-top-navigation,
.logo_container { display: inline-block; vertical-align: middle; float: none; }
#footer-info { float: none; text-align: center; }

#et-secondary-menu > ul > li a { text-decoration: none; }

.fuelux label,
body .fuelux .wizard .steps li,
.fuelux .wizard ul li .chevron,
.fuelux .wizard ul li .chevron:before { box-sizing: content-box; }

@media (max-width: 1300px) {
    .section-home { padding: 45px 0px; }
}


@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
    
    .section-home { padding: 0 10px; }
    .section-home .section-entry,
    .section-home .section-aside { float: none; display: block; width: 100%; }
    .section-home .section-aside { margin-bottom: 25px; }

    .frameworks .framework { width: 100%; margin: 0 0 15px 0; }
    .frameworks .framework:nth-child( 2n+2 ) { margin-left: 0; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}



/** Custom CSS **/

.login h1 a {
    background-image: url(images/w-logo-blue.png?ver=20131202);
    background-image: none,url(images/wordpress-logo.svg?ver=20131107);
    -webkit-background-size: 84px;
    background-size: 170px !Important;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    width: 200px !Important;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

.page-id-40 .frameworks .framework {
    height: 400px !Important;
}

.page-id-5 .frameworks .framework {
    height: 430px;
}
.page-template-toolkit .framework-body,
.page-id-5 .framework-body {
    min-height: 170px;
}

h2.homequote {
    text-transform: none;
}


.table-cal th {
text-shadow: none !Important;
}

.enrollment.section-head {
background-color: #999 !Important;
}

p {
    margin-bottom: 0px;
}

.section-entry ul {
    margin-top: 16px;
    margin-left: 30px;
    list-style: inherit;
}

.section-entry li {
    margin-bottom: 5px;
}

.steps .step ol, .steps .step ul {
    margin-left: 30px;
    margin-top: 16px;
}

ul.calculators {
    margin-top: 0px;
}

#et-secondary-nav, #et-secondary-nav li {
margin-top: 0px;
}

.icon-leaf.crb-leaf { font-size: 22px; color: #ddd; margin-left: 15px; }

.user-profile-form { max-width: 400px; margin: 30px auto;  }
.user-profile-form .form-group { margin-bottom: 20px;  }
.user-profile-form .form-group input[type="password"],
.user-profile-form .form-group input[type="email"],
.user-profile-form .form-group input[type="text"] { margin-bottom: 5px; width: 100%; display: block; height: 40px; padding: 6px 12px; font-size: 14px; line-height: 1.4; vertical-align: middle; background-color: #ffffff; background-image: none; color: #555555; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border: 1px solid #d3d3d3; }

.user-profile-form .form-group input[type="password"]:focus,
.user-profile-form .form-group input[type="email"]:focus,
.user-profile-form .form-group input[type="text"]:focus {  
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); 
}


.user-profile-form .form-group input[type="submit"] { width: 100%; }
.user-profile-form .form-group input:disabled { background: rgba(255,255,255,.5); border-color: rgba(222,222,222,.75); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.04); box-shadow: inset 0 1px 2px rgba(0,0,0,.04); color: rgba(51,51,51,.5); }

.user-profile-form .messages,
.user-profile-form .errors ul { list-style: none; color: red; text-align: center; }
.user-profile-form .messages p { color: #85c340; }

#main-footer p { font-size: 13px; color: #333; text-align: center; float: none; padding-bottom: 10px; }

body > .container { min-height: calc( 100vh - 198px )  }
body.logged-in > .container { min-height: calc( 100vh - 260px )  }



.fuelux .breacrumbs li {
font-size: 14px;
}

.fuelux #slide1_controls .breacrumbs li span {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-left: 1px !Important;
    padding-right: 4px !important;
}

.k-slider-horizontal .k-draghandle {
    background: url('./images//wheel-1.png') no-repeat scroll 0 0 transparent !important;
    border: none;
    display: block;
    top: -9px;
    width: 32px !important;
    height: 32px !important;
    margin-top: -2px;
}


.page-id-40 a.btn.small-button.smallsilver {
    margin-top: 60px !Important;
}

.page-id-40 li.framework.crb-content a.btn.small-button.smallsilver {
    margin-top: 30px !Important;
}

.fuelux strong {
    font-weight: bold;
    font-family: 'proxima_nova_rgbold';
}

.fuelux .table th {
    font-weight: bold;
    font-family: 'proxima_nova_rgbold';
    /* text-transform: uppercase; */
}

.table-cal tr.shade, .table-cal th.shade, .table-caltask tr th {
    background-color: #dfdfdf !important;
    color: #222 !important;
    font-family: 'proxima_nova_rgbold';
    /* text-transform: uppercase; */
}

.fuelux .table th, .fuelux .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    font-family: 'proxima_nova_rgregular';
}

#step5 h1 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'proxima_nova_rgbold';
    font-size: 36px;
    text-shadow: none;
}

#step5 .summary-intro a.btn {
    float: right;
    font-size: 12px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
        margin-top: -8px;
    background-color: #fff;
    background: #fff;
    border: 3px solid #85c340;
    color: #6d9933 !important;
    text-shadow: none !important;
    box-shadow: none !Important;
    margin-right: 0px;
    font-size: 13px;
    line-height: 21px;
    font-family: 'proxima_nova_rgbold';
}

#wrapper12 .ac-container label {
    margin-bottom: 2px;
    font-family: 'proxima_nova_rgbold' !important;
    text-transform: uppercase;
}

.fuelux .outrch-smry-ul {
    margin-top: 15px;
    text-align: left;
    line-height: 21px;
    font-family: 'proxima_nova_rgregular';
    list-style: disc;
}

ul.outrch-smry-ul li {
    line-height: 21px;
    font-family: 'proxima_nova_rgregular';
    list-style: disc;
}

.fuelux li {
    line-height: 20px;
    list-style: disc;
}

#wrapper12 .ac-container label {
    margin-bottom: 2px;
    padding-bottom: 0px !Important;
}

b, strong {
    font-weight: bold;
    font-family: 'proxima_nova_rgbold' !Important;
}

.step-pane.active-step .final {
    border: 0px solid #ddd !important;
    margin-bottom: 20px;
}

.showtip .tip {
    color: #333333;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    font-family: 'proxima_nova_rgregular';
}

#clinicform table td {
    text-align: left;
    font-family: 'proxima_nova_rgregular';
}

.section-wrapper.avoided .section-head, .section-alternative .section-head, .enrollment.section-head {
    margin: 0px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
    color: #fff;
    background-color: #999 !important;
    font-weight: bold;
    line-height: 18.2px;
    font-family: 'proxima_nova_rgbold';
    text-align: center;
    text-transform: uppercase;
}

.summarybtn {
    width: auto;
    display: inline-block;
    border-radius: 10px !Important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    background-color: #fff;
    background: #fff;
    border: 3px solid #85c340;
    color: #6d9933 !important;
    text-shadow: none !important;
    box-shadow: none !Important;
    margin-right: 0px;
    font-size: 13px !important;
    line-height: 21px;
    font-family: 'proxima_nova_rgbold' !Important;
    letter-spacing: 1px !Important;
    padding: 5px 10px;
}

.summarybtn:hover {
    color: #fff !important;
    background-color: #6d9933;
    text-shadow: none !Important;
    font-family: 'proxima_nova_rgbold' !Important;
    text-align: center;
}

.fuelux h1 {
    font-family: 'proxima_nova_rgbold' !important;
}

#top-menu-nav .menu-item-has-children { position: relative; }
#top-menu-nav .menu-item-has-children .sub-menu { position: absolute; width: 200px; padding-top: 25px; opacity: 0; max-height: 0; margin: 0; padding: 0; visibility: hidden;;
    -webkit-transform: translateY(-20%); 
        -ms-transform: translateY(-20%); 
         -o-transform: translateY(-20%); 
            transform: translateY(-20%); 
    -webkit-transition: all .5s; 
         -o-transition: all .5s; 
            transition: all .5s; 
}
#top-menu-nav .menu-item-has-children:hover .sub-menu { opacity: 1; padding-top: 25px; visibility: visible;
    -webkit-transform: translateY(0%); 
        -ms-transform: translateY(0%); 
         -o-transform: translateY(0%); 
            transform: translateY(0%); 
}
.main-secondary:after { clear: both; content: ''; display: block; }
.main-secondary .content { width: 70%; margin-right: 5%; float: left; }
.main-secondary .aside { width: 25%; float: right; }

.main-secondary .features .feature { width: 100%; display: block; padding-right: 0; }
.main-secondary .features .feature h2 { padding-bottom: 0; }
.main-secondary .features .feature + .feature { margin-top: 15px; }

.main-secondary .section-home .section-aside { float: none; width: 100%; }

#et-secondary-nav .logged .sub-menu { margin-top: 0; width: 110px; padding: 0;  
    -webkit-transform: translateY(-20%); 
    -ms-transform: translateY(-20%); 
    -o-transform: translateY(-20%); 
    transform: translateY(-20%); 
    -webkit-transition: all .5s; 
         -o-transition: all .5s; 
            transition: all .5s; 
}
#et-secondary-nav .logged:hover .sub-menu {
    -webkit-transform: translateY(0%); 
        -ms-transform: translateY(0%); 
         -o-transform: translateY(0%); 
            transform: translateY(0%); 
}
#et-secondary-nav .logged .sub-menu a { color: #333; display: inline-block;  }
#et-secondary-nav .logged .sub-menu li { padding: 0; text-align: center;}

.summarybtn.small-button.smallsilver.logout { display: block; width: 100%; margin-top: 10px; }
.form-meta { max-width: 400px; margin: 0 auto; text-align: justify; }
.form-meta:after { clear: both; content: ''; display: block; }
.form-meta a.small-button.smallsilver { display: block; width: 100%; }

.grid-12 h1 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'proxima_nova_rgbold';
    font-size: 36px;
    text-shadow: none;
}

.page-id-40 .framework-title {
    text-align: center;
    max-width: 250px;
    margin: 0 auto 10px auto;
    height: 50px;
}

.section-callout.section-frameworkds h2 { padding-bottom: 10px; margin-bottom: 0; }
