div.wpcf7 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
    
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}


























/*----------------------ryan edits-----------------------------*/

.portlet {
    border: 1px solid #f7f7f7;
    border-radius: 21px;
    /* padding-left: 20px; */
    /* padding-bottom: 10px; */
    background-color: #f7f7f7;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    }

   .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

div.wpcf7 {
    margin: 0;
    width: 401px;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 21px;
    background-color: #eee;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="number"], select {
    height: 40px;
    width: 100%;
    background: #a0acc1;
    border: none;
    margin-bottom: 2px!important;
    padding: 0 10px;
    border-radius: 3px;
    color: white;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e4e4; /*#efefef*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.entry-content p span {
    font-style: italic;
    text-align: left;
    font-size: 12px;
    padding: 0 20px 20px 0px;
    color: #ddd;
}



.entry-content p span {
    
    text-align: left;
    font-size: 12px;
    color: #111;
    font-weight: normal;
    padding: 5px -4px;
}


.entry-content p span 
    a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}


button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #1b6eb5;
    color: #fff;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #1b6eb5;
    color: #fff;
    max-width: 100%;
    margin: 10px 0;
    padding: 5px;
    
}


div.wpcf7-response-output {
    margin: 1px -25!important;
    padding: 1px 0px !important;
    font-size: 13px;
}

span.wpcf7-not-valid-tip {
    color: #f00!important;
    position: relative;
    font-size: 12px;
    bottom: 0px;
    left: 0;
}


span.wpcf7-list-item-label{
    font-size: 14px;
    position: relative;
    top: 0px;
}

span.wpcf7-list-item-label a{
    color: #1b6eb5;
    
}

span.wpcf7-list-item-label a:hover {
    color: #0d304e;
    
}


input[type="radio"], input[type="checkbox"]{
margin: 0 0 0;

}

.wpcf7-response-output.wpcf7-response-output.wpcf7-mail-sent-ng a{
    color: #1b6eb5;

}

.wpcf7-response-output.wpcf7-response-output.wpcf7-mail-sent-ng a:hover {
   color: #0d304e;

}




















