/* Minification failed. Returning unminified contents.
(984,17): run-time error CSS1036: Expected expression, found ';'
 */
/*======= css resets =======*/
html, body, div, form, img, h1, h2, h3, h4, h5, h6, iframe, p, span, ul, ol, li, fieldset, legend {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

ul {
    text-indent: 0px;
    list-style-type: none;
}
/*===== general styles =======*/
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

/*---------------- Styles --------------------------*/
.ErrorMsg {
    color: Red;
}

.ApplicationDefaultPageHeight {
    min-height: 400px;
}

.gridBorder {
    border: solid 1px #919191;
}

.gridheader {
    background-color: #919191;
    color: White;
    font-weight: bold;
}

.SmallDescription {
    font-size: smaller;
    font-weight: bold;
}

.standardHeader {
    background-color: #ffffff;
}

.shadow {
    padding-right: 5px;
    width: 860px;
}

#main {
    padding-bottom: 10px;
}

.bottomLine {
    background-color: #026BA9;
}

.footerImage {
    height: 40px;
    width: 88px;
    border-width: 0px;
}

.leftBackground {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #99B5C9;
}

.leftNavTitle {
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px 5px;
    background-color: #026BA9;
}

    .leftNavTitle a:link {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #026BA9;
    }

    .leftNavTitle a:visited {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #026BA9;
    }


.leftNavTitleAlt {
    background-color: #99B5C9;
}

.leftNavBody td {
    margin-left: 5px;
    padding-left: 5px;
}

.leftNavBody {
    color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #EDEDED;
    font-weight: bold;
}

    .leftNavBody a:link {
        color: #666666;
        line-height: 150%;
        text-decoration: underline;
    }

    .leftNavBody a:visited {
        color: #666666;
        line-height: 150%;
        text-decoration: underline;
    }


.leftNavLinkButton a:link {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.leftNavLinkButton a:visited {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.leftNavLinkButton a:hover:active {
    color: #026BA9;
    font-weight: bold;
    text-decoration: underline;
}

.leftNavBodySmall {
    font-size: 10px;
    color: #666666;
}

    .leftNavBodySmall a:link {
        color: #666666;
        text-decoration: underline;
    }

    .leftNavBodySmall a:visited {
        color: #666666;
        text-decoration: underline;
    }

.PrintTitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.webName {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.contentTitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.TableTitle {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
}

.contentBody li {
    padding-top: 4px;
}

.contentBody a:link {
    color: #026BA9;
}

.contentBody a:visited {
    color: #026BA9;
}

.rightTitle {
    color: #ffffff;
    padding: 2px 5px;
    font-weight: bold;
    background-color: #B8B8B8;
}

    .rightTitle a:link {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .rightTitle a:visited {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .rightTitle a:hover:active {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
    }

.rightBody {
    padding-top: 5px;
    font-weight: normal;
}

    .rightBody li {
        padding-top: 4px;
    }

    .rightBody a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .rightBody a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.rightBodySmall {
    font-size: 10px;
    padding-top: 5px;
    font-weight: normal;
}

    .rightBodySmall a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .rightBodySmall a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.search {
    font-size: 10px;
    color: #026BA9;
}

.adobeSmall {
    font-size: 10px;
    padding-top: 5px;
}

    .adobeSmall a:link {
        color: #026BA9;
        padding-top: 5px;
    }

    .adobeSmall a:visited {
        color: #026BA9;
        padding-top: 5px;
    }

.topBackground {
    background-color: #EDEDED;
}


.leftNav {
    color: #666666;
    padding: 5px;
    line-height: 150%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    background-image: url(../images/navBg_v3-grey.jpg);
    background-repeat: repeat-y;
}

    .leftNav a:link {
        color: #666666;
        text-decoration: underline;
        line-height: 150%;
    }

    .leftNav a:visited {
        color: #666666;
        text-decoration: underline;
        line-height: 150%;
    }

    .leftNav a:hover:active {
        color: #026BA9;
        text-decoration: underline;
        line-height: 150%;
    }


.topNav {
    color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

    .topNav a {
        padding-left: .5em;
        padding-right: .5em;
    }

        .topNav a:link {
            color: #666666;
            text-decoration: none;
            font-weight: bold;
        }

        .topNav a:visited {
            color: #666666;
            text-decoration: none;
            font-weight: bold;
        }

        .topNav a:hover:active {
            color: #026BA9;
            font-weight: bold;
            text-decoration: underline;
        }

.topNavLinkButton a:link {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.DirectDepositeTopMenuLink {
    width: 100%;
    text-align: center;
    color: #666666;
    background-color: #FFFFCA;
    text-decoration: none;
}


.topNavLinkButton a:visited {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

.topNavLinkButton a:hover:active {
    color: #026BA9;
    font-weight: bold;
    text-decoration: underline;
}


.globalTools {
    color: #026BA9;
    padding: 5px;
    line-height: 150%;
}

    .globalTools a:link {
        color: #026BA9;
        line-height: 150%;
        text-decoration: underline;
    }

    .globalTools a:visited {
        color: #026BA9;
        line-height: 150%;
        text-decoration: underline;
    }

.sizingTools {
    color: #FFFFFF;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .sizingTools a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .sizingTools a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.FAQLink {
    margin-right: 10px;
}

/*
	ALERT STYLE
*/

.AlertBalloon {
    border: thick solid #FF0000;
    /*
	position: relative;
	height: 100px; 
	top: 100%;
	margin-top: -100px;*/
}

.RadEditor {
    width: auto !important;
}

.RadImageGallery .rigThumbnailsBox, .RadImageGallery{
    background-color:transparent;
}

.plotDiv {
    width: 100%;
    height: 400px;
}

select {
    max-width: 150px;
}

.vLine {
    width: 10px;
}

.alertDiv{
    background-color:#fff;
    border:solid 1px #5baec0;
}

#center_wrapper #sidebar_left{
    float:left;
    overflow:hidden;
}
#center_wrapper #main {
    overflow: hidden;
    width: auto;
}
#center_wrapper #sidebar_right {
    float: left;
    overflow: hidden;
}
.simpleTooltip {
    font-weight: bold;
    font-size: 16px;
    color: blue;
    padding: 5px;
    cursor: help;
}
/* latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Work Sans'), local('WorkSans-Regular'), url(http://fonts.gstatic.com/s/worksans/v2/ElUAY9q6T0Ayx4zWzW63VFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/****** layout **********/
html {
    background-color: #f2f2f2;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0px;
    text-align: left;
    background-color: #e6e6e6;
}
/*div{
	border:1px solid red;
}*/

/*---------Main Body-----------*/

#wrapper {
    text-align: left;
}

#top {
    text-align: left;
    margin-top: -21px;
}

#inner_top {
    background-color: #fff;
    height: inherit;
}

#banner {
    height: 36px;
    margin: 25px 0;
    position: relative;
}

#footer {
    /* background-color: #fff; */
    /* font-family: Tahoma, Geneva, sans-serif; */
    /* padding-top: 15px; */
}

