﻿#SiteMainFont {
    font-family: Arial !important;
    /*for testing purpose turn Italic below on to view where missing styles are located on each page*/
   /* font-style: italic !important;*/
}

#Pmc-paragraph {
    font-family: Arial !important;
    font-size: 16px;
    /*font-style: italic !important;*/
}

#GsFontDarkBlue div.Pmc-pgh {
    color: #003150;
    font-size: 16px;
    font-family: Arial !important;
    /* font-style: italic !important;*/
}

#GsFontDarkBlueHeadings {
    color: #003150;
    font-size: x-large;
    font-family: Arial !important;
    /*font-style: italic !important;*/
}

#GsBoldText {
    color: #003150;
    font-size: 18px;
    font-family: Arial !important;
    /*font-style: italic !important;*/
}
/*-------------------------------------------------------------*/
.PopuDiv {
    height: 400px !important;
    overflow-y: auto !important;
    max-height: 900px !important;
    display: block !important;
}

.MyButtonCustomClass {
    width: 278px !important;
}

#Pmc-container-fluid {
    border-radius: 6px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 10px !important;
    /*box-shadow: 0px 2px 5px #bfbbbb;*/
}


#Pmc-red-msg {
    font-weight: bold;
    color: red;
    font-size: 16px
}

#logo {
    height: 44px;
}

#PmcNavBar {
    box-shadow: 0px 1px 2px #bfbbbb;
    height: 55px;
    background-color: white;
    border-style: solid;
    border: 1px;
    border-color: silver;
}

.custom-elemnt {
    color: white !important;
    background-color: #003150 !important;
    border-radius: 4px !important;
    height: 40px !important;
    width: 100px !important;
}

.MyBtnAnimation:hover {
    background-color: orange !important;
    color: black !important;
    border-color: orange !important;
    font-weight: bold !important;
}

#MyLinkAnimation:hover {
    color: purple;
    font-weight: bold;
    font-size: 16px;
}

#FAQ-button {
    text-align: left;
    white-space: normal !important;
    color: #003150;
    font-size: 16px;
    word-wrap: break-word;
    border-color: white;
    height: 40px;
    border-bottom: solid;
    border-color: white;
    border-width: 1px;
}



.GsMainMenu {
    color: red !important;
    font-size: 16px !important;
}



#GsLinkBoldBlue {
    color: #003150;
    font-weight: bold;
    font-size: 16px;
}
a#GsLinkBoldBlue:hover {
    color: #349beb; 
    font-weight: bold;
    font-size: 16px;
}


#GsFontDarkBlueHeadingsSM {
    color: #003150;
    font-size: large
}



#GsBoldText2 {
    color: #003150 !important;
    font-family: Arial !important;
    font-size: 20px !important;
}



#Pmc-container-fluid-by-size {
    border-radius: 6px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 3%;
    height: 290px;
}

#Pmc-container-fluid2 {
    border-radius: 5px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px
}


#Pmc-container-fluid-margin {
    border-radius: 5px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 35px;
    padding-right: 35px;
}



#Pmc-paragraph-faq {
    font-family: Arial;
    font-size: 15px;
    padding: 10px;
}


#Pmc-paragraphSM {
    font-family: Arial;
    font-size: 14px
}

#Pmc-card {
   /* width: 200px !important;*/
    border-color: white !important;
    border-style: solid !important;
    border-width: 1px !important;
    height: 250px;
    padding: 15px 15px 15px 15px !important;
    border-radius: 8px !important;
    background-color: white;
}


#Pmc-card-4rows {
    width: auto !important;
    border-color: silver !important;
    border-style: solid !important;
    border-width: 1px !important;
    height: auto !important;
    padding: 15px 15px 15px 15px !important;
    border-radius: 8px !important;
    background-color: white;
}


#GsxlFont {
    color: #2f72a8;
    font-size: x-large
}

#GsDoublexlFont {
    color: #2f72a8;
    font-size: xx-large
}

#accordion {
    padding-top: 100px;
}