#center_wrapper {
    padding-top: 5px;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}

    #center_wrapper #sidebar_left {
        background-color: #00399e;
        border-radius: 5px;
        float: left;
        /* margin-bottom: -1000px; */
        min-height: 170px;
        margin-right: 24px;
        overflow: hidden;
        padding-bottom: 263px;
    }

#sidebar_left table {
    width: 150px !important;
}

#center_wrapper #sidebar_right {
    float: left;
    width: 10px;
}

#center_wrapper #main {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.51);
    /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
    min-height: 400px;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    width: auto;
}

/*---------------------Header------------------------*/
#header_wrapper {
    /* min-height: 115px; */
    position: relative;
}

    #header_wrapper #header_upperRow {
        position: absolute;
        right: 0;
    }

    #header_wrapper #header_lowerRow {
        position: absolute;
        bottom: 0px;
    }

.webName {
    color: black;
}

.topNav {
    border-right: none;
    padding-top: 5px;
}

.topMenuLink {
    max-width: 250px;
}

.standardHeader {
    background: transparent;
}
/*---------------------Footer------------------------*/
#footer_wrapper {
    clear: both;
    overflow: hidden;
    padding-top: 92px;
    /* position: relative; */
    width: 100%;
}

.standardFooter {
    border-bottom: none;
}

.shadow {
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
    /* padding-bottom: 3px; */
    /* width: 100%; */
    /*! height: 400px; */
    /* background-image: url(../Customizations/Images/ithaca-bg-ft-1.JPG); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
}

#footer_shadow {
    position: relative;
    background-position: 50%;
    background-blend-mode: overlay;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    background-image: url(http://d2bif7wyy1aoee.cloudfront.net/partnerportal/ithaca/v1/images/ithaca-bg-ft-1.jpg);
    background-position-y: -230px;
}

.footer-right {
    float: left;
}

#footer .button {
    color: #fff;
    font-size: 20px;
    /* font-weight: 500; */
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    transition-property: all !important;
    /*
    text-decoration: solid;
    transition: background-color .4s,box-shadow .2s;
    box-shadow: 2px 4px 11px 0px rgba(0,0,0,0.1);
    padding: 10px 37px;
    border-radius: 27.5px;
    float: right;*/
    /* margin-top: 112px; */
}

#innermost {
    /*height:157px;*/
    position: relative;
}

#wrapper {
    padding-bottom: 120px !important;
}

#wrapper, #innermost, #inner_footer {
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
    /* padding:0 15px; */
}

#logo {
    text-align: left;
}

#footLogo {
    font-size: 12px;
    /* float: left; */
    line-height: 1.4;
    padding-bottom: 2px;
    padding-top: 222px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

@media (max-width: 1000px) {
    #footLogoInner {
        display: none;
    }

    #footContact, #footLinks {
        width: 50%;
        /*padding:50px;*/
    }
}

#footLogoInner {
    min-height: 402px;
    background-image: url(d2bif7wyy1aoee.cloudfront.net/partnerportal/maine/v1/Images/logofoot.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#footContact, #footLinks, #footTouch {
    color: #FFF;
    font-size: 12px;
    float: left;
    line-height: 1.4;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

a:hover {
    color: #000 !important;
}

#footInfo a:hover {
    opacity: .85;
}

#footer {
    /* border-top: 1px solid #000; */
    /*! padding-bottom: 50px; */
}

    #footer h3 {
        color: #c2c2c2;
        font-size: 14.4px;
        font-weight: 600;
        margin-bottom: 2px;
        margin-top: 5px;
    }

        #footer h3, #footer h3 a {
            font-style: normal;
            font-weight: bold;
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            font-family: 'Bree Serif',Georgia,"Times New Roman",serif;
            text-transform: uppercase;
        }

            #footer h3 a:link {
                font-size: inherit;
            }

    #footer ol {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    #footer li {
        border: 0 none;
        padding-top: 1em;
    }

    #footer a {
        text-decoration: none;
        transition: color .5s ease;
        color: #fff;
    }

        #footer a:hover:enabled {
            color: #a9c524;
        }

.topBackground {
    background-color: transparent;
}

.topNav a:link {
    font-family: "Work Sans";
    font-weight: 100;
    font-size: 20px;
    color: #000;
    text-decoration: none !important;
}

.topNav a:hover:enabled {
    color: rgb(0,68,105);
}

.leftNav a:hover:enabled {
    color: #a9c524;
}

.leftNavTitle, .leftNavTitleAlt, .leftBackground, .leftNav, .leftNav hr {
    background-color: transparent;
    border: none !important;
    background-image: none;
    color: #fff;
}

    .leftNav a:link {
        color: #fff;
        text-decoration: none;
        transition: color .5s ease;
    }

    .leftNav .aspNetDisabled {
        color: #fff;
    }

.link:hover {
    color: #8a0d07 !important;
}

.attachment-thumbnail {
    float: left;
    height: 50px;
    margin-right: 17px;
    width: 50px;
}

#logo h1 {
    color: #454545;
    display: inline-block;
    font-family: 'Raleway',sans-serif !important;
    font-size: 32px;
    font-weight: 100;
    margin-top: 50px;
    min-width: 70%;
    text-transform: uppercase;
    vertical-align: top;
}

.social-icons {
    height: 24px;
    margin-top: 16px;
    margin-bottom: 12px
}

    .social-icons img {
        width: 25px;
        height: 25px;
    }

#top-nav {
    border-bottom: 1px solid #ccc;
    height: 30px;
    padding-top: 5px;
}

#top {
    /* border-bottom: 1px solid #000; */
}

#headerLogo {
    margin-top: 17px;
    margin-left: 21px;
    margin-right: 45px;
    margin-bottom: -2px;
    max-width: 110px;
    /* border-bottom: 5px solid #2b6ca3; */
}

#main > div:nth-child(2) {
    overflow-x: scroll;
}


.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column-1 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-right: -513px;
    padding-left: 21px;
}

.column-2 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 289px;
}

#HA_name {
    color: #00399e;
    padding-top: 41px;
    font-weight: bold;
    font-size: 24px;
}

/*--------*/

.font_0 {
    font-size: 17px;
    font-family: 'Kreon',Georgia,"Times New Roman",serif;
    padding-bottom: 10px;
}

.font_8 {
    font-size: 15px;
}

._13Lxq {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.i6t0r9jdinlineContent {
    height: auto;
    width: 983px;
    /* background-blend-mode: overlay;
    background-image: url(http://ithacaha.com/wp-content/uploads/IMG_0505-1620x1080.jpg) !important;*/
}



#comp-jf0761xv {
    height: 50px;
}

[data-mesh-id=i6t0r9jdinlineContent-gridContainer] > [id="comp-jf0761xv"] {
    position: relative;
    margin: 19px 0px 9px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}



#i6t0ta0q {
    height: auto;
    color: #666666;
}

/*----footer ne oregon----*/
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    color: #242424;
    line-height:;
    /* padding-left: 21px; */
    padding-top: 12px;
    padding-bottom: 14px;
}

.row-f {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    color: #242424;
    line-height: 3em;
    /* padding-left: 21px; */
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 20px;
}

span {
    font-size: 15px;
    font-weight: bold;
}

.column {
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-basis: 100%; */
    /* flex: 1; */
    text-align: center;
    /*color: #666666;*/
    color: #fff;
    font-family: 'Bree Serif',Georgia,"Times New Roman",serif;
    font-weight: bold;
    padding-left: 78px;
}

.p-p {
    /* padding-right: -154px; */
    /* text-align: right; */
    font-size: 18px;
    color: #666666;
    /* font-weight: bold; */
}

